From f9e7b673d448b0a504bc2a6f480de7875908556a Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 21 May 2021 06:30:36 +0000 Subject: [PATCH] Bump junit-jupiter-api from 5.7.1 to 5.7.2 Bumps [junit-jupiter-api](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-preview[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 53b303d..56239e8 100644 --- a/build.gradle +++ b/build.gradle @@ -64,7 +64,7 @@ dependencies { compile group: 'com.amazonaws.secretsmanager', name: 'aws-secretsmanager-caching-java', version: '1.0.1' testCompile group: 'org.junit.jupiter', name: 'junit-jupiter-engine', version: '5.7.1' - testCompile group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: '5.7.1' + testCompile group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: '5.7.2' testCompile group: 'org.junit.jupiter', name: 'junit-jupiter-params', version: '5.7.1' testCompile group: 'org.assertj', name: 'assertj-core', version: '3.18.1' testCompile group: 'org.mockito', name: 'mockito-core', version: '3.7.7'