Skip to content

Commit d8769c5

Browse files
chore(deps): bump org.junit.jupiter:junit-jupiter-engine in /java-gradle
Bumps [org.junit.jupiter:junit-jupiter-engine](https://github.com/junit-team/junit-framework) from 5.13.4 to 6.0.0. - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r5.13.4...r6.0.0) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter-engine dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1116e11 commit d8769c5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

java-gradle/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ dependencies {
1515
testImplementation 'org.assertj:assertj-core:3.27.5'
1616
testImplementation 'org.mockito:mockito-core:5.20.0'
1717
testImplementation 'io.dropwizard.metrics:metrics-core:4.2.37'
18-
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.13.4'
19-
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.13.4'
18+
testImplementation 'org.junit.jupiter:junit-jupiter-api:6.0.0'
19+
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:6.0.0'
2020
}
2121

2222
test {

0 commit comments

Comments
 (0)