From de339d9b864eb78d8d86daaa59ba22f6816ebdf1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 23:10:01 +0000 Subject: [PATCH] Update plugin gatling to v3.12.0.3 (#9715) 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 28dfa1906a4..02093894bba 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -156,7 +156,7 @@ wiremock = { module = "com.github.tomakehurst:wiremock-jre8-standalone", version zstd-jni = { module = "com.github.luben:zstd-jni", version = "1.5.6-6" } [plugins] -gatling = { id = "io.gatling.gradle", version = "3.12.0.2" } +gatling = { id = "io.gatling.gradle", version = "3.12.0.3" } 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" }