Skip to content

Commit 0e422d7

Browse files
authored
Bump dependencies and set version to 2.5.0 (#162)
1 parent 0da08a4 commit 0e422d7

File tree

2 files changed

+11
-10
lines changed

2 files changed

+11
-10
lines changed

README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -46,6 +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.5.x | 8.1.x (jdk8) | 8.1.x
4950
| 2.4.x | 8.1.x (jdk8) | 7.1.x
5051
| 2.1.x, 2.2.x, 2.3.x | 6.1.x | 6.1.x
5152
| 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
5960
<dependency>
6061
<groupId>com.aerospike</groupId>
6162
<artifactId>java-object-mapper</artifactId>
62-
<version>2.4.0</version>
63+
<version>2.5.0</version>
6364
</dependency>
6465
```
6566
For Gradle, you can use
6667
```
6768
// https://mvnrepository.com/artifact/com.aerospike/java-object-mapper
68-
implementation group: 'com.aerospike', name: 'java-object-mapper', version: '2.4.0'
69+
implementation group: 'com.aerospike', name: 'java-object-mapper', version: '2.5.0'
6970
```
7071

7172
# Motivation and a simple example

pom.xml

+8-8
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.4.0</version>
8+
<version>2.5.0</version>
99
<packaging>jar</packaging>
1010

1111
<name>Aerospike Object Mapper</name>
@@ -26,15 +26,15 @@
2626
<maven.javadoc.plugin.version>3.3.0</maven.javadoc.plugin.version>
2727
<maven.gpg.plugin.version>1.6</maven.gpg.plugin.version>
2828
<maven.compiler.plugin.version>3.13.0</maven.compiler.plugin.version>
29-
<maven-surefire-plugin.version>3.2.5</maven-surefire-plugin.version>
29+
<maven-surefire-plugin.version>3.3.0</maven-surefire-plugin.version>
3030
<javax.validation-api.version>2.0.1.Final</javax.validation-api.version>
31-
<aerospike-client-jdk8.version>8.1.0</aerospike-client-jdk8.version>
32-
<aerospike-reactor.version>7.1.0</aerospike-reactor.version>
31+
<aerospike-client-jdk8.version>8.1.2</aerospike-client-jdk8.version>
32+
<aerospike-reactor.version>8.1.2</aerospike-reactor.version>
3333
<commons-lang3.version>3.14.0</commons-lang3.version>
34-
<jackson-dataformat-yaml.version>2.17.0</jackson-dataformat-yaml.version>
35-
<lombok.version>1.18.32</lombok.version>
36-
<reactor-test.version>3.6.5</reactor-test.version>
37-
<junit-jupiter.version>5.10.2</junit-jupiter.version>
34+
<jackson-dataformat-yaml.version>2.17.2</jackson-dataformat-yaml.version>
35+
<lombok.version>1.18.34</lombok.version>
36+
<reactor-test.version>3.6.7</reactor-test.version>
37+
<junit-jupiter.version>5.10.3</junit-jupiter.version>
3838
</properties>
3939

4040
<licenses>

0 commit comments

Comments
 (0)