Bump org.junit:junit-bom from 5.11.4 to 5.12.0

Bumps [org.junit:junit-bom](https://github.com/junit-team/junit5) from 5.11.4 to 5.12.0.
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](https://github.com/junit-team/junit5/compare/r5.11.4...r5.12.0)

---
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:
dependabot[bot]
2025-03-12 15:22:06 +00:00
committed by Josh Cummings
parent d845668aea
commit bacb026102
2 changed files with 2 additions and 2 deletions

View File

@@ -99,7 +99,7 @@ dependencies {
implementation 'org.springframework:spring-core:6.2.3'
implementation 'org.sonarsource.scanner.gradle:sonarqube-gradle-plugin:2.8.0.1969'
testImplementation platform('org.junit:junit-bom:5.11.4')
testImplementation platform('org.junit:junit-bom:5.12.0')
testImplementation "org.junit.jupiter:junit-jupiter-api"
testImplementation "org.junit.jupiter:junit-jupiter-params"
testImplementation "org.junit.jupiter:junit-jupiter-engine"

View File

@@ -27,7 +27,7 @@ dependencies {
api platform('com.fasterxml.jackson:jackson-bom:2.18.3')
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.11.4")
api platform("org.junit:junit-bom:5.12.0")
constraints {
api "com.querydsl:querydsl-core:$queryDslVersion"
api "com.querydsl:querydsl-apt:$queryDslVersion"