Skip to content

Commit 0894ffd

Browse files
Merge branch 'develop' into dependabot/gradle/room-2.7.0
2 parents 6888daa + 87b1d32 commit 0894ffd

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

gradle/libs.versions.toml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[versions]
2-
compose-bom = "2025.03.00"
2+
compose-bom = "2025.04.00"
33
kotlin = "2.1.10"
44
ksp = "2.1.10-1.0.31"
55
ktx = "2.8.9"
@@ -11,17 +11,18 @@ junit = "4.13.2"
1111
junit-ext = "1.2.1"
1212

1313
logger = "2.2.0"
14-
material3 = "1.3.1"
14+
material3 = "1.3.2"
1515
mockinizer = "1.6.0"
16-
mockk = "1.13.17"
16+
mockk = "1.14.0"
1717
mockwebserver = "4.12.0"
1818
multidex = "2.0.1"
1919

2020
room = "2.7.0"
21-
gson = "2.12.1"
21+
gson = "2.13.0"
22+
2223
retrofit = "2.11.0"
2324
okhttp = "4.12.0"
24-
core-ktx = "1.15.0"
25+
core-ktx = "1.16.0"
2526
material = "1.12.0"
2627
lifecycle = "2.8.7"
2728
appcompat = "1.7.0"

0 commit comments

Comments
 (0)