Skip to content

Commit 6d41685

Browse files
committed
update version numbers in the readme
1 parent 9d70d96 commit 6d41685

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

README.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -42,16 +42,18 @@ The documentation for this project can be found on [javadoc.io](https://www.java
4242
12. [Scans](#Scans)
4343
13. [Queries](#Queries)
4444

45-
# Compatibility with Aerospike Clients
46-
45+
<details>
46+
<summary>Compatibility with Aerospike Clients</summary>
4747
| Java Object Mapper Version | Aerospike Client | Aerospike Reactor Client
4848
|:---------------------------|:-----------------| :-----------
49-
| 2.5.x | 8.1.x (jdk8) | 8.1.x
49+
| 2.5.2 | 9.0.x (jdk8) | 9.0.x
50+
| 2.5.0, 2.5.1 | 8.1.x (jdk8) | 8.1.x
5051
| 2.4.x | 8.1.x (jdk8) | 7.1.x
5152
| 2.1.x, 2.2.x, 2.3.x | 6.1.x | 6.1.x
5253
| 2.0.x | 5.1.x | 5.1.x
5354
| 1.2.x, 1.3.x, 1.4.x | 5.1.x | 5.0.x
54-
| 1.1.x | 5.0.x |
55+
| 1.1.x | 5.0.x |
56+
</details>
5557

5658
# Installing the Mapper
5759
The easiest way to use the mapper is through Maven or Gradle. For Maven, pull it in from Maven Central:
@@ -60,13 +62,13 @@ The easiest way to use the mapper is through Maven or Gradle. For Maven, pull it
6062
<dependency>
6163
<groupId>com.aerospike</groupId>
6264
<artifactId>java-object-mapper</artifactId>
63-
<version>2.5.1</version>
65+
<version>2.5.2</version>
6466
</dependency>
6567
```
6668
For Gradle, you can use
6769
```
6870
// https://mvnrepository.com/artifact/com.aerospike/java-object-mapper
69-
implementation group: 'com.aerospike', name: 'java-object-mapper', version: '2.5.1'
71+
implementation group: 'com.aerospike', name: 'java-object-mapper', version: '2.5.2'
7072
```
7173

7274
# Motivation and a simple example

0 commit comments

Comments
 (0)