Skip to content

Commit d25c1a3

Browse files
authored
deps: Update junit-framework monorepo to v6 (#2210)
1 parent cca270c commit d25c1a3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@
331331
<dependency>
332332
<groupId>org.junit</groupId>
333333
<artifactId>junit-bom</artifactId>
334-
<version>5.13.4</version>
334+
<version>6.0.0</version>
335335
<type>pom</type>
336336
<scope>import</scope>
337337
</dependency>
@@ -853,12 +853,12 @@
853853
<dependency>
854854
<groupId>org.junit.platform</groupId>
855855
<artifactId>junit-platform-engine</artifactId>
856-
<version>1.13.3</version>
856+
<version>6.0.0</version>
857857
</dependency>
858858
<dependency>
859859
<groupId>org.junit.platform</groupId>
860860
<artifactId>junit-platform-commons</artifactId>
861-
<version>1.13.3</version>
861+
<version>6.0.0</version>
862862
</dependency>
863863
</dependencies>
864864
</dependencyManagement>
@@ -868,7 +868,7 @@
868868
<dependency>
869869
<groupId>org.junit.vintage</groupId>
870870
<artifactId>junit-vintage-engine</artifactId>
871-
<version>5.13.3</version>
871+
<version>6.0.0</version>
872872
<scope>test</scope>
873873
</dependency>
874874

0 commit comments

Comments
 (0)