File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -22,8 +22,8 @@ dependencies {
2222 implementation(" com.squareup.moshi:moshi:1.15.2" )
2323 implementation(" org.jetbrains.kotlin:kotlin-stdlib-jdk8:2.2.20" )
2424 api ' com.google.protobuf:protobuf-java:4.33.0'
25- testImplementation group : ' org.junit.jupiter' , name : ' junit-jupiter-api' , version : ' 5.7.2 '
26- testRuntimeOnly group : ' org.junit.jupiter' , name : ' junit-jupiter-engine' , version : ' 5.7.2 '
25+ testImplementation group : ' org.junit.jupiter' , name : ' junit-jupiter-api' , version : ' 5.14.0 '
26+ testRuntimeOnly group : ' org.junit.jupiter' , name : ' junit-jupiter-engine' , version : ' 5.14.0 '
2727 testImplementation group : ' org.mockito' , name : ' mockito-core' , version : ' 3.12.4'
2828 testImplementation group : ' org.mockito' , name : ' mockito-junit-jupiter' , version : ' 3.12.4'
2929}
Original file line number Diff line number Diff line change @@ -23,8 +23,8 @@ dependencies {
2323 api files(" $buildDir /async-profiler/async-profiler.jar" )
2424 compileOnly ' org.jetbrains:annotations:24.1.0'
2525 implementation ' com.google.protobuf:protobuf-java:4.33.0'
26- testImplementation group : ' org.junit.jupiter' , name : ' junit-jupiter-api' , version : ' 5.7.2 '
27- testRuntimeOnly group : ' org.junit.jupiter' , name : ' junit-jupiter-engine' , version : ' 5.7.2 '
26+ testImplementation group : ' org.junit.jupiter' , name : ' junit-jupiter-api' , version : ' 5.14.0 '
27+ testRuntimeOnly group : ' org.junit.jupiter' , name : ' junit-jupiter-engine' , version : ' 5.14.0 '
2828 testImplementation group : ' org.mockito' , name : ' mockito-core' , version : ' 3.12.4'
2929 testImplementation group : ' org.mockito' , name : ' mockito-junit-jupiter' , version : ' 3.12.4'
3030}
You can’t perform that action at this time.
0 commit comments