Skip to content

Commit

Permalink
[cache] Updates DynamoDBLocal to 2.3.0 (#1646)
Browse files Browse the repository at this point in the history
  • Loading branch information
frankfliu authored Mar 21, 2024
1 parent 52c63ca commit 8184495
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .github/workflows/codeql-analysis-java.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,12 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4

- name: Set up JDK 17
uses: actions/setup-java@v4
with:
distribution: 'corretto'
java-version: 17

- name: Init gradle
run: ./gradlew --no-daemon clean

Expand Down
1 change: 1 addition & 0 deletions plugins/cache/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/dynamodb-local-metadata.json
2 changes: 1 addition & 1 deletion plugins/cache/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dependencies {
testImplementation("org.testng:testng:${testng_version}") {
exclude group: "junit", module: "junit"
}
testImplementation "com.amazonaws:DynamoDBLocal:1.21.1"
testImplementation "com.amazonaws:DynamoDBLocal:2.3.0"
testImplementation "cloud.localstack:localstack-utils:0.2.15"

exclusion project(":serving")
Expand Down

0 comments on commit 8184495

Please sign in to comment.