Skip to content

Commit 6f63b5e

Browse files
Bump org.junit:junit-bom from 6.0.2 to 6.0.3
Bumps [org.junit:junit-bom](https://github.com/junit-team/junit-framework) from 6.0.2 to 6.0.3. - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r6.0.2...r6.0.3) --- updated-dependencies: - dependency-name: org.junit:junit-bom dependency-version: 6.0.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c3be9dc commit 6f63b5e

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

102-
testImplementation platform('org.junit:junit-bom:6.0.2')
102+
testImplementation platform('org.junit:junit-bom:6.0.3')
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.7")
2727
api platform("io.micrometer:micrometer-bom:1.16.3")
2828
api platform("io.micrometer:micrometer-tracing-bom:1.6.3")
29-
api platform("org.junit:junit-bom:6.0.2")
29+
api platform("org.junit:junit-bom:6.0.3")
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)