From a0be6f680bcaced2c6b053367f4606c00cd4c091 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 15:11:53 +0000 Subject: [PATCH] Update plugin gatling to v3.12.0.2 (#9671) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 32efd5da410..8b513323fa7 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -161,7 +161,7 @@ zstd-jni = { module = "com.github.luben:zstd-jni", version = "1.5.6-6" } [plugins] avro = { id = "com.github.davidmc24.gradle.plugin.avro", version = "1.9.1" } -gatling = { id = "io.gatling.gradle", version = "3.12.0.1" } +gatling = { id = "io.gatling.gradle", version = "3.12.0.2" } jmh = { id = "me.champeau.jmh", version = "0.7.2" } nessie-run = { id = "org.projectnessie", version = "0.32.2" } nexus-publish-plugin = { id = "io.github.gradle-nexus.publish-plugin", version = "2.0.0" }