Skip to content

Commit 2bcb9ef

Browse files
Bump junit-bom from 5.7.0 to 5.7.1
Bumps [junit-bom](https://github.com/junit-team/junit5) from 5.7.0 to 5.7.1. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit-framework@r5.7.0...r5.7.1) Signed-off-by: dependabot[bot] <support@github.com>
1 parent 532c030 commit 2bcb9ef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ configure(subprojects) {
7979
configure<DependencyManagementExtension> {
8080
imports {
8181
mavenBom("com.fasterxml.jackson:jackson-bom:2.12.2")
82-
mavenBom("org.junit:junit-bom:5.7.0")
82+
mavenBom("org.junit:junit-bom:5.7.1")
8383
}
8484
dependencies {
8585
dependency("com.github.tomakehurst:wiremock:2.27.2")

0 commit comments

Comments
 (0)