Skip to content

Commit

Permalink
FMWK-229 Upgrade to aerospike-java-client version 7.1.0 (#32)
Browse files Browse the repository at this point in the history
* FMWK-229 Upgrade to aerospike-java-client version 7.1.0

* set version to 1.7.4
  • Loading branch information
reugn authored Aug 22, 2023
1 parent dd263a6 commit 8d50c50
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<name>aerospike-jdbc</name>
<description>A JDBC driver for the Aerospike database</description>
<url>https://github.com/aerospike/aerospike-jdbc</url>
<version>1.7.3</version>
<version>1.7.4</version>

<properties>
<skipTests>false</skipTests>
Expand All @@ -26,7 +26,7 @@
<maven-shade-plugin.version>3.4.0</maven-shade-plugin.version>
<nexus-staging-maven-plugin.version>1.6.13</nexus-staging-maven-plugin.version>

<aerospike-client.version>7.0.0</aerospike-client.version>
<aerospike-client.version>7.1.0</aerospike-client.version>
<netty.version>4.1.96.Final</netty.version>
<jackson.version>2.15.2</jackson.version>
<calcite.version>1.35.0</calcite.version>
Expand Down

0 comments on commit 8d50c50

Please sign in to comment.