Skip to content

Commit

Permalink
updating more deps (#494)
Browse files Browse the repository at this point in the history
Co-authored-by: John Oberhauser <j.git-global@obez.io>
  • Loading branch information
JohnOberhauser and John Oberhauser committed Apr 25, 2024
1 parent 15294d0 commit afe2ec5
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions gradle/libs.versions.toml
Expand Up @@ -9,21 +9,21 @@ androidx-paging = "3.2.1"
androidx-room = "2.6.1"
androidx-test-ext-junit = "1.1.5"
androidx-work = "2.9.0"
coil = "2.5.0"
detekt = "1.23.4"
coil = "2.6.0"
detekt = "1.23.6"
espresso-core = "3.5.1"
espresso-intents = "3.5.1"
glean = "54.0.0"
google-truth = "1.3.0"
google-truth = "1.4.2"
junit = "4.13.2"
koin = "3.5.3"
koin-compose = "1.1.2"
koin = "3.5.6"
koin-compose = "1.1.5"
kotlin = "1.9.23"
kotlin-ksp = "1.9.23-1.0.20" # Used only once, but keeping this definition makes the KSP version check at ci/verify-ksp-version.sh simpler.
kotlinx-collections-immutable = "0.3.7"
kotlinx-coroutines = "1.8.0"
okhttp = "4.12.0"
protobuf = "3.25.2"
protobuf = "4.26.1"

[libraries]
about-libraries-core = { module = "com.mikepenz:aboutlibraries-core", version.ref = "about-libraries" }
Expand Down Expand Up @@ -84,13 +84,13 @@ kotlinx-coroutines-android = { module = "org.jetbrains.kotlinx:kotlinx-coroutine
kotlinx-coroutines-test = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-test", version.ref = "kotlinx-coroutines" }
kotlinx-datetime = { module = "org.jetbrains.kotlinx:kotlinx-datetime", version = "0.5.0" }
kotlinx-serialization-converter = { module = "com.jakewharton.retrofit:retrofit2-kotlinx-serialization-converter", version = "1.0.0" }
kotlinx-serialization-json = { module = "org.jetbrains.kotlinx:kotlinx-serialization-json", version = "1.6.2" }
kotlinx-serialization-json = { module = "org.jetbrains.kotlinx:kotlinx-serialization-json", version = "1.6.3" }
kotlinx-collections-immutable = { module = "org.jetbrains.kotlinx:kotlinx-collections-immutable", version.ref = "kotlinx-collections-immutable" }
mockk = { module = "io.mockk:mockk", version = "1.13.9" }
mockk = { module = "io.mockk:mockk", version = "1.13.10" }
mozilla-components-service-glean = { module = "org.mozilla.components:service-glean", version = "118.0" }
protobuf-kotlin-lite = { module = "com.google.protobuf:protobuf-kotlin-lite", version.ref = "protobuf" }
protobuf-protoc = { module = "com.google.protobuf:protoc", version.ref = "protobuf" }
retrofit = { module = "com.squareup.retrofit2:retrofit", version = "2.9.0" }
retrofit = { module = "com.squareup.retrofit2:retrofit", version = "2.11.0" }
square-okhttp = { module = "com.squareup.okhttp3:okhttp", version.ref = "okhttp" }
square-okhttp-logging = { module = "com.squareup.okhttp3:logging-interceptor", version.ref = "okhttp" }
unifiedPush-androidConnector = { module = "com.github.UnifiedPush:android-connector", version = "2.4.0" }
Expand All @@ -113,4 +113,4 @@ kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }
kotlin-ksp = { id = "com.google.devtools.ksp", version.ref = "kotlin-ksp" }
kotlinx-serialization = { id = "org.jetbrains.kotlin.plugin.serialization", version.ref = "kotlin"}
protobuf = { id = "com.google.protobuf", version = "0.9.4" }
sentry = { id = "io.sentry.android.gradle", version = "4.2.0" }
sentry = { id = "io.sentry.android.gradle", version = "4.5.0" }

0 comments on commit afe2ec5

Please sign in to comment.