Skip to content

Commit

Permalink
FMWK-235 Upgrade to aerospike-java-client version 7.1.0 (#99)
Browse files Browse the repository at this point in the history
  • Loading branch information
reugn authored Aug 29, 2023
1 parent 5d5b110 commit 352c470
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Add the Maven dependency:
<dependency>
<groupId>com.aerospike</groupId>
<artifactId>aerospike-document-api</artifactId>
<version>2.0.1</version>
<version>2.0.2</version>
</dependency>
```

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.aerospike</groupId>
<artifactId>aerospike-document-api</artifactId>
<version>2.0.1</version>
<version>2.0.2</version>

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

0 comments on commit 352c470

Please sign in to comment.