Skip to content

Commit

Permalink
fix(deps): update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 23, 2025
1 parent 264b051 commit 03d62d2
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 22 deletions.
18 changes: 9 additions & 9 deletions baseline-profiles/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[versions]
accompanist = "0.36.0"
androidGradlePlugin = "8.7.3"
androidx-activity-compose = "1.9.3"
accompanist = "0.37.0"
androidGradlePlugin = "8.8.0"
androidx-activity-compose = "1.10.0"
androidx-appcompat = "1.7.0"
androidx-benchmark = "1.2.4"
androidx-benchmark-junit4 = "1.3.3"
androidx-compose-bom = "2024.12.01"
androidx-compose-bom = "2025.01.00"
androidx-constraintlayout = "1.1.0"
androidx-corektx = "1.15.0"
androidx-lifecycle-runtime = "2.8.7"
Expand All @@ -23,18 +23,18 @@ androix-test-uiautomator = "2.3.0"
coil = "2.7.0"
# @keep
compileSdk = "33"
coroutines = "1.9.0"
coroutines = "1.10.1"
google-maps = "19.0.0"
gradle-versions = "0.51.0"
hilt = "2.53.1"
gradle-versions = "0.52.0"
hilt = "2.55"
hiltExt = "1.2.0"
# @pin When updating to AGP 7.4.0-alpha10 and up we can update this https://developer.android.com/studio/write/java8-support#library-desugaring-versions
jdkDesugar = "2.1.3"
jdkDesugar = "2.1.4"
junit = "4.13.2"
# @pin Update in conjuction with Compose Compiler
kotlin = "2.1.0"
ksp = "2.1.0-1.0.29"
maps-compose = "6.4.0"
maps-compose = "6.4.1"
material = "1.12.0"
# @keep
minSdk = "21"
Expand Down
2 changes: 1 addition & 1 deletion baseline-profiles/gradle/spotless.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
val ktlintVersion = "0.43.0"

initscript {
val spotlessVersion = "6.25.0"
val spotlessVersion = "7.0.2"

repositories {
mavenCentral()
Expand Down
2 changes: 1 addition & 1 deletion baseline-profiles/gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.11.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.12-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down
18 changes: 9 additions & 9 deletions benchmarking/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[versions]
accompanist = "0.36.0"
androidGradlePlugin = "8.7.3"
androidx-activity-compose = "1.9.3"
accompanist = "0.37.0"
androidGradlePlugin = "8.8.0"
androidx-activity-compose = "1.10.0"
androidx-appcompat = "1.7.0"
androidx-benchmark = "1.3.3"
androidx-benchmark-junit4 = "1.3.3"
androidx-compose-bom = "2024.12.01"
androidx-compose-bom = "2025.01.00"
androidx-constraintlayout = "1.1.0"
androidx-corektx = "1.15.0"
androidx-lifecycle-runtime = "2.8.7"
Expand All @@ -24,18 +24,18 @@ benchmarkMacroJunit4 = "1.2.0"
coil = "2.7.0"
# @keep
compileSdk = "33"
coroutines = "1.9.0"
coroutines = "1.10.1"
google-maps = "19.0.0"
gradle-versions = "0.51.0"
hilt = "2.53.1"
gradle-versions = "0.52.0"
hilt = "2.55"
hiltExt = "1.2.0"
# @pin When updating to AGP 7.4.0-alpha10 and up we can update this https://developer.android.com/studio/write/java8-support#library-desugaring-versions
jdkDesugar = "2.1.3"
jdkDesugar = "2.1.4"
junit = "4.13.2"
# @pin Update in conjuction with Compose Compiler
kotlin = "2.1.0"
ksp = "2.1.0-1.0.29"
maps-compose = "6.4.0"
maps-compose = "6.4.1"
material = "1.12.0"
# @keep
minSdk = "21"
Expand Down
2 changes: 1 addition & 1 deletion benchmarking/gradle/spotless.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
val ktlintVersion = "0.43.0"

initscript {
val spotlessVersion = "6.25.0"
val spotlessVersion = "7.0.2"

repositories {
mavenCentral()
Expand Down
2 changes: 1 addition & 1 deletion benchmarking/gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.11.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.12-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down

0 comments on commit 03d62d2

Please sign in to comment.