Skip to content

Commit edf0929

Browse files
Update Update other dependencies (#386)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d97fe4d commit edf0929

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ dependencies {
111111
testImplementation "io.kotest:kotest-runner-junit5-jvm:$kotest"
112112
testImplementation "io.kotest:kotest-assertions-core-jvm:$kotest"
113113
testImplementation 'app.cash.turbine:turbine:1.2.1'
114-
testImplementation 'org.junit.vintage:junit-vintage-engine:5.13.1'
114+
testImplementation 'org.junit.vintage:junit-vintage-engine:5.13.2'
115115
testImplementation "io.coil-kt:coil-test:$coil_version"
116116

117117
androidTestImplementation 'androidx.test.ext:junit:1.2.1'

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ buildscript {
55
}
66
}
77
plugins {
8-
id 'com.android.application' version '8.10.1' apply false
8+
id 'com.android.application' version '8.11.0' apply false
99
id 'org.jetbrains.kotlin.android' version "$kotlinVersion" apply false
1010
id 'org.jetbrains.kotlin.plugin.compose' version "$kotlinVersion" apply false
1111
id 'org.jetbrains.kotlin.plugin.serialization' version "$kotlinVersion" apply false

0 commit comments

Comments
 (0)