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

[#602] Update outdated dependency versions #604

Merged
merged 2 commits into from
Mar 13, 2025
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
39 changes: 20 additions & 19 deletions sample-compose/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,38 +1,39 @@
[versions]
androidCompileSdk = "34"
androidCompileSdk = "35"
androidMinSdk = "24"
androidTargetSdk = "34"
androidVersionCode = "1"
androidVersionName = "3.32.0"

accompanist = "0.30.1"
chucker = "3.5.2"
composeBom = "2023.09.02"
chucker = "4.0.0"
composeBom = "2025.02.00"
# @kaungkhantsoe Will update in a separate PR
composeNavigation = "2.5.3"
core = "1.10.1"
datastore = "1.0.0"
core = "1.15.0"
datastore = "1.1.3"
detekt = "1.21.0"
gradle = "8.8.0"
hilt = "2.52"
hiltNavigation = "1.0.0"
gradle = "8.8.2"
hilt = "2.53"
hiltNavigation = "1.2.0"
javaxInject = "1"
junit = "4.13.2"
kotest = "5.6.2"
kotlin = "2.1.0"
kotlinxCoroutines = "1.7.1"
kotlin = "2.1.10"
kotlinxCoroutines = "1.7.3"
kover = "0.7.3"
ksp = "2.1.0-1.0.29"
lifecycle = "2.6.1"
mockk = "1.13.5"
moshi = "1.12.0"
nimbleCommon = "0.1.1"
okhttp = "4.11.0"
retrofit = "2.9.0"
robolectric = "4.10.2"
lifecycle = "2.8.7"
mockk = "1.13.8"
moshi = "1.15.1"
nimbleCommon = "0.1.2"
okhttp = "4.12.0"
retrofit = "2.11.0"
robolectric = "4.13"
security = "1.0.0"
testCore = "1.6.1"
testRules = "1.5.0"
timber = "4.7.1"
testRules = "1.6.1"
timber = "5.0.1"
turbine = "0.13.0"

[libraries]
Expand Down
37 changes: 19 additions & 18 deletions template-compose/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,37 +1,38 @@
[versions]
androidCompileSdk = "34"
androidCompileSdk = "35"
androidMinSdk = "24"
androidTargetSdk = "34"
androidVersionCode = "1"
androidVersionName = "1.0.0"

accompanist = "0.30.1"
chucker = "3.5.2"
composeBom = "2023.09.02"
chucker = "4.0.0"
composeBom = "2025.02.00"
# @kaungkhantsoe Will update in a separate PR
composeNavigation = "2.5.3"
Copy link

@github-actions github-actions bot Mar 11, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ A newer version of androidx.navigation:navigation-compose than 2.5.3 is available: 2.8.8

core = "1.10.1"
datastore = "1.0.0"
core = "1.15.0"
datastore = "1.1.3"
detekt = "1.21.0"
gradle = "8.8.0"
hilt = "2.52"
hiltNavigation = "1.0.0"
gradle = "8.8.2"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ A newer version of com.android.application than 8.8.2 is available: 8.9.0

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ A newer version of com.android.library than 8.8.2 is available: 8.9.0

hilt = "2.53"
hiltNavigation = "1.2.0"
javaxInject = "1"
junit = "4.13.2"
kotest = "5.6.2"
kotlin = "2.1.0"
kotlinxCoroutines = "1.7.1"
kotlin = "2.1.10"
kotlinxCoroutines = "1.7.3"
kover = "0.7.3"
ksp = "2.1.0-1.0.29"
lifecycle = "2.6.1"
mockk = "1.13.5"
moshi = "1.12.0"
nimbleCommon = "0.1.1"
okhttp = "4.11.0"
retrofit = "2.9.0"
robolectric = "4.10.2"
lifecycle = "2.8.7"
mockk = "1.13.8"
moshi = "1.15.1"
nimbleCommon = "0.1.2"
okhttp = "4.12.0"
retrofit = "2.11.0"
robolectric = "4.13"
security = "1.0.0"
testCore = "1.6.1"
timber = "4.7.1"
timber = "5.0.1"
turbine = "0.13.0"

[libraries]
Expand Down
Loading