File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
src/main/java/com/aerospike/jdbc/util Expand file tree Collapse file tree 2 files changed +4
-4
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.0 </version >
14+ <version >1.8.1 </version >
1515
1616 <properties >
1717 <skipTests >false</skipTests >
2828
2929 <aerospike-client .version>7.2.0</aerospike-client .version>
3030 <netty .version>4.1.104.Final</netty .version>
31- <jackson .version>2.16.0 </jackson .version>
31+ <jackson .version>2.16.1 </jackson .version>
3232 <calcite .version>1.36.0</calcite .version>
3333 <guava .version>33.0.0-jre</guava .version>
3434 <httpclient .version>4.5.14</httpclient .version>
3535
36- <assertj .version>3.24.2 </assertj .version>
36+ <assertj .version>3.25.0 </assertj .version>
3737 <testng .version>7.5.1</testng .version> <!-- latest for JDK 8 -->
3838 <jdbi .version>3.37.1</jdbi .version> <!-- latest for JDK 8 -->
3939 </properties >
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ public final class Constants {
88 public static final String UNSUPPORTED_QUERY_TYPE_MESSAGE = "Unsupported query type" ;
99
1010 // Driver version
11- public static final String DRIVER_VERSION = "1.8.0 " ;
11+ public static final String DRIVER_VERSION = "1.8.1 " ;
1212 public static final int DRIVER_MAJOR_VERSION = 1 ;
1313 public static final int DRIVER_MINOR_VERSION = 8 ;
1414
You can’t perform that action at this time.
0 commit comments