Skip to content

Commit 5793c9f

Browse files
authored
Merge pull request #1171 from freefair/dependabot/gradle/org.junit-junit-bom-5.11.0
Bump org.junit:junit-bom from 5.10.3 to 5.11.0
2 parents 23cc72f + 97a0eba commit 5793c9f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

+1-1
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.3")
48+
testImplementation platform("org.junit:junit-bom:5.11.0")
4949

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

test-common/build.gradle

+1-1
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.3")
6+
api platform("org.junit:junit-bom:5.11.0")
77

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

0 commit comments

Comments
 (0)