From ca74cf98db4abb0c89e96079663e6666b82eeeaa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Nov 2023 02:24:05 +0000 Subject: [PATCH] Bump org.junit.vintage:junit-vintage-engine from 5.10.0 to 5.10.1 Bumps [org.junit.vintage:junit-vintage-engine](https://github.com/junit-team/junit5) from 5.10.0 to 5.10.1. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.10.0...r5.10.1) --- updated-dependencies: - dependency-name: org.junit.vintage:junit-vintage-engine dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index f7e6112..9fde2d7 100644 --- a/build.gradle +++ b/build.gradle @@ -24,7 +24,7 @@ dependencies { testImplementation 'org.assertj:assertj-core:3.24.2' testImplementation 'io.cucumber:cucumber-java:7.14.0' testImplementation 'io.cucumber:cucumber-junit:7.14.0' - testImplementation 'org.junit.vintage:junit-vintage-engine:5.10.0' + testImplementation 'org.junit.vintage:junit-vintage-engine:5.10.1' testImplementation 'com.approvaltests:approvaltests:22.2.1' }