We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a05ace commit 95e208bCopy full SHA for 95e208b
build.gradle
@@ -11,7 +11,7 @@ repositories {
11
12
dependencies {
13
implementation "org.jetbrains.kotlin:kotlin-stdlib"
14
- implementation 'org.junit.jupiter:junit-jupiter:5.11.4'
+ implementation 'org.junit.jupiter:junit-jupiter:5.12.1'
15
testImplementation("com.approvaltests:approvaltests:24.19.0")
16
testImplementation("com.google.code.gson:gson:2.12.1")
17
}
0 commit comments