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 c79df28 + 724e8ed commit 1010a89Copy full SHA for 1010a89
build.gradle
@@ -58,7 +58,7 @@ dependencies {
58
checkstyle "com.puppycrawl.tools:checkstyle:${checkstyleVersion}"
59
pmd "net.sourceforge.pmd:pmd-ant:${pmdVersion}",
60
"net.sourceforge.pmd:pmd-java:${pmdVersion}"
61
- testImplementation platform('org.junit:junit-bom:5.12.1'),
+ testImplementation platform('org.junit:junit-bom:5.12.2'),
62
'org.junit.jupiter:junit-jupiter',
63
'org.junit.jupiter:junit-jupiter-engine',
64
'org.assertj:assertj-core:3.27.3'
0 commit comments