Skip to content

Commit 32452fb

Browse files
authored
Merge pull request #655 from larsgrefer/dependabot/gradle/4.x/org.junit-junit-bom-5.12.2
Bump org.junit:junit-bom from 5.12.1 to 5.12.2
2 parents 4680d88 + 3dfff82 commit 32452fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: build.gradle

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

0 commit comments

Comments
 (0)