Skip to content

Commit 4b10d07

Browse files
committed
Upgrade to JUnit 6.0.0-RC2.
Closes #2650
1 parent 76df8ae commit 4b10d07

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

parent/pom.xml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -118,12 +118,13 @@
118118
<jmolecules-integration>0.29.0</jmolecules-integration>
119119
<jmh>1.37</jmh>
120120
<jsonpath>2.6.0</jsonpath>
121-
<junit5>5.13.1</junit5>
121+
<junit>6.0.0-RC2</junit>
122+
<junit5>${junit}</junit5>
122123
<junit-pioneer>2.3.0</junit-pioneer>
123124
<kotlin>2.2.0</kotlin>
124125
<kotlin-coroutines>1.10.2</kotlin-coroutines>
125126
<logback>1.5.12</logback>
126-
<microbenchmark>0.6.0.RELEASE</microbenchmark>
127+
<microbenchmark>1.0.0-RC1</microbenchmark>
127128
<micrometer>1.16.0-M2</micrometer>
128129
<micrometer-tracing>1.6.0-M2</micrometer-tracing>
129130
<mockito>5.18.0</mockito>
@@ -1001,7 +1002,7 @@
10011002
<dependencies>
10021003
<dependency>
10031004
<groupId>com.github.mp911de.microbenchmark-runner</groupId>
1004-
<artifactId>microbenchmark-runner-junit5</artifactId>
1005+
<artifactId>microbenchmark-runner-junit</artifactId>
10051006
<version>${microbenchmark}</version>
10061007
<scope>test</scope>
10071008
</dependency>
@@ -1094,7 +1095,7 @@
10941095
<dependency>
10951096
<groupId>org.junit</groupId>
10961097
<artifactId>junit-bom</artifactId>
1097-
<version>${junit5}</version>
1098+
<version>${junit}</version>
10981099
<type>pom</type>
10991100
<scope>import</scope>
11001101
</dependency>

0 commit comments

Comments
 (0)