diff --git a/README.md b/README.md
index 56fb298..4137dc2 100644
--- a/README.md
+++ b/README.md
@@ -46,7 +46,7 @@ The documentation for this project can be found on [javadoc.io](https://www.java
| Java Object Mapper Version | Aerospike Client | Aerospike Reactor Client
|:---------------------------| :----------- | :-----------
-| 2.1.x, 2.2.x | 6.1.x | 6.1.x
+| 2.1.x, 2.2.x, 2.3.x | 6.1.x | 6.1.x
| 2.0.x | 5.1.x | 5.1.x
| 1.2.x, 1.3.x, 1.4.x | 5.1.x | 5.0.x
| 1.1.x | 5.0.x |
@@ -58,13 +58,13 @@ The easiest way to use the mapper is through Maven or Gradle. For Maven, pull it
com.aerospike
java-object-mapper
- 2.2.0
+ 2.3.0
```
For Gradle, you can use
```
// https://mvnrepository.com/artifact/com.aerospike/java-object-mapper
-implementation group: 'com.aerospike', name: 'java-object-mapper', version: '2.2.0'
+implementation group: 'com.aerospike', name: 'java-object-mapper', version: '2.3.0'
```
# Motivation and a simple example
diff --git a/pom.xml b/pom.xml
index 629c456..ac58c4c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
com.aerospike
java-object-mapper
- 2.2.0
+ 2.3.0
jar
Aerospike Object Mapper
@@ -28,13 +28,13 @@
3.10.1
3.0.0-M8
2.0.1.Final
- 6.1.6
+ 6.1.11
6.1.2
3.12.0
- 2.14.2
- 1.18.24
- 3.5.2
- 5.9.2
+ 2.15.2
+ 1.18.28
+ 3.5.8
+ 5.9.3