diff --git a/performance-test/build.gradle b/performance-test/build.gradle index c998016458..f3bdbf54a0 100644 --- a/performance-test/build.gradle +++ b/performance-test/build.gradle @@ -16,7 +16,7 @@ configurations.all { group 'org.opensearch.dataprepper.test.performance' dependencies { - gatlingImplementation 'software.amazon.awssdk:auth:2.26.12' + gatlingImplementation 'software.amazon.awssdk:auth:2.31.33' implementation 'com.fasterxml.jackson.core:jackson-core' testRuntimeOnly testLibs.junit.engine