From 1e04f31fc1e7c3acd5b49c840025cb094116478a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 May 2021 06:53:54 +0000 Subject: [PATCH] Bump junit-jupiter-api from 5.7.0 to 5.7.2 Bumps [junit-jupiter-api](https://github.com/junit-team/junit5) from 5.7.0 to 5.7.2. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.7.0...r5.7.2) Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index ffbcd3c..553bf53 100644 --- a/build.gradle +++ b/build.gradle @@ -52,7 +52,7 @@ dependencies { annotationProcessor 'org.projectlombok:lombok:1.18.12' testImplementation 'org.junit.jupiter:junit-jupiter:5.7.0' - testImplementation 'org.junit.jupiter:junit-jupiter-api:5.7.0' + testImplementation 'org.junit.jupiter:junit-jupiter-api:5.7.2' testImplementation 'org.junit.jupiter:junit-jupiter-engine:5.7.0' testImplementation 'org.junit.jupiter:junit-jupiter-params:5.7.0' testImplementation 'org.assertj:assertj-core:3.19.0'