We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03cac16 commit c80b4d5Copy full SHA for c80b4d5
1 file changed
pom.xml
@@ -53,8 +53,8 @@
53
<!-- https://kotlinlang.org/docs/maven.html#specifying-compiler-options -->
54
<kotlin.compiler.apiVersion>1.9</kotlin.compiler.apiVersion>
55
56
- <junit5.version>5.12.2</junit5.version>
57
- <kotest.version>5.5.5</kotest.version>
+ <junit5.version>5.13.4</junit5.version>
+ <kotest.version>6.0.3</kotest.version>
58
<jmh.version>1.37</jmh.version>
59
60
<!-- overridden by submodule that need skip deploy -->
@@ -446,7 +446,7 @@
446
<dependency>
447
<groupId>org.projectlombok</groupId>
448
<artifactId>lombok</artifactId>
449
- <version>1.18.38</version>
+ <version>1.18.42</version>
450
<scope>test</scope>
451
</dependency>
452
</dependencies>
0 commit comments