Skip to content

Commit 8980843

Browse files
Merge pull request #207 from OMGSoundboard/dependabot/gradle/androidx.test.ext-junit-1.3.0
Bump androidx.test.ext:junit from 1.2.1 to 1.3.0
2 parents 52de379 + abad59b commit 8980843

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ dependencies {
105105
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.10.2'
106106

107107
testImplementation 'junit:junit:4.13.2'
108-
androidTestImplementation 'androidx.test.ext:junit:1.2.1'
108+
androidTestImplementation 'androidx.test.ext:junit:1.3.0'
109109
androidTestImplementation 'androidx.test.espresso:espresso-core:3.7.0'
110110
androidTestImplementation "androidx.compose.ui:ui-test-junit4:$compose_version"
111111
debugImplementation "androidx.compose.ui:ui-tooling:$compose_version"

core/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ dependencies {
3939
implementation 'androidx.appcompat:appcompat:1.7.1'
4040
implementation 'com.google.android.material:material:1.13.0'
4141
testImplementation 'junit:junit:4.13.2'
42-
androidTestImplementation 'androidx.test.ext:junit:1.2.1'
42+
androidTestImplementation 'androidx.test.ext:junit:1.3.0'
4343
androidTestImplementation 'androidx.test.espresso:espresso-core:3.7.0'
4444
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.10.2'
4545

sync_manager/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,6 @@ dependencies {
6363
implementation 'androidx.hilt:hilt-navigation-compose:1.3.0'
6464

6565
testImplementation 'junit:junit:4.13.2'
66-
androidTestImplementation 'androidx.test.ext:junit:1.2.1'
66+
androidTestImplementation 'androidx.test.ext:junit:1.3.0'
6767
androidTestImplementation 'androidx.test.espresso:espresso-core:3.7.0'
6868
}

0 commit comments

Comments
 (0)