Skip to content

Commit

Permalink
Bumpd dependency versions
Browse files Browse the repository at this point in the history
* Android Gradle Plugin 8.7.3
* atomicfu 0.27.0
* Dokka 2.0.0
* Okio 3.10.2
* orgjson 20250107
* Spotless 7.0.0
* Wire 5.2.1
  • Loading branch information
illarionov committed Jan 15, 2025
1 parent 8ef5246 commit 239e1cb
Show file tree
Hide file tree
Showing 14 changed files with 131 additions and 203 deletions.
3 changes: 0 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,3 @@ kotlin.mpp.import.enableKgpDependencyResolution=true
#AtomicFu
kotlinx.atomicfu.enableJvmIrTransformation=true
kotlinx.atomicfu.enableJsIrTransformation=true

# https://github.com/Kotlin/dokka/issues/3153
org.jetbrains.dokka.classpath.useNativeDistributionAccessor=true
16 changes: 8 additions & 8 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
androidMinSdk = "14"
androidCompileSdk = "33"

agp = "8.5.2"
agp = "8.7.3"
assertk = "0.28.1"
atomicfu = '0.26.1'
atomicfu = '0.27.0'
detekt = "1.23.7"
diktat = "2.0.0"
dokka = "1.9.20"
dokka = "2.0.0"
junit5 = "5.11.4"
junit-platform-launcher = "1.11.4"
gradle-maven-publish-plugin = "0.30.0"
Expand All @@ -18,16 +18,16 @@ kotlin-compile-testing-fork = "0.7.0"
kotlinpoet = "2.0.0"
kotlinx-binary-compatibility-validator = "0.17.0"
kotlinx-coroutines = "1.10.1"
kotlinx-serialization = "1.7.3"
kotlinx-serialization = "1.8.0"
ktor = "3.0.3"
okhttp3 = "4.12.0"
okhttp5 = "5.0.0-alpha.14"
okio = "3.9.1"
orgjson = "20240303"
okio = "3.10.2"
orgjson = "20250107"
slf4j = "2.0.16"
spotless = "7.0.0.BETA4"
spotless = "7.0.0"
turbine = "1.2.0"
wire = "5.1.0"
wire = "5.2.1"

[libraries]
assertk = { group = "com.willowtreeapps.assertk", name = "assertk", version.ref = "assertk" }
Expand Down
Loading

0 comments on commit 239e1cb

Please sign in to comment.