Skip to content

Commit af3eec5

Browse files
authored
Merge branch 'main' into dependabot/gradle/serialization-1.8.0
2 parents c3189d1 + 71dd3a8 commit af3eec5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ kotlin = "2.1.0"
33
kotest = "6.0.0.M1"
44
detekt = "1.23.7"
55
ktlint = "1.1.0"
6-
okio = "3.9.1"
6+
okio = "3.10.2"
77
serialization = "1.8.0"
88
benchmark = "0.4.13"
99
openapi = "2024.5"
@@ -30,7 +30,7 @@ kotlin-coroutines-core = { group = "org.jetbrains.kotlinx", name = "kotlinx-coro
3030
kotest-assertions-core = { module = "io.kotest:kotest-assertions-core", version.ref = "kotest" }
3131
kotest-framework-engine = { module = "io.kotest:kotest-framework-engine", version.ref = "kotest" }
3232
kotest-runner-junit5 = { module = "io.kotest:kotest-runner-junit5", version.ref = "kotest" }
33-
uri = { group = "com.eygraber", name = "uri-kmp", version = "0.0.18" }
33+
uri = { group = "com.eygraber", name = "uri-kmp", version = "0.0.19" }
3434
okio-common = { group = "com.squareup.okio", name = "okio", version.ref = "okio" }
3535
okio-nodefilesystem = { group = "com.squareup.okio", name = "okio-nodefilesystem", version.ref = "okio" }
3636
openapi-bom = { group = "io.openapiprocessor", name = "json-schema-validator-bom", version.ref = "openapi" }

0 commit comments

Comments
 (0)