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 8fd82e0 commit 651d23dCopy full SHA for 651d23d
build.gradle.kts
@@ -30,7 +30,7 @@ dependencies {
30
compileOnly("org.jetbrains:annotations:26.0.2")
31
32
testImplementation(kotlin("test"))
33
- testImplementation("org.junit.jupiter:junit-jupiter:5.12.2")
+ testImplementation("org.junit.jupiter:junit-jupiter:5.13.0")
34
}
35
36
tasks {
gradle/wrapper/gradle-wrapper.properties
@@ -1,6 +1,6 @@
1
distributionBase=GRADLE_USER_HOME
2
distributionPath=wrapper/dists
3
-distributionUrl=https\://services.gradle.org/distributions/gradle-8.14-bin.zip
+distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.2-bin.zip
4
networkTimeout=10000
5
validateDistributionUrl=true
6
zipStoreBase=GRADLE_USER_HOME
0 commit comments