We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fcb785e commit fd9cedcCopy full SHA for fd9cedc
1 file changed
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:6.0.2'),
+ testImplementation platform('org.junit:junit-bom:6.0.3'),
65
'org.junit.jupiter:junit-jupiter',
66
'org.junit.jupiter:junit-jupiter-engine',
67
'org.assertj:assertj-core:3.27.7'
0 commit comments