From a57a88902d0277e170a5e7bb63aeeb56b18873d5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 18:56:55 +0000 Subject: [PATCH] Bump software.amazon.awssdk:auth in /performance-test Bumps software.amazon.awssdk:auth from 2.20.67 to 2.23.7. --- updated-dependencies: - dependency-name: software.amazon.awssdk:auth dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- performance-test/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/performance-test/build.gradle b/performance-test/build.gradle index b582634652..8687a9b8e5 100644 --- a/performance-test/build.gradle +++ b/performance-test/build.gradle @@ -19,7 +19,7 @@ repositories { } dependencies { - gatlingImplementation 'software.amazon.awssdk:auth:2.20.67' + gatlingImplementation 'software.amazon.awssdk:auth:2.23.7' implementation 'com.fasterxml.jackson.core:jackson-core' testRuntimeOnly testLibs.junit.engine