Skip to content

Commit

Permalink
Update direct-from-maven 3rd party dependencies in the target
Browse files Browse the repository at this point in the history
  • Loading branch information
merks committed Dec 4, 2023
1 parent dccf7e7 commit e9cabce
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
12 changes: 6 additions & 6 deletions eclipse.platform.releng.prereqs.sdk/eclipse-sdk-prereqs.target
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.15.0</version>
<version>2.15.1</version>
<type>jar</type>
</dependency>
<dependency>
Expand All @@ -130,7 +130,7 @@
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
<version>1.2</version>
<version>1.3.0</version>
<type>jar</type>
</dependency>
<dependency>
Expand Down Expand Up @@ -172,7 +172,7 @@
<dependency>
<groupId>org.jsoup</groupId>
<artifactId>jsoup</artifactId>
<version>1.16.2</version>
<version>1.17.1</version>
<type>jar</type>
</dependency>
<dependency>
Expand Down Expand Up @@ -318,13 +318,13 @@
<dependency>
<groupId>net.bytebuddy</groupId>
<artifactId>byte-buddy-agent</artifactId>
<version>1.14.9</version>
<version>1.14.10</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>net.bytebuddy</groupId>
<artifactId>byte-buddy</artifactId>
<version>1.14.9</version>
<version>1.14.10</version>
<type>jar</type>
</dependency>
<dependency>
Expand All @@ -336,7 +336,7 @@
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>5.7.0</version>
<version>5.8.0</version>
<type>jar</type>
</dependency>
<dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,5 @@ Update bytebuddy to 1.14.8
Update bytebuddy to 1.14.9
Update Mockito to 5.6.0 https://github.com/eclipse-platform/eclipse.platform.releng.aggregator/pull/1443
Update Mockito to 5.7.0
Update org.junit.platform 1.10.1 and org.junit.vintage 5.10.1 https://github.com/eclipse-platform/eclipse.platform.releng.aggregator/pull/1512
Update org.junit.platform 1.10.1 and org.junit.vintage 5.10.1 https://github.com/eclipse-platform/eclipse.platform.releng.aggregator/pull/1512
Update Mockito to 5.8.0 and bytebuddy to 1.14.10

0 comments on commit e9cabce

Please sign in to comment.