diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 439ab84..3831a2e 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -22,7 +22,7 @@ jobs:
# See: https://github.com/actions/cache/blob/master/examples.md#java---maven
- name: Maven cache and restore deps
- uses: actions/cache@v3
+ uses: actions/cache@v4
with:
path: ~/.m2/repository
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
diff --git a/.github/workflows/release-drafter.yml b/.github/workflows/release-drafter.yml
index f52ccbc..4f462e6 100644
--- a/.github/workflows/release-drafter.yml
+++ b/.github/workflows/release-drafter.yml
@@ -11,6 +11,6 @@ jobs:
update_release_draft:
runs-on: ubuntu-latest
steps:
- - uses: release-drafter/release-drafter@v5
+ - uses: release-drafter/release-drafter@v6
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
\ No newline at end of file
diff --git a/README.adoc b/README.adoc
index 74bea0f..873b08a 100644
--- a/README.adoc
+++ b/README.adoc
@@ -9,6 +9,11 @@ image:https://github.com/aerospike-community/spring-data-aerospike-starters/work
|===
|`spring-data-aerospike-starters` |`spring-data-aerospike` |`aerospike-client` |`aerospike-reactor-client`
+|0.14.x
+|4.7.x
+|7.2.x
+|7.1.x
+
|0.13.x
|4.6.x
|7.2.x
diff --git a/pom.xml b/pom.xml
index 0d2cd8a..2bc1e8b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,7 +6,7 @@
org.springframework.boot
spring-boot-dependencies
- 3.2.0
+ 3.2.3
com.aerospike
@@ -31,20 +31,21 @@
- 0.13.0
+ 0.14.0
17
${java.version}
${java.version}
UTF-8
UTF-8
1.6
- 1.5.0
+ 1.6.0
- 4.6.0
+ 4.7.0
7.1.0
- 7.2.0
+ 7.2.1
+ 3.1.5
- 4.1.0
+ 4.1.1
diff --git a/spring-boot-starter-data-aerospike-example/pom.xml b/spring-boot-starter-data-aerospike-example/pom.xml
index 24dd73e..aeed54c 100644
--- a/spring-boot-starter-data-aerospike-example/pom.xml
+++ b/spring-boot-starter-data-aerospike-example/pom.xml
@@ -15,10 +15,6 @@
spring-boot-starter-data-aerospike-example
Example for using Spring Boot Data Aerospike Starter
-
- 3.1.1
-
-
reactive
sync