Skip to content

Commit 289fe83

Browse files
authored
Merge pull request #248 from xdev-software/renovate/org.junit-junit-bom-5.x
Update dependency org.junit:junit-bom to v5.13.1
2 parents 234ad69 + 6a8bf67 commit 289fe83

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.0'),
62+
testImplementation platform('org.junit:junit-bom:5.13.1'),
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)