Skip to content

Commit 0863f89

Browse files
chore(deps): update dependency org.junit:junit-bom to v5.13.1
1 parent f482268 commit 0863f89

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.12.2'))
39+
testImplementation(platform('org.junit:junit-bom:5.13.1'))
4040
testImplementation('org.junit.jupiter:junit-jupiter')
4141
testImplementation 'org.mockito:mockito-core:5.15.2'
4242
}

0 commit comments

Comments
 (0)