Skip to content

Commit f7baaf6

Browse files
committed
Update dependency org.junit:junit-bom to v6
1 parent 506adc9 commit f7baaf6

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)