Skip to content

Commit 352c470

Browse files
authored
FMWK-235 Upgrade to aerospike-java-client version 7.1.0 (#99)
1 parent 5d5b110 commit 352c470

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Add the Maven dependency:
3636
<dependency>
3737
<groupId>com.aerospike</groupId>
3838
<artifactId>aerospike-document-api</artifactId>
39-
<version>2.0.1</version>
39+
<version>2.0.2</version>
4040
</dependency>
4141
```
4242

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>com.aerospike</groupId>
88
<artifactId>aerospike-document-api</artifactId>
9-
<version>2.0.1</version>
9+
<version>2.0.2</version>
1010

1111
<name>Aerospike Document API</name>
1212
<description>This project provides an API which allows Aerospike CDT (Collection Data Type) objects to be accessed
@@ -30,7 +30,7 @@
3030
<maven.gpg.plugin.version>1.6</maven.gpg.plugin.version>
3131
<maven-surefire-plugin.version>3.1.2</maven-surefire-plugin.version>
3232
<jackson-databind.version>2.15.2</jackson-databind.version>
33-
<aerospike-client.version>7.0.0</aerospike-client.version>
33+
<aerospike-client.version>7.1.0</aerospike-client.version>
3434
<json-path.version>2.7.0</json-path.version>
3535
<lombok.version>1.18.28</lombok.version>
3636
<junit-jupiter.version>5.10.0</junit-jupiter.version>

0 commit comments

Comments
 (0)