Skip to content

Commit 43f291b

Browse files
authored
Merge pull request #11 from labelzoom/dependabot/gradle/org.junit-junit-bom-5.10.3
Bump org.junit:junit-bom from 5.10.2 to 5.10.3
2 parents 13ea3e8 + ed658c4 commit 43f291b

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.1'
22-
testImplementation platform('org.junit:junit-bom:5.10.2')
22+
testImplementation platform('org.junit:junit-bom:5.10.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)