From ae412625b2c14e503a898f4808204f993329a613 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 May 2021 07:26:24 +0000 Subject: [PATCH] Bump junit-bom from 5.7.1 to 5.7.2 Bumps [junit-bom](https://github.com/junit-team/junit5) from 5.7.1 to 5.7.2. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.7.1...r5.7.2) Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index cb2d62fa6..b4cc4c415 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -76,7 +76,7 @@ configure(subprojects) { dependencyManagement { imports { mavenBom("com.fasterxml.jackson:jackson-bom:2.12.3") - mavenBom("org.junit:junit-bom:5.7.1") + mavenBom("org.junit:junit-bom:5.7.2") } dependencies { dependency("com.github.tomakehurst:wiremock:2.27.2")