diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6ffdb76..3b280b0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -12,7 +12,7 @@ jobs: steps: # Checkout repo using https://github.com/marketplace/actions/checkout - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Set up JDK 1.8 uses: actions/setup-java@v3 @@ -23,6 +23,8 @@ jobs: # Aerospike cluster for integration tests (https://github.com/reugn/github-action-aerospike) - name: Set up Aerospike Database uses: reugn/github-action-aerospike@v1 + with: + server-version: '6.4.0.13' # See: https://github.com/actions/cache/blob/master/examples.md#java---maven - name: Cache local Maven repository diff --git a/README.md b/README.md index 977b38a..4e8dbc4 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ Add the Maven dependency: com.aerospike aerospike-document-api - 2.0.2 + 2.0.3 ``` diff --git a/pom.xml b/pom.xml index 68e4d06..b97264f 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ com.aerospike aerospike-document-api - 2.0.2 + 2.0.3 Aerospike Document API This project provides an API which allows Aerospike CDT (Collection Data Type) objects to be accessed @@ -29,12 +29,13 @@ 3.3.0 1.6 3.1.2 - 2.15.2 - 7.1.0 - 2.7.0 - 1.18.28 - 5.10.0 - 4.9.0 + 2.17.0 + 7.2.1 + 2.9.0 + 2.5.0 + 1.18.30 + 5.10.2 + 4.11.0 @@ -88,6 +89,11 @@ json-path ${json-path.version} + + net.minidev + json-smart + ${json-smart.version} + org.projectlombok lombok