From c42f517d2febe3008de34d8d328b914b940fab8b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 02:51:58 +0000 Subject: [PATCH] Update dependency io.gatling.highcharts:gatling-charts-highcharts to v3.11.5 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 4664782..d10e285 100644 --- a/build.gradle +++ b/build.gradle @@ -4,7 +4,7 @@ plugins { } dependencies { - compile 'io.gatling.highcharts:gatling-charts-highcharts:3.3.1' + compile 'io.gatling.highcharts:gatling-charts-highcharts:3.11.5' } repositories {