From 4f3912527bb3035741cb36fa76d1c92ed9730a40 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon, 17 Mar 2025 02:29:14 +0000
Subject: [PATCH] build(deps-dev): bump org.junit.vintage:junit-vintage-engine

Bumps [org.junit.vintage:junit-vintage-engine](https://github.com/junit-team/junit5) from 5.11.4 to 5.12.1.
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](https://github.com/junit-team/junit5/compare/r5.11.4...r5.12.1)

---
updated-dependencies:
- dependency-name: org.junit.vintage:junit-vintage-engine
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
---
 e2e/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/e2e/pom.xml b/e2e/pom.xml
index 1aefe4129b..cfc03b1d79 100644
--- a/e2e/pom.xml
+++ b/e2e/pom.xml
@@ -59,7 +59,7 @@
         <dependency>
             <groupId>org.junit.vintage</groupId>
             <artifactId>junit-vintage-engine</artifactId>
-            <version>5.11.4</version>
+            <version>5.12.1</version>
             <scope>test</scope>
         </dependency>
         <dependency>