Skip to content

Commit

Permalink
Target platform bundle updates
Browse files Browse the repository at this point in the history
Update assertj-core to 3.25.3.
Update junit-jupiter-* and junit-vintage-engine to 5.10.2.
Update junit-platform-* to 1.10.2.
  • Loading branch information
merks committed Feb 5, 2024
1 parent ce778c7 commit 837a33f
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 14 deletions.
26 changes: 13 additions & 13 deletions eclipse.platform.releng.prereqs.sdk/eclipse-sdk-prereqs.target
Expand Up @@ -336,7 +336,7 @@
<dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-core</artifactId>
<version>3.25.2</version>
<version>3.25.3</version>
<type>jar</type>
</dependency>
<dependency>
Expand Down Expand Up @@ -626,73 +626,73 @@
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-api</artifactId>
<version>5.10.1</version>
<version>5.10.2</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-engine</artifactId>
<version>5.10.1</version>
<version>5.10.2</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-migrationsupport</artifactId>
<version>5.10.1</version>
<version>5.10.2</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-params</artifactId>
<version>5.10.1</version>
<version>5.10.2</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>org.junit.platform</groupId>
<artifactId>junit-platform-commons</artifactId>
<version>1.10.1</version>
<version>1.10.2</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>org.junit.platform</groupId>
<artifactId>junit-platform-engine</artifactId>
<version>1.10.1</version>
<version>1.10.2</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>org.junit.platform</groupId>
<artifactId>junit-platform-launcher</artifactId>
<version>1.10.1</version>
<version>1.10.2</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>org.junit.platform</groupId>
<artifactId>junit-platform-runner</artifactId>
<version>1.10.1</version>
<version>1.10.2</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>org.junit.platform</groupId>
<artifactId>junit-platform-suite-api</artifactId>
<version>1.10.1</version>
<version>1.10.2</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>org.junit.platform</groupId>
<artifactId>junit-platform-suite-commons</artifactId>
<version>1.10.1</version>
<version>1.10.2</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>org.junit.platform</groupId>
<artifactId>junit-platform-suite-engine</artifactId>
<version>1.10.1</version>
<version>1.10.2</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>org.junit.vintage</groupId>
<artifactId>junit-vintage-engine</artifactId>
<version>5.10.1</version>
<version>5.10.2</version>
<type>jar</type>
</dependency>
<dependency>
Expand Down
Expand Up @@ -45,4 +45,5 @@ Update bytebuddy to 1.14.11
Update assertj-core to 3.25.0.
Update assertj-core to 3.25.1.
Update Mockito to 5.9.0
Update Mockito to 5.10.0 and assertj-core to 3.25.2
Update Mockito to 5.10.0 and assertj-core to 3.25.2
Update assertj-core to 3.25.3

0 comments on commit 837a33f

Please sign in to comment.