Skip to content

Commit 605eb64

Browse files
committed
update versions
1 parent e457902 commit 605eb64

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ kotlin {
143143

144144
val jvmTest by getting {
145145
dependencies {
146-
implementation("org.junit.jupiter:junit-jupiter:5.13.0")
146+
implementation("org.junit.jupiter:junit-jupiter:5.13.1")
147147

148148
implementation("junit:junit:4.13.2")
149149
implementation("org.jetbrains:annotations:26.0.2")
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.1-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.2-bin.zip
44
networkTimeout=10000
55
zipStoreBase=GRADLE_USER_HOME
66
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)