Skip to content

Commit ac2c2ec

Browse files
committed
Update dependency org.junit:junit-bom to v5.13.3
1 parent 740a5e3 commit ac2c2ec

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
@@ -59,7 +59,7 @@ dependencies {
5959
checkstyle "com.puppycrawl.tools:checkstyle:${checkstyleVersion}"
6060
pmd "net.sourceforge.pmd:pmd-ant:${pmdVersion}",
6161
"net.sourceforge.pmd:pmd-java:${pmdVersion}"
62-
testImplementation platform('org.junit:junit-bom:5.13.2'),
62+
testImplementation platform('org.junit:junit-bom:5.13.3'),
6363
'org.junit.jupiter:junit-jupiter',
6464
'org.junit.jupiter:junit-jupiter-engine',
6565
'org.assertj:assertj-core:3.27.3'

0 commit comments

Comments
 (0)