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 740a5e3 commit ac2c2ecCopy full SHA for ac2c2ec
build.gradle
@@ -59,7 +59,7 @@ dependencies {
59
checkstyle "com.puppycrawl.tools:checkstyle:${checkstyleVersion}"
60
pmd "net.sourceforge.pmd:pmd-ant:${pmdVersion}",
61
"net.sourceforge.pmd:pmd-java:${pmdVersion}"
62
- testImplementation platform('org.junit:junit-bom:5.13.2'),
+ testImplementation platform('org.junit:junit-bom:5.13.3'),
63
'org.junit.jupiter:junit-jupiter',
64
'org.junit.jupiter:junit-jupiter-engine',
65
'org.assertj:assertj-core:3.27.3'
0 commit comments