Skip to content

Commit b23d218

Browse files
authored
Merge pull request #45 from superus8r/deps/update-dependencies
deps: update dependencies
2 parents af3d276 + 2440dda commit b23d218

File tree

2 files changed

+21
-21
lines changed

2 files changed

+21
-21
lines changed

Gemfile.lock

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -9,26 +9,26 @@ GEM
99
public_suffix (>= 2.0.2, < 7.0)
1010
artifactory (3.0.17)
1111
atomos (0.1.3)
12-
aws-eventstream (1.3.2)
13-
aws-partitions (1.1108.0)
14-
aws-sdk-core (3.224.1)
12+
aws-eventstream (1.4.0)
13+
aws-partitions (1.1125.0)
14+
aws-sdk-core (3.226.2)
1515
aws-eventstream (~> 1, >= 1.3.0)
1616
aws-partitions (~> 1, >= 1.992.0)
1717
aws-sigv4 (~> 1.9)
1818
base64
1919
jmespath (~> 1, >= 1.6.1)
2020
logger
21-
aws-sdk-kms (1.101.0)
22-
aws-sdk-core (~> 3, >= 3.216.0)
21+
aws-sdk-kms (1.106.0)
22+
aws-sdk-core (~> 3, >= 3.225.0)
2323
aws-sigv4 (~> 1.5)
24-
aws-sdk-s3 (1.187.0)
25-
aws-sdk-core (~> 3, >= 3.224.1)
24+
aws-sdk-s3 (1.192.0)
25+
aws-sdk-core (~> 3, >= 3.225.0)
2626
aws-sdk-kms (~> 1)
2727
aws-sigv4 (~> 1.5)
28-
aws-sigv4 (1.11.0)
28+
aws-sigv4 (1.12.1)
2929
aws-eventstream (~> 1, >= 1.0.2)
3030
babosa (1.0.4)
31-
base64 (0.2.0)
31+
base64 (0.3.0)
3232
claide (1.1.0)
3333
colored (1.2)
3434
colored2 (3.1.2)
@@ -57,10 +57,10 @@ GEM
5757
faraday (>= 0.8.0)
5858
http-cookie (~> 1.0.0)
5959
faraday-em_http (1.0.0)
60-
faraday-em_synchrony (1.0.0)
60+
faraday-em_synchrony (1.0.1)
6161
faraday-excon (1.1.0)
6262
faraday-httpclient (1.0.1)
63-
faraday-multipart (1.1.0)
63+
faraday-multipart (1.1.1)
6464
multipart-post (~> 2.0)
6565
faraday-net_http (1.0.2)
6666
faraday-net_http_persistent (1.2.0)
@@ -70,7 +70,7 @@ GEM
7070
faraday_middleware (1.2.1)
7171
faraday (~> 1.0)
7272
fastimage (2.4.0)
73-
fastlane (2.227.2)
73+
fastlane (2.228.0)
7474
CFPropertyList (>= 2.3, < 4.0.0)
7575
addressable (>= 2.8, < 3.0.0)
7676
artifactory (~> 3.0)
@@ -165,7 +165,7 @@ GEM
165165
mutex_m
166166
jmespath (1.6.2)
167167
json (2.12.2)
168-
jwt (2.10.1)
168+
jwt (2.10.2)
169169
base64
170170
logger (1.7.0)
171171
mini_magick (4.13.2)
@@ -174,13 +174,13 @@ GEM
174174
multipart-post (2.4.1)
175175
mutex_m (0.3.0)
176176
nanaimo (0.4.0)
177-
naturally (2.2.1)
177+
naturally (2.3.0)
178178
nkf (0.2.0)
179179
optparse (0.6.0)
180180
os (1.1.4)
181181
plist (3.7.2)
182182
public_suffix (6.0.2)
183-
rake (13.2.1)
183+
rake (13.3.0)
184184
representable (3.2.0)
185185
declarative (< 0.1.0)
186186
trailblazer-option (>= 0.1.1, < 0.2.0)

gradle/libs.versions.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,23 +5,23 @@ kotlin = "2.1.20"
55
jacoco = "0.8.8"
66

77
# AndroidX
8-
appcompat = "1.7.0"
8+
appcompat = "1.7.1"
99
coreKtx = "1.16.0"
1010
constraintlayout = "2.2.1"
11-
lifecycleRuntimeKtx = "2.8.7"
11+
lifecycleRuntimeKtx = "2.9.1"
1212
lifecycleViewmodelKtx = "2.9.1"
1313
lifecycleExtensions = "2.2.0"
1414
activityCompose = "1.10.1"
1515
datastorePreferences = "1.1.7"
1616

1717
# Compose
18-
composeBom = "2023.06.01"
18+
composeBom = "2025.06.01"
1919

2020
# Google/Material
2121
material = "1.12.0"
2222

2323
# Firebase
24-
firebaseBom = "33.15.0"
24+
firebaseBom = "33.16.0"
2525

2626
# Dagger/Hilt
2727
hilt = "2.56.2"
@@ -105,8 +105,8 @@ androidx-test-truth = { module = "androidx.test.ext:truth", version.ref = "andro
105105

106106
# --- Plugins (classpath dependencies) ---
107107
hilt-android-gradle-plugin = { module = "com.google.dagger:hilt-android-gradle-plugin", version.ref = "hilt" }
108-
google-services = { module = "com.google.gms:google-services", version = "4.4.2" }
109-
firebase-crashlytics-gradle = { module = "com.google.firebase:firebase-crashlytics-gradle", version = "2.9.9" }
108+
google-services = { module = "com.google.gms:google-services", version = "4.4.3" }
109+
firebase-crashlytics-gradle = { module = "com.google.firebase:firebase-crashlytics-gradle", version = "3.0.4" }
110110

111111
[plugins]
112112
# --- Gradle Plugins ---

0 commit comments

Comments
 (0)