Bump org.junit:junit-bom from 5.12.0 to 5.12.1
Bumps [org.junit:junit-bom](https://github.com/junit-team/junit5) from 5.12.0 to 5.12.1. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.12.0...r5.12.1) --- updated-dependencies: - dependency-name: org.junit:junit-bom dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
committed by
Josh Cummings
parent
33bd8bce82
commit
7951253454
@@ -99,7 +99,7 @@ dependencies {
|
||||
implementation 'org.springframework:spring-core:6.2.5'
|
||||
implementation 'org.sonarsource.scanner.gradle:sonarqube-gradle-plugin:2.8.0.1969'
|
||||
|
||||
testImplementation platform('org.junit:junit-bom:5.12.0')
|
||||
testImplementation platform('org.junit:junit-bom:5.12.1')
|
||||
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.3')
|
||||
api platform("io.micrometer:micrometer-bom:1.14.5")
|
||||
api platform("io.micrometer:micrometer-tracing-bom:1.4.4")
|
||||
api platform("org.junit:junit-bom:5.12.0")
|
||||
api platform("org.junit:junit-bom:5.12.1")
|
||||
constraints {
|
||||
api "com.querydsl:querydsl-core:$queryDslVersion"
|
||||
api "com.querydsl:querydsl-apt:$queryDslVersion"
|
||||
|
||||
Reference in New Issue
Block a user