From f5a855439ab9b11ec3545fe9614dd1501ab6b0a4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Mar 2023 12:24:26 +0000 Subject: [PATCH] Bump org.junit.vintage:junit-vintage-engine from 5.7.1 to 5.9.2 Bumps [org.junit.vintage:junit-vintage-engine](https://github.com/junit-team/junit5) from 5.7.1 to 5.9.2. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.7.1...r5.9.2) --- updated-dependencies: - dependency-name: org.junit.vintage:junit-vintage-engine dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index c26708c..a80ebff 100644 --- a/build.gradle +++ b/build.gradle @@ -169,7 +169,7 @@ ext { lombokVersion = "1.18.16" junit_version = "4.12" junitJupiterVersion = '5.7.1' - junitVintageVersion = '5.7.1' + junitVintageVersion = '5.9.2' powermockVersion = '2.0.7' springSecurity = '5.7.5' springCloudVersion = '2021.0.3'