diff --git a/agent/build.gradle b/agent/build.gradle index 9d55f77..b21bcf6 100644 --- a/agent/build.gradle +++ b/agent/build.gradle @@ -22,8 +22,8 @@ dependencies { implementation("com.squareup.moshi:moshi:1.15.2") implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8:2.2.20") api 'com.google.protobuf:protobuf-java:4.33.0' - testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: '5.7.2' - testRuntimeOnly group: 'org.junit.jupiter', name: 'junit-jupiter-engine', version: '5.7.2' + testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: '5.14.1' + testRuntimeOnly group: 'org.junit.jupiter', name: 'junit-jupiter-engine', version: '5.14.1' testImplementation group: 'org.mockito', name: 'mockito-core', version: '3.12.4' testImplementation group: 'org.mockito', name: 'mockito-junit-jupiter', version: '3.12.4' } diff --git a/async-profiler-context/build.gradle b/async-profiler-context/build.gradle index d091777..c21279f 100644 --- a/async-profiler-context/build.gradle +++ b/async-profiler-context/build.gradle @@ -23,8 +23,8 @@ dependencies { api files("$buildDir/async-profiler/async-profiler.jar") compileOnly 'org.jetbrains:annotations:24.1.0' implementation 'com.google.protobuf:protobuf-java:4.33.0' - testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: '5.7.2' - testRuntimeOnly group: 'org.junit.jupiter', name: 'junit-jupiter-engine', version: '5.7.2' + testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: '5.14.1' + testRuntimeOnly group: 'org.junit.jupiter', name: 'junit-jupiter-engine', version: '5.14.1' testImplementation group: 'org.mockito', name: 'mockito-core', version: '3.12.4' testImplementation group: 'org.mockito', name: 'mockito-junit-jupiter', version: '3.12.4' }