Skip to content

Commit 152edf7

Browse files
committed
Update dependency org.junit:junit-bom to v5.11.0
1 parent 33b7614 commit 152edf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ configurations.checkstyle {
4242
// Add dependencies to test, junit5 api (annotations) and engine (runtime)
4343
dependencies {
4444
checkstyle "com.puppycrawl.tools:checkstyle:${checkstyleVersion}"
45-
testImplementation platform('org.junit:junit-bom:5.10.3'),
45+
testImplementation platform('org.junit:junit-bom:5.11.0'),
4646
'org.junit.jupiter:junit-jupiter',
4747
'org.junit.jupiter:junit-jupiter-engine',
4848
'org.assertj:assertj-core:3.26.3'

0 commit comments

Comments
 (0)