From 997e142ee0aa4d50bf5bb5640fcab00167a2fce2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 May 2021 07:44:54 +0000 Subject: [PATCH] Bump junitJupiterVersion from 5.7.1 to 5.7.2 Bumps `junitJupiterVersion` from 5.7.1 to 5.7.2. Updates `junit-jupiter-api` 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) Updates `junit-jupiter-engine` 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 9f64c7b..941b4b4 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -17,7 +17,7 @@ repositories { val logbackVersion = "1.2.3" val assertjVersion = "3.19.0" -val junitJupiterVersion = "5.7.1" +val junitJupiterVersion = "5.7.2" val junitPlatformVersion = "1.7.1" val lombokVersion = "1.18.20"