We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4b994b commit d9aee12Copy full SHA for d9aee12
build.gradle
@@ -57,7 +57,7 @@ dependencies {
57
checkstyle "com.puppycrawl.tools:checkstyle:${checkstyleVersion}"
58
pmd "net.sourceforge.pmd:pmd-ant:${pmdVersion}",
59
"net.sourceforge.pmd:pmd-java:${pmdVersion}"
60
- testImplementation platform('org.junit:junit-bom:5.13.3'),
+ testImplementation platform('org.junit:junit-bom:5.13.4'),
61
'org.junit.jupiter:junit-jupiter',
62
'org.junit.jupiter:junit-jupiter-engine',
63
'org.assertj:assertj-core:3.27.3'
0 commit comments