Skip to content

Commit cae5fea

Browse files
committed
Update to JUnit 5.12.1 (and Surefire 3.5.2)
1 parent 4002a35 commit cae5fea

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
@@ -145,7 +145,7 @@
145145

146146
<properties>
147147
<netty.version>4.1.119.Final</netty.version>
148-
<junit.version>5.6.0</junit.version>
148+
<junit.version>5.12.1</junit.version>
149149
<slf4j.version>1.7.21</slf4j.version>
150150
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
151151
</properties>
@@ -242,7 +242,7 @@
242242
<plugin>
243243
<groupId>org.apache.maven.plugins</groupId>
244244
<artifactId>maven-surefire-plugin</artifactId>
245-
<version>2.22.0</version>
245+
<version>3.5.2</version>
246246
</plugin>
247247

248248
<plugin>

0 commit comments

Comments
 (0)