Skip to content

Commit 40396bd

Browse files
dependabot[bot]jzheaux
authored andcommitted
Bump org.junit:junit-bom from 5.13.3 to 5.13.4
Bumps [org.junit:junit-bom](https://github.com/junit-team/junit-framework) from 5.13.3 to 5.13.4. - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r5.13.3...r5.13.4) --- updated-dependencies: - dependency-name: org.junit:junit-bom dependency-version: 5.13.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5a5965a commit 40396bd

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

102-
testImplementation platform('org.junit:junit-bom:5.13.3')
102+
testImplementation platform('org.junit:junit-bom:5.13.4')
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.19.1')
2828
api platform("io.micrometer:micrometer-bom:1.15.2")
2929
api platform("io.micrometer:micrometer-tracing-bom:1.5.2")
30-
api platform("org.junit:junit-bom:5.13.3")
30+
api platform("org.junit:junit-bom:5.13.4")
3131
constraints {
3232
api "com.querydsl:querydsl-core:$queryDslVersion"
3333
api "com.querydsl:querydsl-apt:$queryDslVersion"

0 commit comments

Comments
 (0)