Skip to content

Commit

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

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
  • Loading branch information
dependabot-preview[bot] authored and bsideup committed Jul 3, 2019
1 parent 88bd03b commit 676e55d
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 @@ -53,7 +53,7 @@ configure(subprojects.findAll { !it.name.startsWith("examples/") }) {
overriddenByDependencies = false

imports {
mavenBom 'org.junit:junit-bom:5.4.2'
mavenBom 'org.junit:junit-bom:5.5.0'
mavenBom org.springframework.boot.gradle.plugin.SpringBootPlugin.BOM_COORDINATES
mavenBom 'org.testcontainers:testcontainers-bom:1.11.3'
}
Expand Down

0 comments on commit 676e55d

Please sign in to comment.