Skip to content

Commit db67d44

Browse files
committed
Merge branch 'bump-dependencies'
2 parents b5459b6 + 161e47e commit db67d44

File tree

2 files changed

+826
-800
lines changed

2 files changed

+826
-800
lines changed

android/buildSrc/src/main/kotlin/Versions.kt

+13-13
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ object Versions {
2424
object AndroidX {
2525
const val activityCompose = "1.9.0"
2626
const val appcompat = "1.7.0"
27-
const val coreKtx = "1.12.0"
27+
const val coreKtx = "1.13.1"
2828
const val coreSplashscreen = "1.1.0-rc01"
2929
const val espresso = "3.5.1"
30-
const val lifecycle = "2.8.2"
30+
const val lifecycle = "2.8.3"
3131
const val fragmentTesting = "1.6.2"
3232
const val test = "1.5.0"
3333
const val testMonitor = "1.6.1"
@@ -37,21 +37,21 @@ object Versions {
3737
}
3838

3939
object Arrow {
40-
const val base = "1.2.3"
40+
const val base = "1.2.4"
4141
}
4242

4343
object Compose {
44-
const val base = "1.7.0-beta03"
45-
const val destinations = "2.1.0-beta09"
44+
const val base = "1.7.0-beta05"
45+
const val destinations = "2.1.0-beta10"
4646
const val constrainLayout = "1.0.1"
4747
const val foundation = base
48-
const val material3 = "1.3.0-beta03"
48+
const val material3 = "1.3.0-beta04"
4949
}
5050

5151
object Grpc {
52-
const val grpcVersion = "1.64.0"
52+
const val grpcVersion = "1.65.1"
5353
const val grpcKotlinVersion = "1.4.1"
54-
const val protobufVersion = "3.25.3"
54+
const val protobufVersion = "4.27.2"
5555
}
5656

5757
object Plugin {
@@ -62,18 +62,18 @@ object Versions {
6262
const val androidAapt = "$android-10880808"
6363
const val playPublisher = "3.9.0"
6464
const val protobuf = "0.9.4"
65-
const val dependencyCheck = "10.0.1"
66-
const val detekt = "1.23.5"
65+
const val dependencyCheck = "10.0.3"
66+
const val detekt = "1.23.6"
6767
const val gradleVersions = "0.51.0"
6868
const val junit5 = "1.10.0.0"
6969
const val ktfmt = "0.17.0"
7070
// Ksp version is linked with kotlin version, find matching release here:
7171
// https://github.com/google/ksp/releases
72-
const val ksp = "${kotlin}-1.0.21"
72+
const val ksp = "${kotlin}-1.0.22"
7373
}
7474

7575
object Koin {
76-
const val base = "3.5.3"
77-
const val compose = "3.5.3"
76+
const val base = "3.5.6"
77+
const val compose = "3.5.6"
7878
}
7979
}

0 commit comments

Comments
 (0)