Skip to content

Commit

Permalink
Merge branch 'main' into whitesource-remediate/aws-actions-configure-…
Browse files Browse the repository at this point in the history
…aws-credentials-4.x
  • Loading branch information
joshpalis authored Oct 11, 2023
2 parents 0110d8d + 5d82610 commit 6536d99
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -130,12 +130,12 @@ configurations {
dependencies {
implementation "org.opensearch:opensearch:${opensearch_version}"
implementation 'org.junit.jupiter:junit-jupiter:5.10.0'
implementation "com.google.guava:guava:32.1.2-jre"
implementation "com.google.guava:guava:32.1.3-jre"
api group: 'org.opensearch', name:'opensearch-ml-client', version: "${opensearch_build}"

configurations.all {
resolutionStrategy {
force("com.google.guava:guava:32.1.2-jre") // CVE for 31.1
force("com.google.guava:guava:32.1.3-jre") // CVE for 31.1
}
}
}
Expand Down

0 comments on commit 6536d99

Please sign in to comment.