File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
src/main/java/com/aerospike/jdbc/util Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 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 >
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>
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 >
Original file line number Diff line number Diff 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" ;
You can’t perform that action at this time.
0 commit comments