Skip to content

Commit

Permalink
Bump junit-bom from 5.4.0 to 5.7.1
Browse files Browse the repository at this point in the history
Bumps [junit-bom](https://github.com/junit-team/junit5) from 5.4.0 to 5.7.1.
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](junit-team/junit5@r5.4.0...r5.7.1)

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Apr 16, 2021
1 parent e407472 commit 2ecdcbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ configure(subprojects) {
dependencyManagement {
imports {
mavenBom("com.fasterxml.jackson:jackson-bom:2.9.8")
mavenBom("org.junit:junit-bom:5.4.0")
mavenBom("org.junit:junit-bom:5.7.1")
}
dependencies {
dependency("com.beust:jcommander:1.78")
Expand Down

0 comments on commit 2ecdcbf

Please sign in to comment.