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.
2 parents 234ad69 + 6a8bf67 commit 289fe83Copy full SHA for 289fe83
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.0'),
+ testImplementation platform('org.junit:junit-bom:5.13.1'),
63
'org.junit.jupiter:junit-jupiter',
64
'org.junit.jupiter:junit-jupiter-engine',
65
'org.assertj:assertj-core:3.27.3'
0 commit comments