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 33b7614 commit 152edf7Copy full SHA for 152edf7
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.3'),
+ testImplementation platform('org.junit:junit-bom:5.11.0'),
46
'org.junit.jupiter:junit-jupiter',
47
'org.junit.jupiter:junit-jupiter-engine',
48
'org.assertj:assertj-core:3.26.3'
0 commit comments