Skip to content

Commit d7b6dd6

Browse files
dependabot[bot]jzheaux
authored andcommitted
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](junit-team/junit5@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] <[email protected]>
1 parent a95d49a commit d7b6dd6

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

102-
testImplementation platform('org.junit:junit-bom:5.8.1')
102+
testImplementation platform('org.junit:junit-bom:5.8.2')
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
@@ -17,7 +17,7 @@ dependencies {
1717
api platform("org.springframework:spring-framework-bom:6.1.3")
1818
api platform("org.springframework.data:spring-data-bom:2021.2.18")
1919
api platform('com.fasterxml.jackson:jackson-bom:2.15.4')
20-
api platform("org.junit:junit-bom:5.10.2")
20+
api platform("org.junit:junit-bom:5.8.2")
2121
constraints {
2222
api "com.querydsl:querydsl-core:$queryDslVersion"
2323
api "com.querydsl:querydsl-apt:$queryDslVersion"

0 commit comments

Comments
 (0)