From 2bcb9efe34fc2ddbf0e103b7ece17d625f7ecf1e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Mar 2021 11:28:34 +0000 Subject: [PATCH] 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](https://github.com/junit-team/junit5/compare/r5.7.0...r5.7.1) 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 31cedf2c7..d320c7ccc 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -79,7 +79,7 @@ configure(subprojects) { configure { imports { mavenBom("com.fasterxml.jackson:jackson-bom:2.12.2") - mavenBom("org.junit:junit-bom:5.7.0") + mavenBom("org.junit:junit-bom:5.7.1") } dependencies { dependency("com.github.tomakehurst:wiremock:2.27.2")