Skip to content

Commit

Permalink
Update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 17, 2025
1 parent 631a0ca commit 730d318
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
16 changes: 8 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11,20 +11,20 @@ GEM
artifactory (3.0.17)
atomos (0.1.3)
aws-eventstream (1.3.0)
aws-partitions (1.1033.0)
aws-sdk-core (3.214.1)
aws-partitions (1.1039.0)
aws-sdk-core (3.216.0)
aws-eventstream (~> 1, >= 1.3.0)
aws-partitions (~> 1, >= 1.992.0)
aws-sigv4 (~> 1.9)
jmespath (~> 1, >= 1.6.1)
aws-sdk-kms (1.96.0)
aws-sdk-core (~> 3, >= 3.210.0)
aws-sdk-kms (1.97.0)
aws-sdk-core (~> 3, >= 3.216.0)
aws-sigv4 (~> 1.5)
aws-sdk-s3 (1.177.0)
aws-sdk-core (~> 3, >= 3.210.0)
aws-sdk-s3 (1.178.0)
aws-sdk-core (~> 3, >= 3.216.0)
aws-sdk-kms (~> 1)
aws-sigv4 (~> 1.5)
aws-sigv4 (1.10.1)
aws-sigv4 (1.11.0)
aws-eventstream (~> 1, >= 1.0.2)
babosa (1.0.4)
base64 (0.2.0)
Expand Down Expand Up @@ -159,7 +159,7 @@ GEM
json (2.9.1)
jwt (2.10.1)
base64
logger (1.6.4)
logger (1.6.5)
mini_magick (4.13.2)
mini_mime (1.1.5)
multi_json (1.15.0)
Expand Down
2 changes: 1 addition & 1 deletion gradle/init.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
val ktlintVersion = "0.48.1"

initscript {
val spotlessVersion = "7.0.1"
val spotlessVersion = "7.0.2"

repositories {
mavenCentral()
Expand Down
12 changes: 6 additions & 6 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# ... PROJECT ...
java = "21"
kotlin = "2.1.0"
androidGradlePlugin = "8.7.3"
androidGradlePlugin = "8.8.0"
gmsPlugin = "4.4.2"
ksp = "2.1.0-1.0.29"
dokka = "2.0.0"
Expand All @@ -20,9 +20,9 @@ timber = "5.0.1"
androidxNavigation = "2.8.5"
androidxFragment = "1.8.5"
androidxAppCompat = "1.7.0"
androidxActivity = "1.9.3"
androidxActivity = "1.10.0"
androidxLifecycle = "2.8.7"
androidxComposeBom = "2024.12.01"
androidxComposeBom = "2025.01.00"
androidxComposeCompiler = "1.5.15"
androidxCoreSplashscreen = "1.0.1"
androidxHiltNavigationCompose = "1.2.0"
Expand All @@ -34,7 +34,7 @@ retrofit = "2.11.0"
coil = "2.7.0"

# ... STORAGE:PREFERENCES ...
androidxDataStore = "1.1.1"
androidxDataStore = "1.1.2"

# ... STORAGE:ROOM ...
room = "2.6.1"
Expand All @@ -45,11 +45,11 @@ androidxCredentials = "1.3.0"
identityGoogleId = "1.1.1"

# ... FIREBASE ...
firebaseBom = "33.7.0"
firebaseBom = "33.8.0"
firebaseCrashlyticsPlugin = "3.0.2"

# ... DAGGER-HILT ...
daggerHilt = "2.54"
daggerHilt = "2.55"
daggerHiltExt = "1.2.0"

# ... Open Source Licenses ...
Expand Down

0 comments on commit 730d318

Please sign in to comment.