Skip to content

Commit a0ed3d9

Browse files
Update all dependencies
1 parent 51080ae commit a0ed3d9

File tree

3 files changed

+71
-62
lines changed

3 files changed

+71
-62
lines changed

Gemfile.lock

Lines changed: 43 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -9,21 +9,22 @@ GEM
99
public_suffix (>= 2.0.2, < 7.0)
1010
artifactory (3.0.17)
1111
atomos (0.1.3)
12-
aws-eventstream (1.3.0)
13-
aws-partitions (1.1018.0)
14-
aws-sdk-core (3.214.0)
12+
aws-eventstream (1.3.1)
13+
aws-partitions (1.1060.0)
14+
aws-sdk-core (3.220.0)
1515
aws-eventstream (~> 1, >= 1.3.0)
1616
aws-partitions (~> 1, >= 1.992.0)
1717
aws-sigv4 (~> 1.9)
18+
base64
1819
jmespath (~> 1, >= 1.6.1)
19-
aws-sdk-kms (1.96.0)
20-
aws-sdk-core (~> 3, >= 3.210.0)
20+
aws-sdk-kms (1.99.0)
21+
aws-sdk-core (~> 3, >= 3.216.0)
2122
aws-sigv4 (~> 1.5)
22-
aws-sdk-s3 (1.176.0)
23-
aws-sdk-core (~> 3, >= 3.210.0)
23+
aws-sdk-s3 (1.182.0)
24+
aws-sdk-core (~> 3, >= 3.216.0)
2425
aws-sdk-kms (~> 1)
2526
aws-sigv4 (~> 1.5)
26-
aws-sigv4 (1.10.1)
27+
aws-sigv4 (1.11.0)
2728
aws-eventstream (~> 1, >= 1.0.2)
2829
babosa (1.0.4)
2930
base64 (0.2.0)
@@ -33,7 +34,7 @@ GEM
3334
commander (4.6.0)
3435
highline (~> 2.0.0)
3536
declarative (0.0.20)
36-
digest-crc (0.6.5)
37+
digest-crc (0.7.0)
3738
rake (>= 12.0.0, < 14.0.0)
3839
domain_name (0.6.20240107)
3940
dotenv (2.8.1)
@@ -58,24 +59,24 @@ GEM
5859
faraday-em_synchrony (1.0.0)
5960
faraday-excon (1.1.0)
6061
faraday-httpclient (1.0.1)
61-
faraday-multipart (1.0.4)
62-
multipart-post (~> 2)
62+
faraday-multipart (1.1.0)
63+
multipart-post (~> 2.0)
6364
faraday-net_http (1.0.2)
6465
faraday-net_http_persistent (1.2.0)
6566
faraday-patron (1.0.0)
6667
faraday-rack (1.0.0)
6768
faraday-retry (1.0.3)
6869
faraday_middleware (1.2.1)
6970
faraday (~> 1.0)
70-
fastimage (2.3.1)
71-
fastlane (2.214.0)
71+
fastimage (2.4.0)
72+
fastlane (2.226.0)
7273
CFPropertyList (>= 2.3, < 4.0.0)
7374
addressable (>= 2.8, < 3.0.0)
7475
artifactory (~> 3.0)
7576
aws-sdk-s3 (~> 1.0)
7677
babosa (>= 1.0.3, < 2.0.0)
7778
bundler (>= 1.12.0, < 3.0.0)
78-
colored
79+
colored (~> 1.2)
7980
commander (~> 4.6)
8081
dotenv (>= 2.1.1, < 3.0.0)
8182
emoji_regex (>= 0.1, < 4.0)
@@ -84,29 +85,34 @@ GEM
8485
faraday-cookie_jar (~> 0.0.6)
8586
faraday_middleware (~> 1.0)
8687
fastimage (>= 2.1.0, < 3.0.0)
88+
fastlane-sirp (>= 1.0.0)
8789
gh_inspector (>= 1.1.2, < 2.0.0)
8890
google-apis-androidpublisher_v3 (~> 0.3)
8991
google-apis-playcustomapp_v1 (~> 0.1)
92+
google-cloud-env (>= 1.6.0, < 2.0.0)
9093
google-cloud-storage (~> 1.31)
9194
highline (~> 2.0)
95+
http-cookie (~> 1.0.5)
9296
json (< 3.0.0)
9397
jwt (>= 2.1.0, < 3)
9498
mini_magick (>= 4.9.4, < 5.0.0)
9599
multipart-post (>= 2.0.0, < 3.0.0)
96100
naturally (~> 2.2)
97-
optparse (~> 0.1.1)
101+
optparse (>= 0.1.1, < 1.0.0)
98102
plist (>= 3.1.0, < 4.0.0)
99103
rubyzip (>= 2.0.0, < 3.0.0)
100-
security (= 0.1.3)
104+
security (= 0.1.5)
101105
simctl (~> 1.6.3)
102106
terminal-notifier (>= 2.0.0, < 3.0.0)
103-
terminal-table (>= 1.4.5, < 2.0.0)
107+
terminal-table (~> 3)
104108
tty-screen (>= 0.6.3, < 1.0.0)
105109
tty-spinner (>= 0.8.0, < 1.0.0)
106110
word_wrap (~> 1.0.0)
107111
xcodeproj (>= 1.13.0, < 2.0.0)
108-
xcpretty (~> 0.3.0)
109-
xcpretty-travis-formatter (>= 0.0.3)
112+
xcpretty (~> 0.4.0)
113+
xcpretty-travis-formatter (>= 0.0.3, < 2.0.0)
114+
fastlane-sirp (1.0.0)
115+
sysrandom (~> 1.0)
110116
gh_inspector (1.1.3)
111117
google-apis-androidpublisher_v3 (0.54.0)
112118
google-apis-core (>= 0.11.0, < 2.a)
@@ -129,7 +135,7 @@ GEM
129135
google-cloud-errors (~> 1.0)
130136
google-cloud-env (1.6.0)
131137
faraday (>= 0.17.3, < 3.0)
132-
google-cloud-errors (1.4.0)
138+
google-cloud-errors (1.5.0)
133139
google-cloud-storage (1.47.0)
134140
addressable (~> 2.8)
135141
digest-crc (~> 0.4)
@@ -145,35 +151,37 @@ GEM
145151
os (>= 0.9, < 2.0)
146152
signet (>= 0.16, < 2.a)
147153
highline (2.0.3)
148-
http-cookie (1.0.7)
154+
http-cookie (1.0.8)
149155
domain_name (~> 0.5)
150-
httpclient (2.8.3)
156+
httpclient (2.9.0)
157+
mutex_m
151158
jmespath (1.6.2)
152-
json (2.9.0)
153-
jwt (2.9.3)
159+
json (2.10.1)
160+
jwt (2.10.1)
154161
base64
155162
mini_magick (4.13.2)
156163
mini_mime (1.1.5)
157164
multi_json (1.15.0)
158165
multipart-post (2.4.1)
166+
mutex_m (0.3.0)
159167
nanaimo (0.4.0)
160168
naturally (2.2.1)
161169
nkf (0.2.0)
162-
optparse (0.1.1)
170+
optparse (0.6.0)
163171
os (1.1.4)
164-
plist (3.7.1)
172+
plist (3.7.2)
165173
public_suffix (5.1.1)
166174
rake (13.2.1)
167175
representable (3.2.0)
168176
declarative (< 0.1.0)
169177
trailblazer-option (>= 0.1.1, < 0.2.0)
170178
uber (< 0.2.0)
171179
retriable (3.1.2)
172-
rexml (3.3.9)
173-
rouge (2.0.7)
180+
rexml (3.4.1)
181+
rouge (3.28.0)
174182
ruby2_keywords (0.0.5)
175-
rubyzip (2.3.2)
176-
security (0.1.3)
183+
rubyzip (2.4.1)
184+
security (0.1.5)
177185
signet (0.19.0)
178186
addressable (~> 2.8)
179187
faraday (>= 0.17.5, < 3.a)
@@ -182,9 +190,10 @@ GEM
182190
simctl (1.6.10)
183191
CFPropertyList
184192
naturally
193+
sysrandom (1.0.5)
185194
terminal-notifier (2.0.0)
186-
terminal-table (1.8.0)
187-
unicode-display_width (~> 1.1, >= 1.1.1)
195+
terminal-table (3.0.2)
196+
unicode-display_width (>= 1.1.1, < 3)
188197
trailblazer-option (0.1.2)
189198
tty-cursor (0.7.1)
190199
tty-screen (0.8.2)
@@ -200,8 +209,8 @@ GEM
200209
colored2 (~> 3.1)
201210
nanaimo (~> 0.4.0)
202211
rexml (>= 3.3.6, < 4.0)
203-
xcpretty (0.3.0)
204-
rouge (~> 2.0.7)
212+
xcpretty (0.4.0)
213+
rouge (~> 3.28.0)
205214
xcpretty-travis-formatter (1.0.1)
206215
xcpretty (~> 0.2, >= 0.0.7)
207216

gradle/libs.versions.toml

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
[versions]
2-
accompanist = "0.36.0"
3-
androidDesugarJdkLibs = "2.1.3"
4-
androidGradlePlugin = "8.7.3"
5-
androidxActivity = "1.9.3"
2+
accompanist = "0.37.2"
3+
androidDesugarJdkLibs = "2.1.5"
4+
androidGradlePlugin = "8.9.0"
5+
androidxActivity = "1.10.1"
66
androidxAnnotation = "1.9.1"
77
androidxAppCompat = "1.7.0"
8-
androidxComposeBom = "2024.11.00" # https://developer.android.com/jetpack/compose/bom/bom-mapping
9-
androidxComposeRuntimeTracing = "1.7.5"
8+
androidxComposeBom = "2025.02.00" # https://developer.android.com/jetpack/compose/bom/bom-mapping
9+
androidxComposeRuntimeTracing = "1.7.8"
1010
androidxCore = "1.15.0"
1111
androidxCoreSplashscreen = "1.0.1"
12-
androidxDataStore = "1.1.1"
12+
androidxDataStore = "1.1.3"
1313
androidxEspresso = "3.6.1"
1414
androidxHiltNavigationCompose = "1.2.0"
1515
androidxLifecycle = "2.8.7"
1616
androidxLocalbroadcastmanager = "1.1.0"
1717
androidxMacroBenchmark = "1.3.3"
18-
androidxNavigation = "2.8.4"
18+
androidxNavigation = "2.8.8"
1919
androidxMetrics = "1.0.0-beta01"
2020
androidxProfileinstaller = "1.4.1"
2121
androidxStartup = "1.2.0"
@@ -28,49 +28,49 @@ androidxTracing = "1.2.0"
2828
androidxUiAutomator = "2.3.0"
2929
androidxWork = "2.10.0"
3030
coil = "2.7.0"
31-
firebaseBom = "33.6.0"
32-
hilt = "2.53"
31+
firebaseBom = "33.10.0"
32+
hilt = "2.55"
3333
hiltExt = "1.2.0"
3434
junit4 = "4.13.2"
3535
kotlin = "2.1.0"
3636
kotlinxCoroutines = "1.9.0"
3737
kotlinxDatetime = "0.6.1"
3838
kotlinxSerializationJson = "1.7.3"
3939
ksp = "2.1.0-1.0.29"
40-
lint = "31.7.3"
40+
lint = "31.9.0"
4141
memfault-cloud = "2.0.5"
4242
okhttp = "4.12.0"
43-
protobuf = "4.29.0"
43+
protobuf = "4.30.0"
4444
protobufPlugin = "0.9.4"
45-
publishPlugin = "1.3.0"
45+
publishPlugin = "1.3.1"
4646
retrofit = "2.11.0"
47-
room = "2.7.0-alpha11"
48-
paging = "3.3.4"
47+
room = "2.7.0-rc01"
48+
paging = "3.3.6"
4949
secrets = "2.0.1"
5050
turbine = "1.2.0"
5151
markdown = "0.4.1"
52-
wirePlugin = "5.1.0"
52+
wirePlugin = "5.3.1"
5353
timber = "5.0.1"
5454
chart = "3.1.0"
5555
leakcanary = "2.14"
56-
mockk = "1.13.13"
56+
mockk = "1.13.17"
5757
slf4j = "2.0.13"
5858
slf4j-timber = "1.2"
5959
robolectric = "4.14.1"
60-
skydovesBallon = "1.6.11"
61-
moshiKotlin = "1.15.1"
62-
moshiAdapters = "1.15.1"
63-
moshi = "1.15.1"
64-
moshiKotlinCodegen = "1.15.1"
60+
skydovesBallon = "1.6.12"
61+
moshiKotlin = "1.15.2"
62+
moshiAdapters = "1.15.2"
63+
moshi = "1.15.2"
64+
moshiKotlinCodegen = "1.15.2"
6565
material3 = "1.3.1"
66-
material = "1.7.5"
66+
material = "1.7.8"
6767

6868
nordic-log = "2.5.0"
69-
nordic-common = "2.1.1"
70-
nordicPlugins = "2.5"
71-
dokkaPlugin = "1.9.20"
69+
nordic-common = "2.4.0"
70+
nordicPlugins = "2.6.1"
71+
dokkaPlugin = "2.0.0"
7272
googleServicesPlugins = "4.4.2"
73-
firebaseCrashlyticsPlugins = "3.0.2"
73+
firebaseCrashlyticsPlugins = "3.0.3"
7474

7575
[libraries]
7676
accompanist-flowlayout = { group = "com.google.accompanist", name = "accompanist-flowlayout", version.ref = "accompanist" }

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.11.1-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.13-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

0 commit comments

Comments
 (0)