Skip to content

Commit c447e03

Browse files
authored
FMWK-463 Update dependencies and set version to 1.9.0 (#71)
1 parent 0d19143 commit c447e03

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<name>aerospike-jdbc</name>
1212
<description>A JDBC driver for the Aerospike database</description>
1313
<url>https://github.com/aerospike/aerospike-jdbc</url>
14-
<version>1.8.1</version>
14+
<version>1.9.0</version>
1515

1616
<properties>
1717
<skipTests>false</skipTests>
@@ -26,11 +26,11 @@
2626
<maven-shade-plugin.version>3.4.0</maven-shade-plugin.version>
2727
<nexus-staging-maven-plugin.version>1.6.13</nexus-staging-maven-plugin.version>
2828

29-
<aerospike-client.version>7.2.0</aerospike-client.version>
30-
<netty.version>4.1.104.Final</netty.version>
31-
<jackson.version>2.16.1</jackson.version>
29+
<aerospike-client.version>8.1.1</aerospike-client.version>
30+
<netty.version>4.1.110.Final</netty.version>
31+
<jackson.version>2.17.1</jackson.version>
3232
<calcite.version>1.37.0</calcite.version>
33-
<guava.version>33.0.0-jre</guava.version>
33+
<guava.version>33.2.1-jre</guava.version>
3434
<httpclient.version>4.5.14</httpclient.version>
3535

3636
<assertj.version>3.25.0</assertj.version>
@@ -75,7 +75,7 @@
7575
<dependencies>
7676
<dependency>
7777
<groupId>com.aerospike</groupId>
78-
<artifactId>aerospike-client</artifactId>
78+
<artifactId>aerospike-client-jdk8</artifactId>
7979
<version>${aerospike-client.version}</version>
8080
</dependency>
8181
<dependency>

src/main/java/com/aerospike/jdbc/util/Constants.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ public final class Constants {
1212
public static final String UNSUPPORTED_QUERY_TYPE_MESSAGE = "Unsupported query type";
1313

1414
// Driver version
15-
public static final String DRIVER_VERSION = "1.8.1";
15+
public static final String DRIVER_VERSION = "1.9.0";
1616
public static final int DRIVER_MAJOR_VERSION = 1;
17-
public static final int DRIVER_MINOR_VERSION = 8;
17+
public static final int DRIVER_MINOR_VERSION = 9;
1818

1919
// JDBC specification
2020
public static final String JDBC_VERSION = "4.2";

0 commit comments

Comments
 (0)