Skip to content

Commit 8f30fb2

Browse files
committed
fix(deps): Update dependency org.junit.jupiter:junit-jupiter to v5.13.4
1 parent e60eb99 commit 8f30fb2

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
@@ -51,7 +51,7 @@ dependencies {
5151
testImplementation 'io.grpc:grpc-testing:1.70.0'
5252
testImplementation 'io.grpc:grpc-inprocess:1.70.0'
5353
testImplementation platform('org.junit:junit-bom:5.11.4')
54-
testImplementation 'org.junit.jupiter:junit-jupiter:5.11.4'
54+
testImplementation 'org.junit.jupiter:junit-jupiter:5.13.4'
5555
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.4'
5656
testImplementation 'org.mockito:mockito-core:5.15.2'
5757
testImplementation 'org.mockito:mockito-junit-jupiter:5.15.2'

0 commit comments

Comments
 (0)