Skip to content

Commit b083f64

Browse files
Bump org.junit:junit-bom from 5.13.4 to 6.0.0
Bumps [org.junit:junit-bom](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:junit-bom dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c9b09ef commit b083f64

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

buildSrc/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ dependencies {
9999
implementation 'org.springframework:spring-core:6.2.10'
100100
implementation 'org.sonarsource.scanner.gradle:sonarqube-gradle-plugin:6.3.1.5724'
101101

102-
testImplementation platform('org.junit:junit-bom:5.13.4')
102+
testImplementation platform('org.junit:junit-bom:6.0.0')
103103
testImplementation "org.junit.jupiter:junit-jupiter-api"
104104
testImplementation "org.junit.jupiter:junit-jupiter-params"
105105
testImplementation "org.junit.jupiter:junit-jupiter-engine"

dependencies/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ dependencies {
2727
api platform('com.fasterxml.jackson:jackson-bom:2.20.0')
2828
api platform("io.micrometer:micrometer-bom:1.15.4")
2929
api platform("io.micrometer:micrometer-tracing-bom:1.5.4")
30-
api platform("org.junit:junit-bom:5.13.4")
30+
api platform("org.junit:junit-bom:6.0.0")
3131
constraints {
3232
api "com.querydsl:querydsl-core:$queryDslVersion"
3333
api "com.querydsl:querydsl-apt:$queryDslVersion"

0 commit comments

Comments
 (0)