Bump org.junit:junit-bom from 5.8.1 to 5.8.2

Bumps [org.junit:junit-bom](https://github.com/junit-team/junit5) from 5.8.1 to 5.8.2.
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](https://github.com/junit-team/junit5/compare/r5.8.1...r5.8.2)

---
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:
dependabot[bot]
2024-08-15 17:40:40 +00:00
committed by Josh Cummings
parent a95d49a25f
commit d7b6dd6313
2 changed files with 2 additions and 2 deletions

View File

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

View File

@@ -17,7 +17,7 @@ dependencies {
api platform("org.springframework:spring-framework-bom:6.1.3")
api platform("org.springframework.data:spring-data-bom:2021.2.18")
api platform('com.fasterxml.jackson:jackson-bom:2.15.4')
api platform("org.junit:junit-bom:5.10.2")
api platform("org.junit:junit-bom:5.8.2")
constraints {
api "com.querydsl:querydsl-core:$queryDslVersion"
api "com.querydsl:querydsl-apt:$queryDslVersion"