Skip to content

Commit 8ba17aa

Browse files
Bump org.junit.platform:junit-platform-launcher in /modules/cratedb
Bumps [org.junit.platform:junit-platform-launcher](https://github.com/junit-team/junit-framework) from 1.11.0 to 6.0.0. - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](https://github.com/junit-team/junit-framework/commits/r6.0.0) --- updated-dependencies: - dependency-name: org.junit.platform:junit-platform-launcher dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 559df36 commit 8ba17aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/cratedb/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ dependencies {
44
api project(':testcontainers-jdbc')
55

66
testRuntimeOnly 'org.postgresql:postgresql:42.7.7'
7-
testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.11.0'
7+
testRuntimeOnly 'org.junit.platform:junit-platform-launcher:6.0.0'
88

99
testImplementation 'org.junit.jupiter:junit-jupiter:5.13.4'
1010
testImplementation project(':testcontainers-jdbc-test')

0 commit comments

Comments
 (0)