From 0998528f174730ef6be0f77e1ec797d0f1d3e926 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Feb 2024 05:12:58 +0000 Subject: [PATCH] Bump software.amazon.awssdk:auth in /performance-test Bumps software.amazon.awssdk:auth from 2.24.5 to 2.24.7. --- updated-dependencies: - dependency-name: software.amazon.awssdk:auth dependency-type: direct:production update-type: version-update:semver-patch ... 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 b8989f63a4..2480d84f12 100644 --- a/performance-test/build.gradle +++ b/performance-test/build.gradle @@ -15,7 +15,7 @@ configurations.all { group 'org.opensearch.dataprepper.test.performance' dependencies { - gatlingImplementation 'software.amazon.awssdk:auth:2.24.5' + gatlingImplementation 'software.amazon.awssdk:auth:2.24.7' implementation 'com.fasterxml.jackson.core:jackson-core' testRuntimeOnly testLibs.junit.engine