Skip to content

Commit

Permalink
Bump junit-bom from 5.5.0 to 5.5.1 (#154)
Browse files Browse the repository at this point in the history
Bumps [junit-bom](https://github.com/junit-team/junit5) from 5.5.0 to 5.5.1.
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](junit-team/junit5@r5.5.0...r5.5.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
  • Loading branch information
dependabot-preview[bot] authored and bsideup committed Jul 25, 2019
1 parent 7809bd9 commit af2adec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ configure(subprojects.findAll { !it.name.startsWith("examples/") }) {
overriddenByDependencies = false

imports {
mavenBom 'org.junit:junit-bom:5.5.0'
mavenBom 'org.junit:junit-bom:5.5.1'
mavenBom org.springframework.boot.gradle.plugin.SpringBootPlugin.BOM_COORDINATES
mavenBom 'org.testcontainers:testcontainers-bom:1.12.0'
mavenBom 'io.grpc:grpc-bom:1.22.1'
Expand Down

0 comments on commit af2adec

Please sign in to comment.