Skip to content

Commit

Permalink
FMWK-304 Update dependencies and prepare v1.8.1 (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
reugn authored Jan 3, 2024
1 parent 2394fbb commit 54e9cce
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 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.8.0</version>
<version>1.8.1</version>

<properties>
<skipTests>false</skipTests>
Expand All @@ -28,12 +28,12 @@

<aerospike-client.version>7.2.0</aerospike-client.version>
<netty.version>4.1.104.Final</netty.version>
<jackson.version>2.16.0</jackson.version>
<jackson.version>2.16.1</jackson.version>
<calcite.version>1.36.0</calcite.version>
<guava.version>33.0.0-jre</guava.version>
<httpclient.version>4.5.14</httpclient.version>

<assertj.version>3.24.2</assertj.version>
<assertj.version>3.25.0</assertj.version>
<testng.version>7.5.1</testng.version> <!-- latest for JDK 8 -->
<jdbi.version>3.37.1</jdbi.version> <!-- latest for JDK 8 -->
</properties>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/aerospike/jdbc/util/Constants.java
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ public final class Constants {
public static final String UNSUPPORTED_QUERY_TYPE_MESSAGE = "Unsupported query type";

// Driver version
public static final String DRIVER_VERSION = "1.8.0";
public static final String DRIVER_VERSION = "1.8.1";
public static final int DRIVER_MAJOR_VERSION = 1;
public static final int DRIVER_MINOR_VERSION = 8;

Expand Down

0 comments on commit 54e9cce

Please sign in to comment.