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

Bump the ivy-wallet group with 27 updates #3519

Closed
wants to merge 1 commit into from
Closed
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
32 changes: 16 additions & 16 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
[versions]
kotlin = "2.0.20"
kotlin-coroutines = "1.8.1"
kotlin-coroutines = "1.9.0"
ktor = "2.3.12"
arrow = "1.2.4"
kotest = "5.9.1"
# https://developer.android.com/jetpack/androidx/releases/compose
compose = "1.6.8"
compose-material3 = "1.2.1"
compose = "1.7.1"
compose-material3 = "1.3.0"
glance = "1.1.0"
hilt = "2.52"
room = "2.6.1"
androidx-work = "2.9.1"
kotlinx-collections = "0.3.7"
kotlinx-collections = "0.3.8"
paparazzi = "1.3.3"

# Android
Expand All @@ -23,10 +23,10 @@ jvm-target = "17"


# Linters
detekt = "1.23.6" # https://detekt.dev/docs/gettingstarted/gradle/
detekt = "1.23.7" # https://detekt.dev/docs/gettingstarted/gradle/

[libraries]
android-gradle-plugin = { module = "com.android.tools.build:gradle", version = "8.5.2" }
android-gradle-plugin = { module = "com.android.tools.build:gradle", version = "8.6.0" }

# Kotlin
kotlin-gradle-plugin = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin", version.ref = "kotlin" }
Expand All @@ -37,7 +37,7 @@ kotlin-coroutines-googleplay-temp = { module = "org.jetbrains.kotlinx:kotlinx-co
kotlinx-collections-immutable = { module = "org.jetbrains.kotlinx:kotlinx-collections-immutable", version.ref = "kotlinx-collections" }

# KotlinX Serialization
kotlinx-serialization-json = { module = "org.jetbrains.kotlinx:kotlinx-serialization-json", version = "1.7.1" }
kotlinx-serialization-json = { module = "org.jetbrains.kotlinx:kotlinx-serialization-json", version = "1.7.2" }
kotlinx-serialization-plugin = { module = "org.jetbrains.kotlin:kotlin-serialization", version.ref = "kotlin" }

# Ktor
Expand All @@ -62,7 +62,7 @@ cashapp-molecule-plugin = { module = "app.cash.molecule:molecule-gradle-plugin",
cashapp-turbine = { module = "app.cash.turbine:turbine", version = "1.1.0" }
paparazzi-plugin = { module = "app.cash.paparazzi:paparazzi-gradle-plugin", version.ref = "paparazzi" }
paparazzi = { module = "app.cash.paparazzi:paparazzi", version.ref = "paparazzi" }
google-testparameterinjector = { module = "com.google.testparameterinjector:test-parameter-injector", version = "1.16" }
google-testparameterinjector = { module = "com.google.testparameterinjector:test-parameter-injector", version = "1.17" }

# Integartion (Android) testing
androidx-test-runner = { module = "androidx.test:runner", version = "1.6.2" }
Expand All @@ -80,8 +80,8 @@ compose-material-icons-extended = { module = "androidx.compose.material:material
compose-runtime = { module = "androidx.compose.runtime:runtime", version.ref = "compose" }
compose-runtime-livedate-temp = { module = "androidx.compose.runtime:runtime-livedata", version.ref = "compose" }
compose-ui = { module = "androidx.compose.ui:ui", version.ref = "compose" }
compose-activity = { module = "androidx.activity:activity-compose", version = "1.9.1" }
compose-viewmodel = { module = "androidx.lifecycle:lifecycle-viewmodel-compose", version = "2.8.4" }
compose-activity = { module = "androidx.activity:activity-compose", version = "1.9.2" }
compose-viewmodel = { module = "androidx.lifecycle:lifecycle-viewmodel-compose", version = "2.8.5" }
compose-tooling = { module = "androidx.compose.ui:ui-tooling", version.ref = "compose" }
compose-coil = { module = "io.coil-kt:coil-compose", version = "2.7.0" }
glance = { module = "androidx.glance:glance", version.ref = "glance" }
Expand All @@ -108,13 +108,13 @@ google-services-plugin = { module = "com.google.gms:google-services", version =
google-play-update = { module = "com.google.android.play:app-update", version = "2.1.0" }
google-play-services = { module = "com.google.android.gms:play-services-tasks", version = "18.2.0" }
google-play-review = { module = "com.google.android.play:review-ktx", version = "2.0.1" }
firebase-crashlytics = { module = "com.google.firebase:firebase-crashlytics", version = "19.0.3" }
firebase-crashlytics = { module = "com.google.firebase:firebase-crashlytics", version = "19.1.0" }
firebase-crashlytics-gradle-plugin = { module = "com.google.firebase:firebase-crashlytics-gradle", version = "3.0.2" }

# AndroidX
androidx-security = { module = "androidx.security:security-crypto", version = "1.0.0" }
androidx-biometrics = { module = "androidx.biometric:biometric", version = "1.2.0-alpha05" }
androidx-activity = { module = "androidx.activity:activity-ktx", version = "1.9.1" }
androidx-activity = { module = "androidx.activity:activity-ktx", version = "1.9.2" }
appcompat-activity = { module = "androidx.appcompat:appcompat", version = "1.7.0" }
androidx-work = { module = "androidx.work:work-runtime-ktx", version.ref = "androidx-work" }
androidx-work-testing = { module = "androidx.work:work-testing", version.ref = "androidx-work" }
Expand All @@ -129,21 +129,21 @@ timber = { module = "com.jakewharton.timber:timber", version = "5.0.1" }
# Legacy
keval = { module = "com.notkamui.libs:keval", version = "1.1.1" }
opencsv-csv = { module = "com.opencsv:opencsv", version = "5.9" }
opencsv-apache-commons = { module = "org.apache.commons:commons-lang3", version = "3.16.0" }
opencsv-apache-commons = { module = "org.apache.commons:commons-lang3", version = "3.17.0" }

# Linters
detekt-gradle-plugin = { module = "io.gitlab.arturbosch.detekt:detekt-gradle-plugin", version.ref = "detekt" }
detekt-ruleset-compiler = { module = "com.braisgabin.detekt:kotlin-compiler-wrapper", version = "0.0.4" }
detekt-ruleset-ktlint = { module = "io.gitlab.arturbosch.detekt:detekt-formatting", version.ref = "detekt" }
detekt-ruleset-compose = { module = "io.nlopez.compose.rules:detekt", version = "0.4.10" }
detekt-ruleset-compose = { module = "io.nlopez.compose.rules:detekt", version = "0.4.12" }
detekt-ruleset-ivy-explicit = { module = "com.github.Ivy-Apps:detekt-explicit", version = "v0.0.8" }
slack-lint-compose = { module = "com.slack.lint.compose:compose-lint-checks", version = "1.3.1" }

# KSP
ksp-plugin = { module = "com.google.devtools.ksp:com.google.devtools.ksp.gradle.plugin", version = "2.0.20-1.0.24" }
ksp-plugin = { module = "com.google.devtools.ksp:com.google.devtools.ksp.gradle.plugin", version = "2.0.20-1.0.25" }

# Modules Graph
module-graph-plugin = { module = "com.jraska.module.graph.assertion:plugin", version = "2.6.0" }
module-graph-plugin = { module = "com.jraska.module.graph.assertion:plugin", version = "2.7.1" }


[bundles]
Expand Down
Loading