We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45491af commit bcaf344Copy full SHA for bcaf344
pom.xml
@@ -40,7 +40,7 @@
40
<maven.compiler.target>20</maven.compiler.target>
41
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
42
43
- <junit.version>5.9.2</junit.version>
+ <junit.version>5.9.3</junit.version>
44
<slf4j.version>2.0.7</slf4j.version>
45
</properties>
46
@@ -198,7 +198,7 @@
198
<dependency>
199
<groupId>org.junit.jupiter</groupId>
200
<artifactId>junit-jupiter-engine</artifactId>
201
- <version>5.9.2</version>
+ <version>${junit.version}</version>
202
</dependency>
203
</dependencies>
204
</plugin>
0 commit comments