Skip to content

Commit 749169a

Browse files
committed
fix(deps): Update dependency org.junit:junit-bom to v5.13.4
1 parent af74a56 commit 749169a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ dependencies {
5050

5151
testImplementation 'io.grpc:grpc-testing:1.70.0'
5252
testImplementation 'io.grpc:grpc-inprocess:1.70.0'
53-
testImplementation platform('org.junit:junit-bom:5.11.4')
53+
testImplementation platform('org.junit:junit-bom:5.13.4')
5454
testImplementation 'org.junit.jupiter:junit-jupiter:5.11.4'
5555
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.4'
5656
testImplementation 'org.mockito:mockito-core:5.15.2'

0 commit comments

Comments
 (0)