Skip to content

Commit 472c9b5

Browse files
committed
Update JUnit 5.6 provider to 5.6.2
Synchronizes apiguardian and opentest to the correct versions even for 5.6.0. Change-Id: I7f2384b5c321a43139d8c64f2f7d5cbd28346921 Signed-off-by: Alexander Kurtakov <[email protected]>
1 parent 645ff22 commit 472c9b5

File tree

1 file changed

+4
-4
lines changed
  • tycho-surefire/org.eclipse.tycho.surefire.junit56

1 file changed

+4
-4
lines changed

tycho-surefire/org.eclipse.tycho.surefire.junit56/pom.xml

+4-4
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
<name>Tycho Surefire OSGi JUnit 5.6 Runner</name>
2323
<properties>
2424
<!-- NOTE: when updating JUnit version(s), double-check Import-Package statements generated by bnd-maven-plugin and possibly adapt instructions in bnd.bnd -->
25-
<junit-platform-version>1.6.0</junit-platform-version>
26-
<junit-jupiter-version>5.6.0</junit-jupiter-version>
25+
<junit-platform-version>1.6.2</junit-platform-version>
26+
<junit-jupiter-version>5.6.2</junit-jupiter-version>
2727
</properties>
2828
<build>
2929
<plugins>
@@ -75,12 +75,12 @@
7575
<artifactItem>
7676
<groupId>org.opentest4j</groupId>
7777
<artifactId>opentest4j</artifactId>
78-
<version>1.1.1</version>
78+
<version>1.2.0</version>
7979
</artifactItem>
8080
<artifactItem>
8181
<groupId>org.apiguardian</groupId>
8282
<artifactId>apiguardian-api</artifactId>
83-
<version>1.0.0</version>
83+
<version>1.1.0</version>
8484
</artifactItem>
8585
</artifactItems>
8686
</configuration>

0 commit comments

Comments
 (0)