From 6a48ce02b4d1f33437f72753176ee779fbe2aeba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 13 Apr 2025 17:00:53 +0000 Subject: [PATCH] Bump org.junit.vintage:junit-vintage-engine from 5.11.4 to 5.12.2 Bumps [org.junit.vintage:junit-vintage-engine](https://github.com/junit-team/junit5) from 5.11.4 to 5.12.2. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.11.4...r5.12.2) --- updated-dependencies: - dependency-name: org.junit.vintage:junit-vintage-engine dependency-version: 5.12.2 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 d0d46a2a..e4201e18 100644 --- a/build.gradle +++ b/build.gradle @@ -26,7 +26,7 @@ dependencies { implementation (group: 'org.jetbrains', name: 'annotations', version: '26.0.2') shadow (group: 'com.google.code.gson', name: 'gson', version: '2.13.0') - testRuntimeOnly (group: 'org.junit.vintage', name: 'junit-vintage-engine', version: '5.11.4') + testRuntimeOnly (group: 'org.junit.vintage', name: 'junit-vintage-engine', version: '5.12.2') testRuntimeOnly (group: 'org.junit.jupiter', name:'junit-jupiter-engine', version: '5.11.4') testImplementation (group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: '5.11.4')