Skip to content

Commit

Permalink
Merge pull request #17 from prudhvigodithi/main
Browse files Browse the repository at this point in the history
Fix the ci-test.yml and dagger-compiler CVE
  • Loading branch information
prudhvigodithi authored Apr 2, 2024
2 parents 23f3bb5 + 56472d3 commit 22b889f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,9 @@ jobs:
uses: actions/checkout@v2

- name: Setup Java 17
uses: actions/setup-java@v2
uses: actions/setup-java@v4
with:
distribution: 'corretto'
java-version: '17'

- name: Run build and test
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ dependencies {
implementation 'com.google.guava:guava:32.0.1-jre'

implementation 'com.google.dagger:dagger:2.51'
annotationProcessor 'com.google.dagger:dagger-compiler:2.48'
annotationProcessor 'com.google.dagger:dagger-compiler:2.51'
implementation 'com.fasterxml.jackson.core:jackson-databind:2.15.3'
implementation 'org.opensearch.client:opensearch-rest-high-level-client:2.11.0'
implementation 'org.apache.httpcomponents.client5:httpclient5:5.2.1'
Expand Down

0 comments on commit 22b889f

Please sign in to comment.