Skip to content

Commit b25d87e

Browse files
Bump org.junit:junit-bom from 5.10.3 to 5.11.0
Bumps [org.junit:junit-bom](https://github.com/junit-team/junit5) from 5.10.3 to 5.11.0. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit5@r5.10.3...r5.11.0) --- updated-dependencies: - dependency-name: org.junit:junit-bom dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 91eaf47 commit b25d87e

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