Skip to content

Commit d1d8bf2

Browse files
Bump org.junit.jupiter:junit-jupiter from 5.13.4 to 6.0.1 in /core
Bumps [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit-framework) from 5.13.4 to 6.0.1. - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r5.13.4...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] <support@github.com>
1 parent 73726f4 commit d1d8bf2

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
@@ -100,7 +100,7 @@ dependencies {
100100

101101
testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.11.0'
102102

103-
testImplementation 'org.junit.jupiter:junit-jupiter:5.13.4'
103+
testImplementation 'org.junit.jupiter:junit-jupiter:6.0.1'
104104
testImplementation('com.google.cloud.tools:jib-core:0.27.3') {
105105
exclude group: 'com.google.guava', module: 'guava'
106106
}
@@ -121,7 +121,7 @@ dependencies {
121121
jarFileTestCompileOnly "org.projectlombok:lombok:${lombok.version}"
122122
jarFileTestAnnotationProcessor "org.projectlombok:lombok:${lombok.version}"
123123
jarFileTestRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.11.0'
124-
jarFileTestImplementation 'org.junit.jupiter:junit-jupiter:5.13.4'
124+
jarFileTestImplementation 'org.junit.jupiter:junit-jupiter:6.0.1'
125125
jarFileTestImplementation 'org.assertj:assertj-core:3.27.6'
126126
jarFileTestImplementation 'org.ow2.asm:asm-debug-all:5.2'
127127
}

0 commit comments

Comments
 (0)