Skip to content

Commit cfd3051

Browse files
authored
Merge pull request #1035 from freefair/dependabot/gradle/org.junit-junit-bom-5.10.2
Bump org.junit:junit-bom from 5.10.1 to 5.10.2
2 parents 086171e + 0458e18 commit cfd3051

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ allprojects {
4545
test.useJUnitPlatform()
4646

4747
dependencies {
48-
testImplementation platform("org.junit:junit-bom:5.10.1")
48+
testImplementation platform("org.junit:junit-bom:5.10.2")
4949

5050
testImplementation 'org.assertj:assertj-core:3.25.3'
5151
testImplementation 'org.junit.jupiter:junit-jupiter-api'

test-common/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ plugins {
33
}
44

55
dependencies {
6-
api platform("org.junit:junit-bom:5.10.1")
6+
api platform("org.junit:junit-bom:5.10.2")
77

88
api "org.junit.jupiter:junit-jupiter-api"
99
api "org.assertj:assertj-core:3.25.3"

0 commit comments

Comments
 (0)