Skip to content

Commit 7bc9e89

Browse files
authored
Merge pull request #6 from synyx/dependabot/gradle/org.junit-junit-bom-6.0.0
Bump org.junit:junit-bom from 5.13.4 to 6.0.0
2 parents 55ccf69 + 617beb3 commit 7bc9e89

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
@@ -26,7 +26,7 @@ dependencies {
2626

2727
implementation 'org.slf4j:slf4j-api:[2.0.0,)'
2828

29-
testImplementation platform('org.junit:junit-bom:5.13.4')
29+
testImplementation platform('org.junit:junit-bom:6.0.0')
3030
testImplementation 'org.junit.jupiter:junit-jupiter'
3131

3232
compileOnly 'org.projectlombok:lombok:1.18.42'

0 commit comments

Comments
 (0)