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 506adc9 commit f7baaf6Copy full SHA for f7baaf6
build.gradle
@@ -61,7 +61,7 @@ dependencies {
61
checkstyle "com.puppycrawl.tools:checkstyle:${checkstyleVersion}"
62
pmd "net.sourceforge.pmd:pmd-ant:${pmdVersion}",
63
"net.sourceforge.pmd:pmd-java:${pmdVersion}"
64
- testImplementation platform('org.junit:junit-bom:5.13.4'),
+ testImplementation platform('org.junit:junit-bom:6.0.0'),
65
'org.junit.jupiter:junit-jupiter',
66
'org.junit.jupiter:junit-jupiter-engine',
67
'org.assertj:assertj-core:3.27.6'
0 commit comments