Skip to content

Commit 64b60db

Browse files
Bump org.junit.jupiter:junit-jupiter from 5.13.4 to 6.0.0 in /core
Bumps [org.junit.jupiter:junit-jupiter](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 dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 964a4d9 commit 64b60db

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
@@ -127,7 +127,7 @@ dependencies {
127127

128128
testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.11.0'
129129

130-
testImplementation 'org.junit.jupiter:junit-jupiter:5.13.4'
130+
testImplementation 'org.junit.jupiter:junit-jupiter:6.0.0'
131131
testImplementation('com.google.cloud.tools:jib-core:0.27.3') {
132132
exclude group: 'com.google.guava', module: 'guava'
133133
}
@@ -148,7 +148,7 @@ dependencies {
148148
jarFileTestCompileOnly "org.projectlombok:lombok:${lombok.version}"
149149
jarFileTestAnnotationProcessor "org.projectlombok:lombok:${lombok.version}"
150150
jarFileTestRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.11.0'
151-
jarFileTestImplementation 'org.junit.jupiter:junit-jupiter:5.13.4'
151+
jarFileTestImplementation 'org.junit.jupiter:junit-jupiter:6.0.0'
152152
jarFileTestImplementation 'org.assertj:assertj-core:3.27.6'
153153
jarFileTestImplementation 'org.ow2.asm:asm-debug-all:5.2'
154154
}

0 commit comments

Comments
 (0)