Skip to content

Commit ddde0e2

Browse files
Update all dependencies
1 parent 51080ae commit ddde0e2

File tree

3 files changed

+38
-38
lines changed

3 files changed

+38
-38
lines changed

Gemfile.lock

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -10,20 +10,20 @@ GEM
1010
artifactory (3.0.17)
1111
atomos (0.1.3)
1212
aws-eventstream (1.3.0)
13-
aws-partitions (1.1018.0)
14-
aws-sdk-core (3.214.0)
13+
aws-partitions (1.1037.0)
14+
aws-sdk-core (3.215.1)
1515
aws-eventstream (~> 1, >= 1.3.0)
1616
aws-partitions (~> 1, >= 1.992.0)
1717
aws-sigv4 (~> 1.9)
1818
jmespath (~> 1, >= 1.6.1)
1919
aws-sdk-kms (1.96.0)
2020
aws-sdk-core (~> 3, >= 3.210.0)
2121
aws-sigv4 (~> 1.5)
22-
aws-sdk-s3 (1.176.0)
22+
aws-sdk-s3 (1.177.0)
2323
aws-sdk-core (~> 3, >= 3.210.0)
2424
aws-sdk-kms (~> 1)
2525
aws-sigv4 (~> 1.5)
26-
aws-sigv4 (1.10.1)
26+
aws-sigv4 (1.11.0)
2727
aws-eventstream (~> 1, >= 1.0.2)
2828
babosa (1.0.4)
2929
base64 (0.2.0)
@@ -58,16 +58,16 @@ GEM
5858
faraday-em_synchrony (1.0.0)
5959
faraday-excon (1.1.0)
6060
faraday-httpclient (1.0.1)
61-
faraday-multipart (1.0.4)
62-
multipart-post (~> 2)
61+
faraday-multipart (1.1.0)
62+
multipart-post (~> 2.0)
6363
faraday-net_http (1.0.2)
6464
faraday-net_http_persistent (1.2.0)
6565
faraday-patron (1.0.0)
6666
faraday-rack (1.0.0)
6767
faraday-retry (1.0.3)
6868
faraday_middleware (1.2.1)
6969
faraday (~> 1.0)
70-
fastimage (2.3.1)
70+
fastimage (2.4.0)
7171
fastlane (2.214.0)
7272
CFPropertyList (>= 2.3, < 4.0.0)
7373
addressable (>= 2.8, < 3.0.0)
@@ -145,12 +145,12 @@ GEM
145145
os (>= 0.9, < 2.0)
146146
signet (>= 0.16, < 2.a)
147147
highline (2.0.3)
148-
http-cookie (1.0.7)
148+
http-cookie (1.0.8)
149149
domain_name (~> 0.5)
150150
httpclient (2.8.3)
151151
jmespath (1.6.2)
152-
json (2.9.0)
153-
jwt (2.9.3)
152+
json (2.9.1)
153+
jwt (2.10.1)
154154
base64
155155
mini_magick (4.13.2)
156156
mini_mime (1.1.5)
@@ -161,18 +161,18 @@ GEM
161161
nkf (0.2.0)
162162
optparse (0.1.1)
163163
os (1.1.4)
164-
plist (3.7.1)
164+
plist (3.7.2)
165165
public_suffix (5.1.1)
166166
rake (13.2.1)
167167
representable (3.2.0)
168168
declarative (< 0.1.0)
169169
trailblazer-option (>= 0.1.1, < 0.2.0)
170170
uber (< 0.2.0)
171171
retriable (3.1.2)
172-
rexml (3.3.9)
172+
rexml (3.4.0)
173173
rouge (2.0.7)
174174
ruby2_keywords (0.0.5)
175-
rubyzip (2.3.2)
175+
rubyzip (2.4.1)
176176
security (0.1.3)
177177
signet (0.19.0)
178178
addressable (~> 2.8)

gradle/libs.versions.toml

Lines changed: 24 additions & 24 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.0"
3+
androidDesugarJdkLibs = "2.1.4"
4+
androidGradlePlugin = "8.8.0"
5+
androidxActivity = "1.10.0"
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.01.00" # https://developer.android.com/jetpack/compose/bom/bom-mapping
9+
androidxComposeRuntimeTracing = "1.7.6"
1010
androidxCore = "1.15.0"
1111
androidxCoreSplashscreen = "1.0.1"
12-
androidxDataStore = "1.1.1"
12+
androidxDataStore = "1.1.2"
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.5"
1919
androidxMetrics = "1.0.0-beta01"
2020
androidxProfileinstaller = "1.4.1"
2121
androidxStartup = "1.2.0"
@@ -28,47 +28,47 @@ 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.7.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.8.0"
4141
memfault-cloud = "2.0.5"
4242
okhttp = "4.12.0"
43-
protobuf = "4.29.0"
43+
protobuf = "4.29.3"
4444
protobufPlugin = "0.9.4"
4545
publishPlugin = "1.3.0"
4646
retrofit = "2.11.0"
47-
room = "2.7.0-alpha11"
48-
paging = "3.3.4"
47+
room = "2.7.0-alpha12"
48+
paging = "3.3.5"
4949
secrets = "2.0.1"
5050
turbine = "1.2.0"
5151
markdown = "0.4.1"
52-
wirePlugin = "5.1.0"
52+
wirePlugin = "5.2.1"
5353
timber = "5.0.1"
5454
chart = "3.1.0"
5555
leakcanary = "2.14"
56-
mockk = "1.13.13"
56+
mockk = "1.13.16"
5757
slf4j = "2.0.13"
5858
slf4j-timber = "1.2"
5959
robolectric = "4.14.1"
6060
skydovesBallon = "1.6.11"
61-
moshiKotlin = "1.15.1"
62-
moshiAdapters = "1.15.1"
63-
moshi = "1.15.1"
64-
moshiKotlinCodegen = "1.15.1"
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.6"
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"
7373
firebaseCrashlyticsPlugins = "3.0.2"
7474

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.12-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

0 commit comments

Comments
 (0)