Skip to content

Commit 1551e1c

Browse files
dependabot[bot]Zero3141
authored andcommitted
Bump org.junit:junit-bom from 5.9.3 to 5.10.0
Bumps [org.junit:junit-bom](https://github.com/junit-team/junit5) from 5.9.3 to 5.10.0. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit-framework@r5.9.3...r5.10.0) --- updated-dependencies: - dependency-name: org.junit:junit-bom dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4bba434 commit 1551e1c

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
@@ -36,7 +36,7 @@ dependencies {
3636
implementation 'com.fasterxml.jackson.core:jackson-databind:2.15.2'
3737
implementation 'com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.15.2'
3838

39-
testImplementation(platform('org.junit:junit-bom:5.9.3'))
39+
testImplementation(platform('org.junit:junit-bom:5.10.0'))
4040
testImplementation('org.junit.jupiter:junit-jupiter')
4141
testImplementation 'org.springframework:spring-test:5.3.28'
4242
testImplementation 'org.hamcrest:java-hamcrest:2.0.0.0'

0 commit comments

Comments
 (0)