We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e457902 commit 605eb64Copy full SHA for 605eb64
build.gradle.kts
@@ -143,7 +143,7 @@ kotlin {
143
144
val jvmTest by getting {
145
dependencies {
146
- implementation("org.junit.jupiter:junit-jupiter:5.13.0")
+ implementation("org.junit.jupiter:junit-jupiter:5.13.1")
147
148
implementation("junit:junit:4.13.2")
149
implementation("org.jetbrains:annotations:26.0.2")
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.1-bin.zip
+distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.2-bin.zip
4
networkTimeout=10000
5
zipStoreBase=GRADLE_USER_HOME
6
zipStorePath=wrapper/dists
0 commit comments