From 0e422d79a6eab78e3767091a27620311fb8982e2 Mon Sep 17 00:00:00 2001
From: Roi Menashe <33356310+roimenashe@users.noreply.github.com>
Date: Mon, 8 Jul 2024 10:16:23 +0300
Subject: [PATCH] Bump dependencies and set version to 2.5.0 (#162)
---
README.md | 5 +++--
pom.xml | 16 ++++++++--------
2 files changed, 11 insertions(+), 10 deletions(-)
diff --git a/README.md b/README.md
index 7d3cc7b..5657d20 100644
--- a/README.md
+++ b/README.md
@@ -46,6 +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.5.x | 8.1.x (jdk8) | 8.1.x
| 2.4.x | 8.1.x (jdk8) | 7.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
@@ -59,13 +60,13 @@ The easiest way to use the mapper is through Maven or Gradle. For Maven, pull it
com.aerospike
java-object-mapper
- 2.4.0
+ 2.5.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.4.0'
+implementation group: 'com.aerospike', name: 'java-object-mapper', version: '2.5.0'
```
# Motivation and a simple example
diff --git a/pom.xml b/pom.xml
index d739a7a..1884605 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
com.aerospike
java-object-mapper
- 2.4.0
+ 2.5.0
jar
Aerospike Object Mapper
@@ -26,15 +26,15 @@
3.3.0
1.6
3.13.0
- 3.2.5
+ 3.3.0
2.0.1.Final
- 8.1.0
- 7.1.0
+ 8.1.2
+ 8.1.2
3.14.0
- 2.17.0
- 1.18.32
- 3.6.5
- 5.10.2
+ 2.17.2
+ 1.18.34
+ 3.6.7
+ 5.10.3