Skip to content

Commit 84f099d

Browse files
fix(deps): Update junit to v6.1.2
1 parent 81ef221 commit 84f099d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

lib/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@ dependencies {
4646

4747
testImplementation 'io.grpc:grpc-testing:1.82.1'
4848
testImplementation 'io.grpc:grpc-inprocess:1.82.1'
49-
testImplementation platform('org.junit:junit-bom:6.1.0')
50-
testImplementation 'org.junit.jupiter:junit-jupiter:6.1.0'
51-
testImplementation 'org.junit.jupiter:junit-jupiter-api:6.1.0'
49+
testImplementation platform('org.junit:junit-bom:6.1.2')
50+
testImplementation 'org.junit.jupiter:junit-jupiter:6.1.2'
51+
testImplementation 'org.junit.jupiter:junit-jupiter-api:6.1.2'
5252
testImplementation 'org.mockito:mockito-core:5.23.0'
5353
testImplementation 'org.mockito:mockito-junit-jupiter:5.23.0'
5454
testImplementation 'nl.jqno.equalsverifier:equalsverifier:4.5'

0 commit comments

Comments
 (0)