Skip to content

Commit c6002b3

Browse files
chore(deps): bump org.junit:junit-bom in /flipt-java
Bumps [org.junit:junit-bom](https://github.com/junit-team/junit-framework) from 5.11.4 to 6.0.1. - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r5.11.4...r6.0.1) --- updated-dependencies: - dependency-name: org.junit:junit-bom dependency-version: 6.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 21b24fb commit c6002b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flipt-java/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ dependencies {
2727
implementation 'com.fasterxml.jackson.core:jackson-databind:2.20.0'
2828
implementation 'com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.20.0'
2929
implementation 'com.squareup.okhttp3:okhttp:5.2.1'
30-
testImplementation platform('org.junit:junit-bom:5.11.4')
30+
testImplementation platform('org.junit:junit-bom:6.0.1')
3131
testImplementation 'org.junit.jupiter:junit-jupiter'
3232
api 'com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.20.0'
3333
api 'com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.19.2'

0 commit comments

Comments
 (0)