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 161c7b7 + 152edf7 commit fe50372Copy full SHA for fe50372
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