Skip to content

Commit 965f3ec

Browse files
committed
⬆️ Update Kotest and AppCompat dependencies in Android build files
Updated dependencies in the kotest-runner-android and kotest-extensions-android build files. The versions for Kotest framework engine, Kotest framework discovery and Kotest framework API were raised to 5.9.0, and for AndroidX AppCompat to 1.7.0. This ensures a usage of the most recent stable versions of these dependencies.
1 parent c636087 commit 965f3ec

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

kotest-extensions-android/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,10 @@ configurations {
4343

4444
dependencies {
4545
implementation(kotlin("reflect"))
46-
implementation("io.kotest:kotest-framework-api:5.8.0")
46+
implementation("io.kotest:kotest-framework-api:5.9.0")
4747
implementation("org.robolectric:robolectric:4.11.1")
4848
implementation("junit:junit:4.13.2")
49-
implementation("androidx.appcompat:appcompat:1.6.1")
49+
implementation("androidx.appcompat:appcompat:1.7.0")
5050

5151
androidTestImplementation(project(":kotest-runner-android"))
5252
androidTestImplementation("androidx.test:runner:1.5.2")

kotest-runner-android/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ plugins {
77

88
dependencies {
99
api("junit:junit:4.13.2")
10-
api("io.kotest:kotest-framework-engine:5.7.2")
11-
api("io.kotest:kotest-framework-discovery:5.7.2")
10+
api("io.kotest:kotest-framework-engine:5.9.0")
11+
api("io.kotest:kotest-framework-discovery:5.9.0")
1212
}
1313

1414
val sourcesJar by tasks.registering(Jar::class) {

0 commit comments

Comments
 (0)