From fac1a6619f7df9d52c674fe2fd67f8dd77a5fcc4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jul 2023 15:23:15 +0000 Subject: [PATCH] Bump org.junit.vintage:junit-vintage-engine from 5.7.1 to 5.10.0 Bumps [org.junit.vintage:junit-vintage-engine](https://github.com/junit-team/junit5) from 5.7.1 to 5.10.0. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.7.1...r5.10.0) --- 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..ae333c3 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.10.0' powermockVersion = '2.0.7' springSecurity = '5.7.5' springCloudVersion = '2021.0.3'