Skip to content

Commit 79768b6

Browse files
committed
Upgrade dependencies
1 parent 2716598 commit 79768b6

3 files changed

Lines changed: 35 additions & 32 deletions

File tree

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ commands.txt
3030
commands_ignore.txt
3131
commands_improved.txt
3232
commands_processed.txt
33-
find_missing_commands.sh
3433
scripts
3534
/viewmodels/build/*
3635
# Vector drawable XMLs are generated by `./gradlew :composeApp:convertIconsToVectorDrawables` from /icons/*.svg

Gemfile.lock

Lines changed: 34 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -8,20 +8,20 @@ GEM
88
artifactory (3.0.17)
99
atomos (0.1.3)
1010
aws-eventstream (1.4.0)
11-
aws-partitions (1.1246.0)
12-
aws-sdk-core (3.246.0)
11+
aws-partitions (1.1253.0)
12+
aws-sdk-core (3.249.0)
1313
aws-eventstream (~> 1, >= 1.3.0)
1414
aws-partitions (~> 1, >= 1.992.0)
1515
aws-sigv4 (~> 1.9)
1616
base64
1717
bigdecimal
1818
jmespath (~> 1, >= 1.6.1)
1919
logger
20-
aws-sdk-kms (1.124.0)
21-
aws-sdk-core (~> 3, >= 3.244.0)
20+
aws-sdk-kms (1.128.0)
21+
aws-sdk-core (~> 3, >= 3.248.0)
2222
aws-sigv4 (~> 1.5)
23-
aws-sdk-s3 (1.221.0)
24-
aws-sdk-core (~> 3, >= 3.244.0)
23+
aws-sdk-s3 (1.224.0)
24+
aws-sdk-core (~> 3, >= 3.248.0)
2525
aws-sdk-kms (~> 1)
2626
aws-sigv4 (~> 1.5)
2727
aws-sigv4 (1.12.1)
@@ -72,7 +72,7 @@ GEM
7272
faraday_middleware (1.2.1)
7373
faraday (~> 1.0)
7474
fastimage (2.4.1)
75-
fastlane (2.234.0)
75+
fastlane (2.235.0)
7676
CFPropertyList (>= 2.3, < 5.0.0)
7777
abbrev (~> 0.1)
7878
addressable (>= 2.8, < 3.0.0)
@@ -81,7 +81,7 @@ GEM
8181
babosa (>= 1.0.3, < 2.0.0)
8282
base64 (~> 0.2)
8383
benchmark (>= 0.1.0)
84-
bundler (>= 1.17.3, < 5.0.0)
84+
bundler (>= 2.4.0, < 5.0.0)
8585
colored (~> 1.2)
8686
commander (~> 4.6)
8787
csv (~> 3.3)
@@ -96,12 +96,12 @@ GEM
9696
gh_inspector (>= 1.1.2, < 2.0.0)
9797
google-apis-androidpublisher_v3 (~> 0.3)
9898
google-apis-playcustomapp_v1 (~> 0.1)
99-
google-cloud-env (>= 1.6.0, <= 2.1.1)
99+
google-cloud-env (>= 1.6.0, < 2.3.0)
100100
google-cloud-storage (~> 1.31)
101101
highline (~> 2.0)
102102
http-cookie (~> 1.0.5)
103103
json (< 3.0.0)
104-
jwt (>= 2.1.0, < 3)
104+
jwt (>= 2.1.0, < 4)
105105
logger (>= 1.6, < 2.0)
106106
mini_magick (>= 4.9.4, < 5.0.0)
107107
multipart-post (>= 2.0.0, < 3.0.0)
@@ -124,7 +124,7 @@ GEM
124124
xcpretty-travis-formatter (>= 0.0.3, < 2.0.0)
125125
fastlane-sirp (1.1.0)
126126
gh_inspector (1.1.3)
127-
google-apis-androidpublisher_v3 (0.100.0)
127+
google-apis-androidpublisher_v3 (0.101.0)
128128
google-apis-core (>= 0.15.0, < 2.a)
129129
google-apis-core (0.18.0)
130130
addressable (~> 2.5, >= 2.5.1)
@@ -143,10 +143,11 @@ GEM
143143
google-cloud-core (1.8.0)
144144
google-cloud-env (>= 1.0, < 3.a)
145145
google-cloud-errors (~> 1.0)
146-
google-cloud-env (2.1.1)
146+
google-cloud-env (2.2.2)
147+
base64 (~> 0.2)
147148
faraday (>= 1.0, < 3.a)
148149
google-cloud-errors (1.6.0)
149-
google-cloud-storage (1.59.0)
150+
google-cloud-storage (1.60.0)
150151
addressable (~> 2.8)
151152
digest-crc (~> 0.4)
152153
google-apis-core (>= 0.18, < 2)
@@ -155,10 +156,12 @@ GEM
155156
google-cloud-core (~> 1.6)
156157
googleauth (~> 1.9)
157158
mini_mime (~> 1.0)
158-
googleauth (1.11.2)
159+
google-logging-utils (0.2.0)
160+
googleauth (1.16.2)
159161
faraday (>= 1.0, < 3.a)
160-
google-cloud-env (~> 2.1)
161-
jwt (>= 1.4, < 3.0)
162+
google-cloud-env (~> 2.2)
163+
google-logging-utils (~> 0.1)
164+
jwt (>= 1.4, < 4.0)
162165
multi_json (~> 1.11)
163166
os (>= 0.9, < 2.0)
164167
signet (>= 0.16, < 2.a)
@@ -169,7 +172,7 @@ GEM
169172
mutex_m
170173
jmespath (1.6.2)
171174
json (2.19.5)
172-
jwt (2.10.2)
175+
jwt (3.2.0)
173176
base64
174177
logger (1.7.0)
175178
mini_magick (4.13.2)
@@ -190,7 +193,7 @@ GEM
190193
declarative (< 0.1.0)
191194
trailblazer-option (>= 0.1.1, < 0.2.0)
192195
uber (< 0.2.0)
193-
retriable (3.4.1)
196+
retriable (3.5.0)
194197
rexml (3.4.4)
195198
rouge (3.28.0)
196199
ruby2_keywords (0.0.5)
@@ -241,10 +244,10 @@ CHECKSUMS
241244
artifactory (3.0.17) sha256=3023d5c964c31674090d655a516f38ca75665c15084140c08b7f2841131af263
242245
atomos (0.1.3) sha256=7d43b22f2454a36bace5532d30785b06de3711399cb1c6bf932573eda536789f
243246
aws-eventstream (1.4.0) sha256=116bf85c436200d1060811e6f5d2d40c88f65448f2125bc77ffce5121e6e183b
244-
aws-partitions (1.1246.0) sha256=809cd7d38b7ba4ea651c9879248ecf9fd0f8289412e76f26478d2b37064faa1d
245-
aws-sdk-core (3.246.0) sha256=393864ec8948560e69fcccc2e4d256b40c7028eb98930608dd295279e3c4ddcc
246-
aws-sdk-kms (1.124.0) sha256=40d00ab706d7e49fd620270bd0dcb546f266295abdd49b54fec2611e2a41f37c
247-
aws-sdk-s3 (1.221.0) sha256=a05488eab2083a1e90b02e18479d8f65e401081d671b2d138992a2c5fef85491
247+
aws-partitions (1.1253.0) sha256=d6924abcd0db15995faa0016d141b0391ba2c5a05415e1d6e0bdd1cad37d811f
248+
aws-sdk-core (3.249.0) sha256=320c37f002b8e6a701f5a63d1d0639affd44eefbe4d1de0596a65a0c4efe73fe
249+
aws-sdk-kms (1.128.0) sha256=20ce3957f80c7b40b3115a7e902af52b15a6eef42fe6b2e19db72f8e8c9e5658
250+
aws-sdk-s3 (1.224.0) sha256=7d443c4ae9eda795b60e081d41f49b498e2483f1fc204f3239176ec922ed7879
248251
aws-sigv4 (1.12.1) sha256=6973ff95cb0fd0dc58ba26e90e9510a2219525d07620c8babeb70ef831826c00
249252
babosa (1.0.4) sha256=18dea450f595462ed7cb80595abd76b2e535db8c91b350f6c4b3d73986c5bc99
250253
base64 (0.3.0) sha256=27337aeabad6ffae05c265c450490628ef3ebd4b67be58257393227588f5a97b
@@ -275,25 +278,26 @@ CHECKSUMS
275278
faraday-retry (1.0.4) sha256=dc659233777fabf96c69c2ffe56c0a5d2c102af90321a42cc6c90157bcd716aa
276279
faraday_middleware (1.2.1) sha256=d45b78c8ee864c4783fbc276f845243d4a7918a67301c052647bacabec0529e9
277280
fastimage (2.4.1) sha256=c64bebd46b6fd8943ab70c1e6e85ff728f970f2e48f92ecd249b6bc3a540ad20
278-
fastlane (2.234.0) sha256=b74835681ad9a8e9c0931a5727dad1bab433895ac534c864a1ed5749625d26e9
281+
fastlane (2.235.0) sha256=7de12cf4c4e242b68836aef859ba8e6b25bb1db7f6c8e2d705b024fb16a2ed65
279282
fastlane-sirp (1.1.0) sha256=10bc94f9682efd8e1badfb31452a76dd8981f1f3a33717c765fde6d75b54d847
280283
gh_inspector (1.1.3) sha256=04cca7171b87164e053aa43147971d3b7f500fcb58177698886b48a9fc4a1939
281-
google-apis-androidpublisher_v3 (0.100.0) sha256=7a82935bee985190e8fe23bf5e53df3a27d65dd084114bb71b846b617de16489
284+
google-apis-androidpublisher_v3 (0.101.0) sha256=047380b54a3741a6b3fe454a859eb30ed5a5c322a897315bdea312dfb44e2ab6
282285
google-apis-core (0.18.0) sha256=96b057816feeeab448139ed5b5c78eab7fc2a9d8958f0fbc8217dedffad054ee
283286
google-apis-iamcredentials_v1 (0.27.0) sha256=9289f29968610754ef11d98b9ec627f0153f3e2616fef839aef096de529f6d1e
284287
google-apis-playcustomapp_v1 (0.17.0) sha256=d5bc90b705f3f862bab4998086449b0abe704ee1685a84821daa90ca7fa95a78
285288
google-apis-storage_v1 (0.62.0) sha256=f62467c36df53287fb0252ebb4da85f9e25d7b4c5809d045c2aab1fc307760c1
286289
google-cloud-core (1.8.0) sha256=e572edcbf189cfcab16590628a516cec3f4f63454b730e59f0b36575120281cf
287-
google-cloud-env (2.1.1) sha256=cf4bb8c7d517ee1ea692baedf06e0b56ce68007549d8d5a66481aa9f97f46999
290+
google-cloud-env (2.2.2) sha256=94bed40e05a67e9468ce1cb38389fba9a90aa8fc62fc9e173204c1dca59e21e7
288291
google-cloud-errors (1.6.0) sha256=1da8476dd706ad04b9d32e3c4b90d07d3463b37d6407cb56d41342ea7647d0a1
289-
google-cloud-storage (1.59.0) sha256=b8c9a5661d775d65ccb279bb1d6be07fd8152576eb0146c2026bd023c4b186b9
290-
googleauth (1.11.2) sha256=7e6bacaeed7aea3dd66dcea985266839816af6633e9f5983c3c2e0e40a44731e
292+
google-cloud-storage (1.60.0) sha256=b21b752d37945d678a4533be5ef4303f15d33a964d8bc709c7c41c3600f650db
293+
google-logging-utils (0.2.0) sha256=675462b4ea5affa825a3442694ca2d75d0069455a1d0956127207498fca3df7b
294+
googleauth (1.16.2) sha256=15009502e2e38af71948cda918f230e27d327f6882a1e47967a5a4664930a638
291295
highline (2.0.3) sha256=2ddd5c127d4692721486f91737307236fe005352d12a4202e26c48614f719479
292296
http-cookie (1.0.8) sha256=b14fe0445cf24bf9ae098633e9b8d42e4c07c3c1f700672b09fbfe32ffd41aa6
293297
httpclient (2.9.0) sha256=4b645958e494b2f86c2f8a2f304c959baa273a310e77a2931ddb986d83e498c8
294298
jmespath (1.6.2) sha256=238d774a58723d6c090494c8879b5e9918c19485f7e840f2c1c7532cf84ebcb1
295299
json (2.19.5) sha256=218a18553e4801d579ca7e0f5bc72bafd776d7397238a1fb4e74db5b0a812c59
296-
jwt (2.10.2) sha256=31e1ee46f7359883d5e622446969fe9c118c3da87a0b1dca765ce269c3a0c4f4
300+
jwt (3.2.0) sha256=5419b1fe37b1da0982bd07051f573a8b8789ab724c2aa7e785e4784a3ed217d7
297301
logger (1.7.0) sha256=196edec7cc44b66cfb40f9755ce11b392f21f7967696af15d274dde7edff0203
298302
mini_magick (4.13.2) sha256=71d6258e0e8a3d04a9a0a09784d5d857b403a198a51dd4f882510435eb95ddd9
299303
mini_mime (1.1.5) sha256=8681b7e2e4215f2a159f9400b5816d85e9d8c6c6b491e96a12797e798f8bccef
@@ -310,7 +314,7 @@ CHECKSUMS
310314
public_suffix (7.0.5) sha256=1a8bb08f1bbea19228d3bed6e5ed908d1cb4f7c2726d18bd9cadf60bc676f623
311315
rake (13.4.2) sha256=cb825b2bd5f1f8e91ca37bddb4b9aaf345551b4731da62949be002fa89283701
312316
representable (3.2.0) sha256=cc29bf7eebc31653586849371a43ffe36c60b54b0a6365b5f7d95ec34d1ebace
313-
retriable (3.4.1) sha256=fb3f114b7d492121c158c01f3d5152b5a615c5b70d5877d0bc08c7ec3725c3bc
317+
retriable (3.5.0) sha256=2e48ab1256ab2f18713f08786d2a58ec7b8a42bb5c791efa7e965f7bd2b915c0
314318
rexml (3.4.4) sha256=19e0a2c3425dfbf2d4fc1189747bdb2f849b6c5e74180401b15734bc97b5d142
315319
rouge (3.28.0) sha256=0d6de482c7624000d92697772ab14e48dca35629f8ddf3f4b21c99183fd70e20
316320
ruby2_keywords (0.0.5) sha256=ffd13740c573b7301cf7a2e61fc857b2a8e3d3aff32545d6f8300d8bae10e3ef
@@ -332,4 +336,4 @@ CHECKSUMS
332336
xcpretty-travis-formatter (1.0.1) sha256=aacc332f17cb7b2cba222994e2adc74223db88724fe76341483ad3098e232f93
333337

334338
BUNDLED WITH
335-
4.0.10
339+
4.0.11

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ composeMaterial3Adaptive = "1.2.0"
1212
composeBom = "2026.05.01"
1313
accompanistAppcompatTheme = "0.36.0"
1414
activityCompose = "1.13.0"
15-
json = "20251224"
15+
json = "20260522"
1616
koinCore = "4.2.1"
1717
kotlinxCoroutinesCore = "1.11.0"
1818
kotlinxHtmlJvm = "0.12.0"

0 commit comments

Comments
 (0)