From ad05add4550139d0f0570b9b7ce60c0df9185684 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon, 23 Dec 2024 07:51:50 +0000
Subject: [PATCH] Bump io.gatling:gatling-maven-plugin from 4.3.4 to 4.12.2

Bumps [io.gatling:gatling-maven-plugin](https://github.com/gatling/gatling-maven-plugin) from 4.3.4 to 4.12.2.
- [Commits](https://github.com/gatling/gatling-maven-plugin/compare/v4.3.4...v4.12.2)

---
updated-dependencies:
- dependency-name: io.gatling:gatling-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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

diff --git a/performance-benchmark/pom.xml b/performance-benchmark/pom.xml
index 855ce3e..31e1eb0 100644
--- a/performance-benchmark/pom.xml
+++ b/performance-benchmark/pom.xml
@@ -16,7 +16,7 @@
     <properties>
         <gatling-charts-highcharts.version>3.9.5</gatling-charts-highcharts.version>
         <docker-compose-maven-plugin.version>4.0.0</docker-compose-maven-plugin.version>
-        <gatling-maven-plugin.version>4.3.4</gatling-maven-plugin.version>
+        <gatling-maven-plugin.version>4.12.2</gatling-maven-plugin.version>
         <scala-maven-plugin.version>4.8.1</scala-maven-plugin.version>
     </properties>
     <dependencies>