From 651d43937bea91a1a5650b7c10b2a9f9d45b7e5f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Jul 2026 23:23:39 +0000 Subject: [PATCH] Bump org.junit.vintage:junit-vintage-engine from 5.2.0 to 6.1.1 Bumps [org.junit.vintage:junit-vintage-engine](https://github.com/junit-team/junit-framework) from 5.2.0 to 6.1.1. - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](https://github.com/junit-team/junit-framework/compare/r5.2.0...r6.1.1) --- updated-dependencies: - dependency-name: org.junit.vintage:junit-vintage-engine dependency-version: 6.1.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- java-snapshot-testing-junit4/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/java-snapshot-testing-junit4/build.gradle b/java-snapshot-testing-junit4/build.gradle index 23a847b..251e8a5 100644 --- a/java-snapshot-testing-junit4/build.gradle +++ b/java-snapshot-testing-junit4/build.gradle @@ -5,11 +5,11 @@ dependencies { implementation project(':java-snapshot-testing-core') compileOnly 'org.junit.platform:junit-platform-runner:1.2.0' - compileOnly 'org.junit.vintage:junit-vintage-engine:5.2.0' + compileOnly 'org.junit.vintage:junit-vintage-engine:6.1.1' testImplementation "org.slf4j:slf4j-simple:${project.slf4jVersion}" testImplementation 'org.junit.platform:junit-platform-runner:1.2.0' - testImplementation 'org.junit.vintage:junit-vintage-engine:5.2.0' + testImplementation 'org.junit.vintage:junit-vintage-engine:6.1.1' testImplementation "org.assertj:assertj-core:${project.assertjVersion}" testImplementation 'com.fasterxml.jackson.core:jackson-core:2.11.3'