Skip to content

Commit 7e4dcbd

Browse files
committed
fix(deps): Update dependency org.junit.jupiter:junit-jupiter-api to v5.13.4
1 parent 15daf3f commit 7e4dcbd

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
@@ -52,7 +52,7 @@ dependencies {
5252
testImplementation 'io.grpc:grpc-inprocess:1.70.0'
5353
testImplementation platform('org.junit:junit-bom:5.11.4')
5454
testImplementation 'org.junit.jupiter:junit-jupiter:5.11.4'
55-
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.4'
55+
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.13.4'
5656
testImplementation 'org.mockito:mockito-core:5.15.2'
5757
testImplementation 'org.mockito:mockito-junit-jupiter:5.15.2'
5858
testImplementation 'nl.jqno.equalsverifier:equalsverifier:3.19.4'

0 commit comments

Comments
 (0)