File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
src/main/java/com/aerospike/jdbc/util Expand file tree Collapse file tree 2 files changed +3
-3
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 >2.0.0 </version >
14+ <version >2.0.1 </version >
1515
1616 <properties >
1717 <skipTests >false</skipTests >
2828
2929 <aerospike-client .version>9.2.0</aerospike-client .version>
3030 <netty .version>4.1.128.Final</netty .version>
31- <jackson .version>2.19.2 </jackson .version>
31+ <jackson .version>2.19.4 </jackson .version>
3232 <calcite .version>1.41.0</calcite .version>
3333 <guava .version>33.5.0-jre</guava .version>
3434 <httpclient .version>4.5.14</httpclient .version>
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ 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 = "2.0.0 " ;
15+ public static final String DRIVER_VERSION = "2.0.1 " ;
1616 public static final int DRIVER_MAJOR_VERSION = 2 ;
1717 public static final int DRIVER_MINOR_VERSION = 0 ;
1818
You can’t perform that action at this time.
0 commit comments