Skip to content

Commit 38e1409

Browse files
authored
Set version to 1.3.0 and bump dependencies. (#74)
1. Set version to 1.3.0. (#74) 2. Bump dependencies: aerospike-client from 5.1.6 to 5.1.7. jackson-dataformat-yaml from 2.12.4 to 2.12.5. reactor-test from 3.4.8 to 3.4.9.
1 parent 07994e8 commit 38e1409

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@ The documentation for this project can be found on [javadoc.io](https://www.java
4343

4444
# Compatibility with Aerospike Clients
4545

46-
|`java-object-mapper` Version | Aerospike Client | Aerospike Reactor Client
46+
| Java Object Mapper Version | Aerospike Client | Aerospike Reactor Client
4747
| :----------- | :----------- | :-----------
48-
| 1.2.x | 5.1.x | 5.0.x
48+
| 1.2.x, 1.3.x | 5.1.x | 5.0.x
4949
| 1.1.x | 5.0.x |
5050

5151
# Motivation and a simple example

pom.xml

+4-4
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.2.3</version>
8+
<version>1.3.0</version>
99
<packaging>jar</packaging>
1010

1111
<name>Aerospike Object Mapper</name>
@@ -28,12 +28,12 @@
2828
<maven.compiler.plugin.version>3.8.1</maven.compiler.plugin.version>
2929
<maven-surefire-plugin.version>3.0.0-M5</maven-surefire-plugin.version>
3030
<javax.validation-api.version>2.0.1.Final</javax.validation-api.version>
31-
<aerospike-client.version>5.1.6</aerospike-client.version>
31+
<aerospike-client.version>5.1.7</aerospike-client.version>
3232
<aerospike-reactor.version>5.0.7</aerospike-reactor.version>
3333
<commons-lang3.version>3.12.0</commons-lang3.version>
34-
<jackson-dataformat-yaml.version>2.12.4</jackson-dataformat-yaml.version>
34+
<jackson-dataformat-yaml.version>2.12.5</jackson-dataformat-yaml.version>
3535
<lombok.version>1.18.20</lombok.version>
36-
<reactor-test.version>3.4.8</reactor-test.version>
36+
<reactor-test.version>3.4.9</reactor-test.version>
3737
<blockhound.version>1.0.6.RELEASE</blockhound.version>
3838
<junit-jupiter.version>5.7.2</junit-jupiter.version>
3939
</properties>

0 commit comments

Comments
 (0)