Skip to content

Commit 01b76f2

Browse files
authored
Merge pull request #542 from larsgrefer/dependabot/gradle/3.x/org.junit-junit-bom-5.11.1
Bump org.junit:junit-bom from 5.11.0 to 5.11.1
2 parents 9ce9c8c + 68d44e2 commit 01b76f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ allprojects {
4646
dependencies {
4747
testImplementation 'org.assertj:assertj-core:3.26.3'
4848

49-
testImplementation platform("org.junit:junit-bom:5.11.0")
49+
testImplementation platform("org.junit:junit-bom:5.11.1")
5050
testImplementation 'org.junit.jupiter:junit-jupiter-api'
5151
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine'
5252

0 commit comments

Comments
 (0)