Skip to content

Commit d46946b

Browse files
authored
Merge pull request #549 from larsgrefer/dependabot/gradle/3.x/org.junit-junit-bom-5.11.2
Bump org.junit:junit-bom from 5.11.1 to 5.11.2
2 parents ef9040f + e116ae8 commit d46946b

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.1")
49+
testImplementation platform("org.junit:junit-bom:5.11.2")
5050
testImplementation 'org.junit.jupiter:junit-jupiter-api'
5151
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine'
5252

0 commit comments

Comments
 (0)