Skip to content

Commit 204a7a8

Browse files
Bump org.junit.jupiter:junit-jupiter from 5.13.1 to 6.0.2
Bumps [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit-framework) from 5.13.1 to 6.0.2. - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r5.13.1...r6.0.2) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter dependency-version: 6.0.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6f995c8 commit 204a7a8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,7 @@ dependencies {
354354
// this is OOOOOOLD. But that probably means updating java_common
355355
testImplementation('org.eclipse.jetty.aggregate:jetty-all:7.0.0.v20091005')
356356
testImplementation('org.hamcrest:hamcrest:3.0')
357-
testImplementation('org.junit.jupiter:junit-jupiter:5.13.1')
357+
testImplementation('org.junit.jupiter:junit-jupiter:6.0.2')
358358
testImplementation('org.slf4j:slf4j-api:1.7.7')
359359
// TODO DEPS Need to rework the java common logger to not use syslog4j at all since it's
360360
// abandonware and has a ton of CVEs, even in the newer versions.

0 commit comments

Comments
 (0)