Skip to content

Commit

Permalink
Upgrade some dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
iNoles committed Jan 16, 2024
1 parent 8dccddc commit bb7d3b9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
kotlin("multiplatform") version "1.9.20" apply false
id("org.jetbrains.kotlinx.kover") version "0.7.4" apply false
kotlin("multiplatform") version "1.9.21" apply false
id("org.jetbrains.kotlinx.kover") version "0.7.5" apply false
}

val isReleaseBuild: Boolean
Expand Down
2 changes: 1 addition & 1 deletion fuel-moshi-jvm/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ plugins {
kotlin("jvm")
id("publication")
id("org.jetbrains.kotlinx.kover")
id("com.google.devtools.ksp") version "1.9.20-1.0.14"
id("com.google.devtools.ksp") version "1.9.21-1.0.16"
}

kotlin {
Expand Down
8 changes: 4 additions & 4 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[versions]
coroutines = "1.7.3"
jackson = "2.15.3"
jackson = "2.16.1"
junit = "4.13.2"
moshi = "1.15.0"
okhttp = "5.0.0-alpha.11"
okio = "3.6.0"
okhttp = "5.0.0-alpha.12"
okio = "3.7.0"
forge = "1.0.0-alpha3"
result = "5.5.0"
serialization = "1.6.0"
serialization = "1.6.2"

[libraries]
kotlinx-coroutines-core = { group = "org.jetbrains.kotlinx", name = "kotlinx-coroutines-core", version.ref = "coroutines" }
Expand Down

0 comments on commit bb7d3b9

Please sign in to comment.