Skip to content

Commit 3cf7c23

Browse files
Update all dependencies
| datasource | package | from | to | | -------------- | ------------------------------------------------------------------------------------------------- | -------- | -------- | | gradle-version | gradle | 8.12.1 | 8.13 | | maven | com.vanniktech.maven.publish:com.vanniktech.maven.publish.gradle.plugin | 0.30.0 | 0.31.0 | | maven | org.jetbrains.kotlinx:kotlinx-serialization-json | 1.8.0 | 1.8.1 | | maven | io.kotest.multiplatform:io.kotest.multiplatform.gradle.plugin | 6.0.0.M2 | 6.0.0.M3 | | maven | io.kotest:kotest-runner-junit5 | 6.0.0.M2 | 6.0.0.M3 | | maven | io.kotest:kotest-property | 6.0.0.M2 | 6.0.0.M3 | | maven | io.kotest:kotest-framework-engine | 6.0.0.M2 | 6.0.0.M3 | | maven | io.kotest:kotest-assertions-core | 6.0.0.M2 | 6.0.0.M3 | | maven | org.jetbrains.kotlin.plugin.serialization:org.jetbrains.kotlin.plugin.serialization.gradle.plugin | 2.1.10 | 2.1.20 | | maven | org.jetbrains.kotlin.multiplatform:org.jetbrains.kotlin.multiplatform.gradle.plugin | 2.1.10 | 2.1.20 | | maven | org.jetbrains.kotlin:kotlin-gradle-plugin | 2.1.10 | 2.1.20 |
1 parent bb63ab0 commit 3cf7c23

File tree

5 files changed

+12
-8
lines changed

5 files changed

+12
-8
lines changed

gradle/wrapper/gradle-wrapper.jar

243 Bytes
Binary file not shown.

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

gradlew

Lines changed: 5 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gradlew.bat

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

libs.versions.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
[versions]
22
arrow = "2.0.1"
33
dokka = "2.0.0"
4-
kotlin = "2.1.10"
5-
kotest = "6.0.0.M2"
4+
kotlin = "2.1.20"
5+
kotest = "6.0.0.M3"
66
kover = "0.9.1"
77
detekt = "1.23.8"
88
kotest-arrow="2.0.0"
9-
kotlinx-json="1.8.0"
9+
kotlinx-json="1.8.1"
1010
kotlinx-knit="0.5.0"
11-
publish="0.30.0"
11+
publish="0.31.0"
1212
knit="0.5.0"
1313
spotless="7.0.2"
1414

0 commit comments

Comments
 (0)