Skip to content

Commit

Permalink
fix(deps): update gradle non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 13, 2024
1 parent fa795f8 commit 029982e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@ ktlint = "0.49.1"
kotlinxSerialization = "1.7.2"
ktor = "2.3.12"
ksp = "2.0.20-1.0.25"
firebaseBom = "33.2.0"
firebaseBom = "33.3.0"
multiplatformFirebase = "1.13.0"
multiplatformSettings = "1.2.0"
kermit = "2.0.4"
okHttp = "4.12.0"
ossLicensesPlugin = "0.10.6"
ossLicenses = "17.1.0"
detekt = "1.23.6"
detekt = "1.23.7"
twitterComposeRule = "0.0.26"
kover = "0.8.3"
supabase = "2.6.1"
Expand All @@ -33,7 +33,7 @@ stately = "2.1.0"
logback = "1.5.8"
graphqlKotlin = "7.1.5"
kotest = "5.9.1"
precompose = "1.6.1"
precompose = "1.6.2"
imageLoader = "1.8.3"

[libraries]
Expand Down Expand Up @@ -114,13 +114,13 @@ statelyIsoCollections = { module = "co.touchlab:stately-iso-collections", versio

okHttpCore = { module = "com.squareup.okhttp3:okhttp", version.ref = "okHttp" }
okHttpLoggingInterceptor = { module = "com.squareup.okhttp3:logging-interceptor", version.ref = "okHttp" }
okIo = { module = "com.squareup.okio:okio", version = "3.9.0" }
okIo = { module = "com.squareup.okio:okio", version = "3.9.1" }
firebaseBom = { module = "com.google.firebase:firebase-bom", version.ref = "firebaseBom" }
firebaseCommon = { module = "com.google.firebase:firebase-common" }
firebaseDynamicLinks = { module = "com.google.firebase:firebase-dynamic-links" }
firebaseRemoteConfig = { module = "dev.gitlive:firebase-config", version.ref = "multiplatformFirebase" }
firebaseCrashlyticsGradlePlugin = { module = "com.google.firebase:firebase-crashlytics-gradle", version = "3.0.2" }
firebaseCrashlytics = { module = "com.google.firebase:firebase-crashlytics-ktx", version = "19.0.3" }
firebaseCrashlytics = { module = "com.google.firebase:firebase-crashlytics-ktx", version = "19.1.0" }

ossLicenses = { module = "com.google.android.gms:play-services-oss-licenses", version.ref = "ossLicenses" }

Expand Down

0 comments on commit 029982e

Please sign in to comment.