Skip to content

Commit 5c08bff

Browse files
Update all dependencies
1 parent 51080ae commit 5c08bff

File tree

2 files changed

+18
-18
lines changed

2 files changed

+18
-18
lines changed

Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ GEM
1010
artifactory (3.0.17)
1111
atomos (0.1.3)
1212
aws-eventstream (1.3.0)
13-
aws-partitions (1.1018.0)
13+
aws-partitions (1.1022.0)
1414
aws-sdk-core (3.214.0)
1515
aws-eventstream (~> 1, >= 1.3.0)
1616
aws-partitions (~> 1, >= 1.992.0)
@@ -19,7 +19,7 @@ GEM
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.176.1)
2323
aws-sdk-core (~> 3, >= 3.210.0)
2424
aws-sdk-kms (~> 1)
2525
aws-sigv4 (~> 1.5)
@@ -145,7 +145,7 @@ 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)

gradle/libs.versions.toml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
[versions]
2-
accompanist = "0.36.0"
2+
accompanist = "0.37.0"
33
androidDesugarJdkLibs = "2.1.3"
44
androidGradlePlugin = "8.7.3"
55
androidxActivity = "1.9.3"
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 = "2024.12.01" # https://developer.android.com/jetpack/compose/bom/bom-mapping
9+
androidxComposeRuntimeTracing = "1.7.6"
1010
androidxCore = "1.15.0"
1111
androidxCoreSplashscreen = "1.0.1"
1212
androidxDataStore = "1.1.1"
@@ -15,7 +15,7 @@ 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,8 +28,8 @@ 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.53.1"
3333
hiltExt = "1.2.0"
3434
junit4 = "4.13.2"
3535
kotlin = "2.1.0"
@@ -40,12 +40,12 @@ ksp = "2.1.0-1.0.29"
4040
lint = "31.7.3"
4141
memfault-cloud = "2.0.5"
4242
okhttp = "4.12.0"
43-
protobuf = "4.29.0"
43+
protobuf = "4.29.1"
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"
@@ -58,15 +58,15 @@ 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"
69+
nordic-common = "2.3.0"
7070
nordicPlugins = "2.5"
7171
dokkaPlugin = "1.9.20"
7272
googleServicesPlugins = "4.4.2"

0 commit comments

Comments
 (0)