diff --git a/performance-test/build.gradle b/performance-test/build.gradle index c162889f1b..0bc5afe42b 100644 --- a/performance-test/build.gradle +++ b/performance-test/build.gradle @@ -20,7 +20,7 @@ configurations.all { group 'org.opensearch.dataprepper.test.performance' dependencies { - gatlingImplementation 'software.amazon.awssdk:auth:2.41.19' + gatlingImplementation 'software.amazon.awssdk:auth:2.42.4' implementation 'com.fasterxml.jackson.core:jackson-core' testRuntimeOnly testLibs.junit.engine