Skip to content

Commit b5aace7

Browse files
Bump org.junit.platform:junit-platform-launcher in /core
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 f0af74d commit b5aace7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ dependencies {
125125

126126
shaded 'org.zeroturnaround:zt-exec:1.12'
127127

128-
testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.11.0'
128+
testRuntimeOnly 'org.junit.platform:junit-platform-launcher:6.0.0'
129129

130130
testImplementation 'org.junit.jupiter:junit-jupiter:5.13.4'
131131
testImplementation('com.google.cloud.tools:jib-core:0.27.3') {
@@ -147,7 +147,7 @@ dependencies {
147147

148148
jarFileTestCompileOnly "org.projectlombok:lombok:${lombok.version}"
149149
jarFileTestAnnotationProcessor "org.projectlombok:lombok:${lombok.version}"
150-
jarFileTestRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.11.0'
150+
jarFileTestRuntimeOnly 'org.junit.platform:junit-platform-launcher:6.0.0'
151151
jarFileTestImplementation 'org.junit.jupiter:junit-jupiter:5.13.4'
152152
jarFileTestImplementation 'org.assertj:assertj-core:3.27.4'
153153
jarFileTestImplementation 'org.ow2.asm:asm-debug-all:5.2'

0 commit comments

Comments
 (0)