Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependencies #6964

Merged
merged 7 commits into from
Oct 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions 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.10.2"
const val junit5Android = "1.5.0"
const val junit5Plugin = "1.10.2.0"
const val junitJupiter = "5.11.2"
const val junit5Android = "1.6.0"
const val junit5Plugin = "1.11.2.0"
}
2 changes: 2 additions & 0 deletions android/config/lint.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,6 @@
<!-- Temporarily ignore the below checks while migrating to version catalogs. -->
<issue id="GradleDependency" severity="ignore" />
<issue id="AndroidGradlePluginVersion" severity="ignore" />
<!-- Temporarily ignored since a dependency is checked with older version of lint -->
<issue id="ObsoleteLintCustomCheck" severity="ignore" />
</lint>
17 changes: 10 additions & 7 deletions android/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,25 +16,25 @@ androidx-coresplashscreen = "1.1.0-rc01"
androidx-espresso = "3.6.1"
androidx-lifecycle = "2.8.6"
androidx-test = "1.6.1"
androidx-testmonitor = "1.7.1"
androidx-testmonitor = "1.7.2"
androidx-testorchestrator = "1.5.0"
androidx-testrunner = "1.6.1"
androidx-testrunner = "1.6.2"
androidx-uiautomator = "2.4.0-alpha01"

# Arrow
arrow = "1.2.4"

# Compose
compose = "1.7.3"
compose-destinations = "2.1.0-beta12"
compose-destinations = "2.1.0-beta13"
compose-constraintlayout = "1.0.1"
compose-material3 = "1.3.0"

# Await resolution of https://github.com/grpc/grpc-java/issues/11550 before updating.
grpc = "1.66.0"
grpc = "1.67.1"
grpc-kotlin = "1.4.1"
grpc-kotlin-jar = "1.4.1:jdk8@jar"
grpc-protobuf = "4.28.1"
grpc-protobuf = "4.28.2"

# Koin
koin = "4.0.0"
Expand All @@ -43,8 +43,8 @@ koin-compose = "4.0.0"
# Kotlin
# Bump kotlin and kotlin-ksp together, find matching release here:
# https://github.com/google/ksp/releases
kotlin = "2.0.20"
kotlin-ksp = "2.0.20-1.0.25"
kotlin = "2.0.21"
kotlin-ksp = "2.0.21-1.0.25"
kotlinx = "1.9.0"

# Protobuf
Expand All @@ -60,6 +60,9 @@ kermit = "2.0.4"
konsist = "0.16.1"
ktfmt = "0.20.1"
leakcanary = "2.14"

# Blocked updating to 1.13.13 due to regression
# https://github.com/mockk/mockk/issues/1308
mockk = "1.13.12"
mockwebserver = "4.12.0"
play-publisher = "3.11.0"
Expand Down
Loading
Loading