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 c28c10f commit 24ad218Copy full SHA for 24ad218
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