@@ -123,15 +123,15 @@ object Versions {
123
123
const val junit = " 4.13.2" // https://mvnrepository.com/artifact/junit/junit
124
124
const val kbson = " 0.4.0" // https://github.com/mongodb/kbson
125
125
// When updating the Kotlin version, also remember to update /examples/min-android-sample/build.gradle.kts
126
- const val kotlin = " 2.0.0 " // https://github.com/JetBrains/kotlin and https://kotlinlang.org/docs/releases.html#release-details
126
+ const val kotlin = " 2.0.20 " // https://github.com/JetBrains/kotlin and https://kotlinlang.org/docs/releases.html#release-details
127
127
const val kotlinJvmTarget = " 1.8" // Which JVM bytecode version is kotlin compiled to.
128
- const val latestKotlin = " 2.0.0 " // https://kotlinlang.org/docs/eap.html#build-details
129
- const val kotlinCompileTesting = " 0.5.0-alpha07 " // https://github.com/zacsweers/kotlin-compile-testing
128
+ const val latestKotlin = " 2.0.20 " // https://kotlinlang.org/docs/eap.html#build-details
129
+ const val kotlinCompileTesting = " 0.5.1 " // https://github.com/zacsweers/kotlin-compile-testing
130
130
const val ktlint = " 0.45.2" // https://github.com/pinterest/ktlint
131
131
const val ktor = " 2.3.12" // https://github.com/ktorio/ktor
132
132
const val multidex = " 2.0.1" // https://developer.android.com/jetpack/androidx/releases/multidex
133
- const val nexusPublishPlugin = " 1.1 .0" // https://github.com/gradle-nexus/publish-plugin
134
- const val okio = " 3.2 .0" // https://square.github.io/okio/#releases
133
+ const val nexusPublishPlugin = " 1.3 .0" // https://github.com/gradle-nexus/publish-plugin
134
+ const val okio = " 3.9 .0" // https://square.github.io/okio/#releases
135
135
const val relinker = " 1.4.5" // https://github.com/KeepSafe/ReLinker
136
136
const val serialization = " 1.7.1" // https://kotlinlang.org/docs/releases.html#release-details
137
137
const val shadowJar = " 6.1.0" // https://mvnrepository.com/artifact/com.github.johnrengelman.shadow/com.github.johnrengelman.shadow.gradle.plugin?repo=gradle-plugins
0 commit comments