Skip to content

Commit e98c6d0

Browse files
dependabot[bot]jzheaux
authored andcommitted
Bump org.junit:junit-bom from 6.0.0 to 6.0.1
Bumps [org.junit:junit-bom](https://github.com/junit-team/junit-framework) from 6.0.0 to 6.0.1. - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r6.0.0...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-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 9b65f30 commit e98c6d0

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.12'
100100
implementation 'org.sonarsource.scanner.gradle:sonarqube-gradle-plugin:7.0.1.6134'
101101

102-
testImplementation platform('org.junit:junit-bom:6.0.0')
102+
testImplementation platform('org.junit:junit-bom:6.0.1')
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
@@ -26,7 +26,7 @@ dependencies {
2626
api platform("org.springframework.security:spring-security-bom:6.5.6")
2727
api platform("io.micrometer:micrometer-bom:1.15.5")
2828
api platform("io.micrometer:micrometer-tracing-bom:1.5.5")
29-
api platform("org.junit:junit-bom:6.0.0")
29+
api platform("org.junit:junit-bom:6.0.1")
3030
api platform("org.mockito:mockito-bom:5.20.0")
3131
api platform("org.slf4j:slf4j-bom:2.0.17")
3232
constraints {

0 commit comments

Comments
 (0)