Skip to content

Commit

Permalink
Merge branch 'main' into create
Browse files Browse the repository at this point in the history
  • Loading branch information
joshpalis committed Oct 11, 2023
2 parents c29a639 + 446c32d commit 8f1fef7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-snapshots.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
distribution: temurin # Temurin is a distribution of adoptium
java-version: 17
- uses: actions/checkout@v4
- uses: aws-actions/configure-aws-credentials@v1.7.0
- uses: aws-actions/configure-aws-credentials@v4.0.1
with:
role-to-assume: ${{ secrets.PUBLISH_SNAPSHOTS_ROLE }}
aws-region: us-east-1
Expand Down
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 8f1fef7

Please sign in to comment.