Skip to content

Commit e10bce2

Browse files
Bump org.junit:junit-bom from 5.13.4 to 6.0.1 (#817)
Bumps [org.junit:junit-bom](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:junit-bom dependency-version: 6.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 28e365a commit e10bce2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

server/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ repositories {
3737

3838
dependencies {
3939
implementation(platform("com.google.cloud:spring-cloud-gcp-dependencies:7.4.0"))
40-
testImplementation(platform("org.junit:junit-bom:5.13.4"))
40+
testImplementation(platform("org.junit:junit-bom:6.0.1"))
4141

4242
implementation('org.springframework.boot:spring-boot-starter-web') {
4343
exclude module: 'spring-boot-starter-tomcat'

0 commit comments

Comments
 (0)