Skip to content

Commit 214d2ca

Browse files
chore(deps): update dependency org.junit:junit-bom to v6
1 parent 9734a2f commit 214d2ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stevia/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ android {
3636

3737
dependencies {
3838
implementation "androidx.annotation:annotation:1.9.1"
39-
testImplementation(platform('org.junit:junit-bom:5.13.4'))
39+
testImplementation(platform('org.junit:junit-bom:6.0.1'))
4040
testImplementation('org.junit.jupiter:junit-jupiter')
4141
testImplementation 'org.mockito:mockito-core:5.19.0'
4242
}

0 commit comments

Comments
 (0)