We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9595150 commit a56aa6aCopy full SHA for a56aa6a
1 file changed
lib/build.gradle
@@ -46,9 +46,9 @@ dependencies {
46
47
testImplementation 'io.grpc:grpc-testing:1.79.0'
48
testImplementation 'io.grpc:grpc-inprocess:1.79.0'
49
- testImplementation platform('org.junit:junit-bom:6.0.2')
50
- testImplementation 'org.junit.jupiter:junit-jupiter:6.0.2'
51
- testImplementation 'org.junit.jupiter:junit-jupiter-api:6.0.2'
+ testImplementation platform('org.junit:junit-bom:6.0.3')
+ testImplementation 'org.junit.jupiter:junit-jupiter:6.0.3'
+ testImplementation 'org.junit.jupiter:junit-jupiter-api:6.0.3'
52
testImplementation 'org.mockito:mockito-core:5.21.0'
53
testImplementation 'org.mockito:mockito-junit-jupiter:5.21.0'
54
testImplementation 'nl.jqno.equalsverifier:equalsverifier:4.3.1'
0 commit comments