Skip to content

Commit 49e5810

Browse files
authored
Set version to 2.0.0 & Bump dependencies. (#85)
1. Set version to 2.0.0. (#85) 2. Bump dependencies: jackson-dataformat-yaml from 2.12.5 to 2.13.0. lombok from 1.18.20 to 1.18.22.
1 parent 10d46da commit 49e5810

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ The documentation for this project can be found on [javadoc.io](https://www.java
4545

4646
| Java Object Mapper Version | Aerospike Client | Aerospike Reactor Client
4747
| :----------- | :----------- | :-----------
48+
| 2.0.x | 5.1.x | 5.1.x
4849
| 1.2.x, 1.3.x, 1.4.x | 5.1.x | 5.0.x
4950
| 1.1.x | 5.0.x |
5051

pom.xml

Lines changed: 3 additions & 3 deletions
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>1.4.1</version>
8+
<version>2.0.0</version>
99
<packaging>jar</packaging>
1010

1111
<name>Aerospike Object Mapper</name>
@@ -31,8 +31,8 @@
3131
<aerospike-client.version>5.1.8</aerospike-client.version>
3232
<aerospike-reactor.version>5.1.8</aerospike-reactor.version>
3333
<commons-lang3.version>3.12.0</commons-lang3.version>
34-
<jackson-dataformat-yaml.version>2.12.5</jackson-dataformat-yaml.version>
35-
<lombok.version>1.18.20</lombok.version>
34+
<jackson-dataformat-yaml.version>2.13.0</jackson-dataformat-yaml.version>
35+
<lombok.version>1.18.22</lombok.version>
3636
<reactor-test.version>3.4.10</reactor-test.version>
3737
<blockhound.version>1.0.6.RELEASE</blockhound.version>
3838
<junit-jupiter.version>5.8.1</junit-jupiter.version>

0 commit comments

Comments
 (0)