File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -45,10 +45,10 @@ repositories {
4545
4646dependencies {
4747 implementation ' org.jetbrains:annotations:22.0.0'
48- testImplementation ' org.junit.jupiter:junit-jupiter-api:5.8.1 '
49- testRuntimeOnly ' org.junit.jupiter:junit-jupiter-engine:5.8.1 '
50- testImplementation ' org.junit.jupiter:junit-jupiter-params:5.8.1 '
51- implementation group : ' com.google.protobuf' , name : ' protobuf-java' , version : ' 3.17.3 '
48+ testImplementation ' org.junit.jupiter:junit-jupiter-api:5.8.2 '
49+ testRuntimeOnly ' org.junit.jupiter:junit-jupiter-engine:5.8.2 '
50+ testImplementation ' org.junit.jupiter:junit-jupiter-params:5.8.2 '
51+ implementation group : ' com.google.protobuf' , name : ' protobuf-java' , version : ' 3.19.1 '
5252 implementation group : ' net.java.dev.jna' , name : ' jna' , version : ' 5.8.0'
5353}
5454
You can’t perform that action at this time.
0 commit comments