Skip to content

Commit fe50372

Browse files
authored
Merge pull request #43 from xdev-software/renovate/org.junit-junit-bom-5.x
Update dependency org.junit:junit-bom to v5.11.0
2 parents 161c7b7 + 152edf7 commit fe50372

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)