Skip to content

Commit 264f440

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

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
@@ -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)