Skip to content

Commit 1fdb76b

Browse files
fix(deps): update junit-framework monorepo to v5.14.0
| datasource | package | from | to | | ---------- | -------------------------------------- | ----- | ------ | | maven | org.junit.jupiter:junit-jupiter-engine | 5.7.2 | 5.14.0 | | maven | org.junit.jupiter:junit-jupiter-api | 5.7.2 | 5.14.0 | Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
1 parent 00f278f commit 1fdb76b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

agent/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
}

async-profiler-context/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)