From 7f8c8310ea91c3d459e80c1f5006d1a6d1117a9e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Sep 2021 08:09:19 +0000 Subject: [PATCH] Bump junit-bom from 5.7.2 to 5.8.0 Bumps [junit-bom](https://github.com/junit-team/junit5) from 5.7.2 to 5.8.0. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.7.2...r5.8.0) --- updated-dependencies: - dependency-name: org.junit:junit-bom dependency-type: direct:production update-type: version-update:semver-minor ... 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 9abd1280b..01a525b29 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -131,7 +131,7 @@ configure(libs) { dependencyManagement { imports { mavenBom("com.fasterxml.jackson:jackson-bom:2.12.5") - mavenBom("org.junit:junit-bom:5.7.2") + mavenBom("org.junit:junit-bom:5.8.0") } dependencies { dependency("com.github.tomakehurst:wiremock:2.27.2")