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 619e11d commit 63f5d43Copy full SHA for 63f5d43
2 files changed
build.gradle.kts
@@ -132,7 +132,7 @@ subprojects {
132
compileOnly("org.jetbrains:annotations:24.1.0")
133
134
// Tests
135
- val junit = "5.11.0"
+ val junit = "5.11.3"
136
testImplementation("org.junit.jupiter:junit-jupiter-api:$junit")
137
testImplementation("org.junit.jupiter:junit-jupiter-engine:$junit")
138
}
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.10-all.zip
+distributionUrl=https\://services.gradle.org/distributions/gradle-8.11-all.zip
4
networkTimeout=10000
5
validateDistributionUrl=true
6
zipStoreBase=GRADLE_USER_HOME
0 commit comments