Skip to content

Commit

Permalink
update cache4k with potential ConcurrentModificationException jvm fix
Browse files Browse the repository at this point in the history
  • Loading branch information
luca992 committed Feb 23, 2024
1 parent 291f157 commit 099724c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 5 additions & 4 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,16 @@ com-android-application = { id = "com.android.application", version.ref = "agp"

[versions]

cache4k = "0.12.0"
kotlin = "1.9.22"
agp = "8.2.2"

okio = "3.8.0"
startup-runtime = "1.1.1"
vanniktech-publish = "0.27.0"
compose = "1.5.12"
coroutines = "1.7.3"
coroutines = "1.8.0"
ktor = "2.3.8"
cache4k = "0.13.0"
xmlutil = "0.86.3"
activity-compose = "1.8.2"
appcompat = "1.6.1"
Expand All @@ -30,11 +30,11 @@ slf4j = "2.0.12"

[libraries]

cache4k = { module = "io.github.reactivecircus.cache4k:cache4k", version.ref = "cache4k" }
compose-components-resources = { module = "org.jetbrains.compose.components:components-resources", version.ref = "compose" }
okio = { module = "com.squareup.okio:okio", version.ref = "okio" }
okio-fakefilesystem = { module = "com.squareup.okio:okio-fakefilesystem", version.ref = "okio" }

cache4k = { module = "io.github.reactivecircus.cache4k:cache4k", version.ref = "cache4k" }

kotlinx-coroutines-core = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-core", version.ref = "coroutines" }
kotlinx-coroutines-test = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-test", version.ref = "coroutines" }

Expand All @@ -45,6 +45,7 @@ ktor-client-js = { module = "io.ktor:ktor-client-js", version.ref = "ktor" }
ktor-client-cio = { module = "io.ktor:ktor-client-cio", version.ref = "ktor" }
ktor-client-mock = { module = "io.ktor:ktor-client-mock", version.ref = "ktor" }

compose-components-resources = { module = "org.jetbrains.compose.components:components-resources", version.ref = "compose" }
jetbrains-compose-ui-ui-test-junit4 = { module = "org.jetbrains.compose.ui:ui-test-junit4", version.ref = "compose" }

pdvrieze-xmlutil-serialization = { module = "io.github.pdvrieze.xmlutil:serialization", version.ref = "xmlutil" }
Expand Down
2 changes: 1 addition & 1 deletion kamel-sample-ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ SPEC CHECKSUMS:

PODFILE CHECKSUM: a278bceddd0e3759d316e6207cd9edefd5d4d855

COCOAPODS: 1.12.1
COCOAPODS: 1.15.2

0 comments on commit 099724c

Please sign in to comment.