Skip to content

Commit fbd2d25

Browse files
authored
Merge pull request #21 from labelzoom/dependabot/gradle/org.junit-junit-bom-5.11.3
Bump org.junit:junit-bom from 5.11.0 to 5.11.3
2 parents 4eb7ab3 + 264f440 commit fbd2d25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ repositories {
1919

2020
dependencies {
2121
testImplementation 'com.fasterxml.jackson.core:jackson-databind:2.17.2'
22-
testImplementation platform('org.junit:junit-bom:5.11.0')
22+
testImplementation platform('org.junit:junit-bom:5.11.3')
2323
testImplementation 'org.junit.jupiter:junit-jupiter'
2424
testImplementation 'org.reflections:reflections:0.10.2'
2525
testImplementation 'uk.co.jemos.podam:podam:8.0.2.RELEASE'

0 commit comments

Comments
 (0)