Skip to content

Commit d770682

Browse files
Update junit -> vx.11.3
1 parent ebee797 commit d770682

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,13 +69,13 @@
6969
<dependency>
7070
<groupId>org.junit.jupiter</groupId>
7171
<artifactId>junit-jupiter-engine</artifactId>
72-
<version>5.11.0</version>
72+
<version>5.11.3</version>
7373
<scope>test</scope>
7474
</dependency>
7575
<dependency>
7676
<groupId>org.junit.platform</groupId>
7777
<artifactId>junit-platform-runner</artifactId>
78-
<version>1.11.0</version>
78+
<version>1.11.3</version>
7979
<scope>test</scope>
8080
</dependency>
8181
<dependency>

0 commit comments

Comments
 (0)