Skip to content

Commit 51c6dea

Browse files
chore(deps): update dependency org.junit.jupiter:junit-jupiter-engine to v6
1 parent ecb82fd commit 51c6dea

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,6 @@ dependencies {
100100
testImplementation "org.junit.jupiter:junit-jupiter-params:5.9.2"
101101
testImplementation "commons-io:commons-io:2.14.0"
102102

103-
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:5.9.2"
103+
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:6.0.3"
104104
testRuntimeOnly files(jvm8.toolsJar)
105105
}

dd-javac-plugin-client/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ description = "Runtime client that uses data injected by Datadog Java Compiler P
22

33
dependencies {
44
testImplementation "org.junit.jupiter:junit-jupiter-api:5.9.2"
5-
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:5.9.2"
5+
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:6.0.3"
66
}
77

88
apply from: "$rootDir/gradle/java8-compile.gradle"

0 commit comments

Comments
 (0)