Skip to content

Commit a17c08f

Browse files
authored
Merge pull request #289 from Kotlin-Android-Open-Source/renovate/all-deps
This PR updates four dependencies to their latest versions as part of routine maintenance. The updates include both testing libraries and build tools. - Updates Poko Gradle plugin from 0.19.2 to 0.19.3 for Kotlin 2.1 compatibility - Updates AndroidX testing libraries (junit-ktx, core-ktx, espresso-core) to newer versions - Maintains compatibility with current Gradle and testing frameworks
2 parents 27e7e4b + 73a8ba3 commit a17c08f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

gradle/libs.versions.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ arrow = "2.1.2"
1515
ben-manes-versions = "0.52.0"
1616
coil = "2.7.0"
1717
detekt = "1.23.8"
18-
androidx-test-espresso-core = "3.6.1"
19-
androidx-test-core = "1.6.1"
20-
androidx-test-junit = "1.2.1"
18+
androidx-test-espresso-core = "3.7.0"
19+
androidx-test-core = "1.7.0"
20+
androidx-test-junit = "1.3.0"
2121
flowExt = "1.0.0"
2222
jacoco = "0.8.11"
2323
java-target = "11"
@@ -30,7 +30,7 @@ kotlinx-coroutines = "1.10.2"
3030
kotlinx-kover = "0.9.1"
3131
ktlint = "1.0.0"
3232
mockk = "1.14.5"
33-
poko = "0.19.2"
33+
poko = "0.19.3"
3434
squareup-leakcanary = "2.14"
3535
squareup-logging-interceptor = "4.12.0"
3636
squareup-moshi = "1.15.2"

0 commit comments

Comments
 (0)