Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Signed-off-by: Asif Sohail Mohammed <[email protected]>

Signed-off-by: Asif Sohail Mohammed <[email protected]>
  • Loading branch information
asifsmohammed authored Sep 1, 2022
1 parent 81d9760 commit 23911dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ subprojects {

configure(subprojects.findAll {it.name != 'data-prepper-api'}) {
dependencies {
implementation platform('software.amazon.awssdk:bom:2.17.209')
implementation platform('software.amazon.awssdk:bom:2.17.264')
implementation 'jakarta.validation:jakarta.validation-api:3.0.2'
}
}
Expand Down
2 changes: 1 addition & 1 deletion performance-test/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

plugins {
id 'java'
id 'io.gatling.gradle' version '3.7.4'
id 'io.gatling.gradle' version '3.8.3.2'
}

group 'org.opensearch.dataprepper.test.performance'
Expand Down

0 comments on commit 23911dd

Please sign in to comment.