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 d879fa2 commit 61ebcb3Copy full SHA for 61ebcb3
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.11.0'),
+ testImplementation platform('org.junit:junit-bom:5.11.1'),
61
'org.junit.jupiter:junit-jupiter',
62
'org.junit.jupiter:junit-jupiter-engine',
63
'org.assertj:assertj-core:3.26.3'
0 commit comments