Skip to content

Commit

Permalink
Merge branch 'bump-dependencies-2'
Browse files Browse the repository at this point in the history
  • Loading branch information
Rawa committed Dec 9, 2024
2 parents 15fc4f9 + 66b2b3d commit 15bc03d
Show file tree
Hide file tree
Showing 3 changed files with 496 additions and 532 deletions.
2 changes: 1 addition & 1 deletion android/buildSrc/src/main/kotlin/Versions.kt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ object Versions {
const val minSdkVersion = 26
const val targetSdkVersion = 35

const val junitJupiter = "5.11.2"
const val junitJupiter = "5.11.3"
const val junit5Android = "1.6.0"
const val junit5Plugin = "1.11.2.0"
}
10 changes: 5 additions & 5 deletions android/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# The android-gradle-aapt plugin version must be in sync with the android plugin version.
# Required for Gradle metadata verification to work properly, see:
# https://github.com/gradle/gradle/issues/19228
android-gradle-plugin = "8.7.2"
android-gradle-plugin = "8.7.3"
android-gradle-aapt = "12006047"
android-billingclient = "7.1.1"
android-volley = "1.2.1"
Expand All @@ -22,7 +22,7 @@ androidx-testrunner = "1.6.2"
androidx-uiautomator = "2.4.0-alpha01"

# Arrow
arrow = "1.2.4"
arrow = "2.0.0"

# Compose
compose = "1.7.5"
Expand All @@ -33,14 +33,14 @@ compose-material3 = "1.3.1"
grpc = "1.68.2"
grpc-kotlin = "1.4.1"
grpc-kotlin-jar = "1.4.1:jdk8@jar"
grpc-protobuf = "4.29.0"
grpc-protobuf = "4.29.1"

# Koin
koin = "4.0.0"
koin-compose = "4.0.0"

# Ktor
ktor = "3.0.1"
ktor = "3.0.2"

# Kotlin
# Bump kotlin and kotlin-ksp together, find matching release here:
Expand All @@ -60,7 +60,7 @@ dependency-versions = "0.51.0"
detekt = "1.23.7"
jodatime = "2.13.0"
kermit = "2.0.5"
konsist = "0.17.0"
konsist = "0.17.3"
ktfmt = "0.21.0"
leakcanary = "2.14"

Expand Down
Loading

0 comments on commit 15bc03d

Please sign in to comment.