Skip to content

Commit 4ac5222

Browse files
authored
Merge pull request #306 from xdev-software/renovate/org.junit-junit-bom-6.x
Update dependency org.junit:junit-bom to v6
2 parents 3962f33 + 5a8bed9 commit 4ac5222

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
@@ -61,7 +61,7 @@ dependencies {
6161
checkstyle "com.puppycrawl.tools:checkstyle:${checkstyleVersion}"
6262
pmd "net.sourceforge.pmd:pmd-ant:${pmdVersion}",
6363
"net.sourceforge.pmd:pmd-java:${pmdVersion}"
64-
testImplementation platform('org.junit:junit-bom:5.13.4'),
64+
testImplementation platform('org.junit:junit-bom:6.0.0'),
6565
'org.junit.jupiter:junit-jupiter',
6666
'org.junit.jupiter:junit-jupiter-engine',
6767
'org.assertj:assertj-core:3.27.6'

0 commit comments

Comments
 (0)