Skip to content

Commit 68581e0

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 252f2f9 commit 68581e0

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
@@ -104,7 +104,7 @@ dependencies {
104104
implementation 'org.springframework:spring-core:7.0.4'
105105
implementation 'org.sonarsource.scanner.gradle:sonarqube-gradle-plugin:7.2.2.6593'
106106

107-
testImplementation platform('org.junit:junit-bom:6.0.2')
107+
testImplementation platform('org.junit:junit-bom:6.0.3')
108108
testImplementation "org.junit.jupiter:junit-jupiter-api"
109109
testImplementation "org.junit.jupiter:junit-jupiter-params"
110110
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:7.0.3")
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.21.0")
3131
api platform("org.slf4j:slf4j-bom:2.0.17")
3232
constraints {

0 commit comments

Comments
 (0)