Skip to content

Commit 1a92e00

Browse files
authored
Merge pull request #94 from xdev-software/renovate/org.junit-junit-bom-5.x
Update dependency org.junit:junit-bom to v5.12.1
2 parents 28eedba + 6624d9a commit 1a92e00

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.12.0'),
60+
testImplementation platform('org.junit:junit-bom:5.12.1'),
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)