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 c28c10f + 24ad218 commit d63d50fCopy full SHA for d63d50f
build.gradle
@@ -42,7 +42,7 @@ configurations.checkstyle {
42
// Add dependencies to test, junit5 api (annotations) and engine (runtime)
43
dependencies {
44
checkstyle "com.puppycrawl.tools:checkstyle:${checkstyleVersion}"
45
- testImplementation platform('org.junit:junit-bom:5.10.2'),
+ testImplementation platform('org.junit:junit-bom:5.10.3'),
46
'org.junit.jupiter:junit-jupiter',
47
'org.junit.jupiter:junit-jupiter-engine',
48
'org.assertj:assertj-core:3.26.0'
0 commit comments