Skip to content

Commit

Permalink
Force google guava to 32.0.1 (#536) (#538)
Browse files Browse the repository at this point in the history
Signed-off-by: Ashish Agrawal <[email protected]>
  • Loading branch information
opensearch-trigger-bot[bot] authored Sep 6, 2023
1 parent 236f7bf commit 11aeb97
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,12 @@ configurations.all {
sourceSets.main.java.srcDirs = ['src/main/generated','src/main/java']
configurations {
zipArchive

all {
resolutionStrategy {
force "com.google.guava:guava:32.0.1-jre"
}
}
}

dependencies {
Expand Down

0 comments on commit 11aeb97

Please sign in to comment.