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 89bdd82 commit af1cd1fCopy full SHA for af1cd1f
samples/jvm/junit5/build.gradle.kts
@@ -4,7 +4,7 @@
4
import org.gradle.api.tasks.testing.logging.TestExceptionFormat
5
6
val atriumVersion = "1.2.0"
7
-val junitVersion = "5.12.2"
+val junitVersion = "5.13.4"
8
9
plugins {
10
kotlin("jvm") version "2.2.0"
samples/jvm/maven/pom.xml
@@ -14,7 +14,7 @@
14
<atrium.version>1.2.0</atrium.version>
15
<java.charset>UTF-8</java.charset>
16
<java.version>11</java.version>
17
- <junit.version>5.12.2</junit.version>
+ <junit.version>5.13.4</junit.version>
18
<kotlin.compiler.jvmTarget>${java.version}</kotlin.compiler.jvmTarget>
19
<kotlin.version>2.2.0</kotlin.version>
20
<maven-compiler-plugin.version>3.14.0</maven-compiler-plugin.version>
0 commit comments