There was an error while loading. Please reload this page.
1 parent ac024fc commit 4cb9937Copy full SHA for 4cb9937
1 file changed
pom.xml
@@ -488,6 +488,7 @@
488
<slf4j.version>2.0.18</slf4j.version>
489
<lombok.version>1.18.46</lombok.version>
490
<junit.version>5.11.4</junit.version>
491
+ <junit-jupiter.version>6.1.0</junit-jupiter.version>
492
<!-- Maven Plugin versions -->
493
<maven-clean-plugin.version>3.5.0</maven-clean-plugin.version>
494
<maven-compiler-plugin.version>3.15.0</maven-compiler-plugin.version>
@@ -537,7 +538,7 @@
537
538
<dependency>
539
<groupId>org.junit.jupiter</groupId>
540
<artifactId>junit-jupiter</artifactId>
- <version>${junit.version}</version>
541
+ <version>${junit-jupiter.version}</version>
542
<scope>test</scope>
543
</dependency>
544
</dependencies>
0 commit comments