Skip to content

Commit 297f3a7

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.2 to 5.13.3. - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r5.13.2...r5.13.3) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter-engine dependency-version: 5.13.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b75d381 commit 297f3a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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.3'
1616
testImplementation 'org.mockito:mockito-core:5.18.0'
1717
testImplementation 'io.dropwizard.metrics:metrics-core:4.2.33'
18-
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.13.2'
19-
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.13.2'
18+
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.13.3'
19+
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.13.3'
2020
}
2121

2222
test {

0 commit comments

Comments
 (0)