File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -5,12 +5,12 @@ kotlin = "2.2.20"
55dokka = { id = " org.jetbrains.dokka" , version = " 2.0.0" }
66kotlin-jvm = { id = " org.jetbrains.kotlin.jvm" , version.ref = " kotlin" }
77kotlinx-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 " }
99versions = { 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" }
1414kotlin-logging = { module = " io.github.oshai:kotlin-logging-jvm" , version = " 7.0.13" }
1515kotlinx-datetime = { module = " org.jetbrains.kotlinx:kotlinx-datetime" , version = " 0.7.1-0.6.x-compat" }
1616kotlinx-serialization-json = { module = " org.jetbrains.kotlinx:kotlinx-serialization-json" , version = " 1.9.0" }
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =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
44networkTimeout =10000
55validateDistributionUrl =true
66zipStoreBase =GRADLE_USER_HOME
You can’t perform that action at this time.
0 commit comments