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 24, 2025
1 parent 631a0ca commit cdda9f6
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 22 deletions.
26 changes: 13 additions & 13 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.1042.0)
aws-sdk-core (3.216.1)
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 @@ -70,7 +70,7 @@ GEM
faraday_middleware (1.2.1)
faraday (~> 1.0)
fastimage (2.4.0)
fastlane (2.225.0)
fastlane (2.226.0)
CFPropertyList (>= 2.3, < 4.0.0)
addressable (>= 2.8, < 3.0.0)
artifactory (~> 3.0)
Expand Down Expand Up @@ -110,7 +110,7 @@ GEM
tty-spinner (>= 0.8.0, < 1.0.0)
word_wrap (~> 1.0.0)
xcodeproj (>= 1.13.0, < 2.0.0)
xcpretty (~> 0.3.0)
xcpretty (~> 0.4.0)
xcpretty-travis-formatter (>= 0.0.3, < 2.0.0)
fastlane-sirp (1.0.0)
sysrandom (~> 1.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 All @@ -180,7 +180,7 @@ GEM
uber (< 0.2.0)
retriable (3.1.2)
rexml (3.4.0)
rouge (2.0.7)
rouge (3.28.0)
ruby2_keywords (0.0.5)
rubyzip (2.4.1)
security (0.1.5)
Expand Down Expand Up @@ -211,8 +211,8 @@ GEM
colored2 (~> 3.1)
nanaimo (~> 0.4.0)
rexml (>= 3.3.6, < 4.0)
xcpretty (0.3.0)
rouge (~> 2.0.7)
xcpretty (0.4.0)
rouge (~> 3.28.0)
xcpretty-travis-formatter (1.0.1)
xcpretty (~> 0.2, >= 0.0.7)

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
2 changes: 1 addition & 1 deletion 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.12-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.12.1-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ dependencyResolutionManagement {
}

plugins {
id("com.gradle.develocity") version ("3.19")
id("com.gradle.develocity") version ("3.19.1")
}

develocity {
Expand Down

0 comments on commit cdda9f6

Please sign in to comment.