Skip to content

Commit 5017920

Browse files
authored
Merge pull request #134 from xdev-software/renovate/org.junit-junit-bom-5.x
Update dependency org.junit:junit-bom to v5.13.4
2 parents e4b994b + d9aee12 commit 5017920

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
@@ -57,7 +57,7 @@ dependencies {
5757
checkstyle "com.puppycrawl.tools:checkstyle:${checkstyleVersion}"
5858
pmd "net.sourceforge.pmd:pmd-ant:${pmdVersion}",
5959
"net.sourceforge.pmd:pmd-java:${pmdVersion}"
60-
testImplementation platform('org.junit:junit-bom:5.13.3'),
60+
testImplementation platform('org.junit:junit-bom:5.13.4'),
6161
'org.junit.jupiter:junit-jupiter',
6262
'org.junit.jupiter:junit-jupiter-engine',
6363
'org.assertj:assertj-core:3.27.3'

0 commit comments

Comments
 (0)