Skip to content

Commit f4da58d

Browse files
Update All major dependencies
1 parent 59c228a commit f4da58d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

gradle/libs.versions.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ kotlin = "2.2.20"
55
dokka = { id = "org.jetbrains.dokka", version = "2.0.0" }
66
kotlin-jvm = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" }
77
kotlinx-serialization = { id = "org.jetbrains.kotlin.plugin.serialization", version.ref = "kotlin" }
8-
spotless = { id = "com.diffplug.spotless", version = "7.2.1" }
8+
spotless = { id = "com.diffplug.spotless", version = "8.0.0" }
99
versions = { id = "com.github.ben-manes.versions", version = "0.53.0" }
1010

1111
[libraries]
12-
junit-jupiter = { module = "org.junit.jupiter:junit-jupiter", version = "5.14.0" }
13-
junit-platform-launcher = { module = "org.junit.platform:junit-platform-launcher", version = "1.14.0" }
12+
junit-jupiter = { module = "org.junit.jupiter:junit-jupiter", version = "6.0.0" }
13+
junit-platform-launcher = { module = "org.junit.platform:junit-platform-launcher", version = "6.0.0" }
1414
kotlin-logging = { module = "io.github.oshai:kotlin-logging-jvm", version = "7.0.13" }
1515
kotlinx-datetime = { module = "org.jetbrains.kotlinx:kotlinx-datetime", version = "0.7.1-0.6.x-compat" }
1616
kotlinx-serialization-json = { module = "org.jetbrains.kotlinx:kotlinx-serialization-json", version = "1.9.0" }

gradle/wrapper/gradle-wrapper.properties

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.3-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-9.1.0-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

0 commit comments

Comments
 (0)