Skip to content

Commit 8f74124

Browse files
dependabot[bot]amotl
authored andcommitted
Bump org.junit.jupiter:junit-jupiter in /testing/testcontainers/java
Bumps [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit-framework) from 5.8.1 to 6.0.1. - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r5.8.1...r6.0.1) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter dependency-version: 6.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 2097162 commit 8f74124

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testing/testcontainers/java/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ dependencies {
2525
implementation 'org.slf4j:slf4j-api:2.0.17'
2626
implementation 'org.slf4j:slf4j-simple:2.0.17'
2727
testImplementation 'junit:junit:4.13.2'
28-
testImplementation 'org.junit.jupiter:junit-jupiter:5.8.1'
28+
testImplementation 'org.junit.jupiter:junit-jupiter:6.0.1'
2929
testImplementation "org.assertj:assertj-core:3.27.6"
3030
testImplementation 'org.testcontainers:testcontainers:2.0.1'
3131
testImplementation 'org.testcontainers:testcontainers-cratedb:2.0.1'

0 commit comments

Comments
 (0)