Skip to content

Commit c9431c7

Browse files
Bump org.junit:junit-bom from 6.1.1 to 6.1.2
Bumps [org.junit:junit-bom](https://github.com/junit-team/junit-framework) from 6.1.1 to 6.1.2. - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r6.1.1...r6.1.2) --- updated-dependencies: - dependency-name: org.junit:junit-bom dependency-version: 6.1.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent fc63c3a commit c9431c7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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.8'
105105
implementation 'org.sonarsource.scanner.gradle:sonarqube-gradle-plugin:7.3.1.8318'
106106

107-
testImplementation platform('org.junit:junit-bom:6.1.1')
107+
testImplementation platform('org.junit:junit-bom:6.1.2')
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
@@ -22,7 +22,7 @@ dependencies {
2222
}
2323
api platform("io.micrometer:micrometer-bom:1.17.0")
2424
api platform("io.micrometer:micrometer-tracing-bom:1.7.0")
25-
api platform("org.junit:junit-bom:6.1.1")
25+
api platform("org.junit:junit-bom:6.1.2")
2626
api platform("org.mockito:mockito-bom:5.23.0")
2727
api platform("org.slf4j:slf4j-bom:2.0.18")
2828
constraints {

0 commit comments

Comments
 (0)