Skip to content

Commit cd405e3

Browse files
authored
Prepare v2.3.0 and update dependencies (#148)
* prepare v2.3.0 and update dependencies * update version numbers in the readme
1 parent b8b852d commit cd405e3

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ The documentation for this project can be found on [javadoc.io](https://www.java
4646

4747
| Java Object Mapper Version | Aerospike Client | Aerospike Reactor Client
4848
|:---------------------------| :----------- | :-----------
49-
| 2.1.x, 2.2.x | 6.1.x | 6.1.x
49+
| 2.1.x, 2.2.x, 2.3.x | 6.1.x | 6.1.x
5050
| 2.0.x | 5.1.x | 5.1.x
5151
| 1.2.x, 1.3.x, 1.4.x | 5.1.x | 5.0.x
5252
| 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
5858
<dependency>
5959
<groupId>com.aerospike</groupId>
6060
<artifactId>java-object-mapper</artifactId>
61-
<version>2.2.0</version>
61+
<version>2.3.0</version>
6262
</dependency>
6363
```
6464
For Gradle, you can use
6565
```
6666
// https://mvnrepository.com/artifact/com.aerospike/java-object-mapper
67-
implementation group: 'com.aerospike', name: 'java-object-mapper', version: '2.2.0'
67+
implementation group: 'com.aerospike', name: 'java-object-mapper', version: '2.3.0'
6868
```
6969

7070
# Motivation and a simple example

pom.xml

+6-6
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>com.aerospike</groupId>
77
<artifactId>java-object-mapper</artifactId>
8-
<version>2.2.0</version>
8+
<version>2.3.0</version>
99
<packaging>jar</packaging>
1010

1111
<name>Aerospike Object Mapper</name>
@@ -28,13 +28,13 @@
2828
<maven.compiler.plugin.version>3.10.1</maven.compiler.plugin.version>
2929
<maven-surefire-plugin.version>3.0.0-M8</maven-surefire-plugin.version>
3030
<javax.validation-api.version>2.0.1.Final</javax.validation-api.version>
31-
<aerospike-client.version>6.1.6</aerospike-client.version>
31+
<aerospike-client.version>6.1.11</aerospike-client.version>
3232
<aerospike-reactor.version>6.1.2</aerospike-reactor.version>
3333
<commons-lang3.version>3.12.0</commons-lang3.version>
34-
<jackson-dataformat-yaml.version>2.14.2</jackson-dataformat-yaml.version>
35-
<lombok.version>1.18.24</lombok.version>
36-
<reactor-test.version>3.5.2</reactor-test.version>
37-
<junit-jupiter.version>5.9.2</junit-jupiter.version>
34+
<jackson-dataformat-yaml.version>2.15.2</jackson-dataformat-yaml.version>
35+
<lombok.version>1.18.28</lombok.version>
36+
<reactor-test.version>3.5.8</reactor-test.version>
37+
<junit-jupiter.version>5.9.3</junit-jupiter.version>
3838
</properties>
3939

4040
<licenses>

0 commit comments

Comments
 (0)