Bump org.junit:junit-bom from 5.8.2 to 5.11.4
Bumps [org.junit:junit-bom](https://github.com/junit-team/junit5) from 5.8.2 to 5.11.4. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.8.2...r5.11.4) --- updated-dependencies: - dependency-name: org.junit:junit-bom dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
committed by
Josh Cummings
parent
fef617a415
commit
40bdc7221d
@@ -99,7 +99,7 @@ dependencies {
|
||||
implementation 'org.springframework:spring-core:6.1.16'
|
||||
implementation 'org.sonarsource.scanner.gradle:sonarqube-gradle-plugin:2.7.1'
|
||||
|
||||
testImplementation platform('org.junit:junit-bom:5.8.2')
|
||||
testImplementation platform('org.junit:junit-bom:5.11.4')
|
||||
testImplementation "org.junit.jupiter:junit-jupiter-api"
|
||||
testImplementation "org.junit.jupiter:junit-jupiter-params"
|
||||
testImplementation "org.junit.jupiter:junit-jupiter-engine"
|
||||
|
||||
2
dependencies/build.gradle
vendored
2
dependencies/build.gradle
vendored
@@ -27,7 +27,7 @@ dependencies {
|
||||
api platform('com.fasterxml.jackson:jackson-bom:2.18.2')
|
||||
api platform("io.micrometer:micrometer-bom:1.14.4")
|
||||
api platform("io.micrometer:micrometer-tracing-bom:1.4.3")
|
||||
api platform("org.junit:junit-bom:5.8.2")
|
||||
api platform("org.junit:junit-bom:5.11.4")
|
||||
constraints {
|
||||
api "com.querydsl:querydsl-core:$queryDslVersion"
|
||||
api "com.querydsl:querydsl-apt:$queryDslVersion"
|
||||
|
||||
Reference in New Issue
Block a user