|
11 | 11 | <name>aerospike-jdbc</name>
|
12 | 12 | <description>A JDBC driver for the Aerospike database</description>
|
13 | 13 | <url>https://github.com/aerospike/aerospike-jdbc</url>
|
14 |
| - <version>1.7.2</version> |
| 14 | + <version>1.7.3</version> |
15 | 15 |
|
16 | 16 | <properties>
|
17 | 17 | <skipTests>false</skipTests>
|
|
27 | 27 | <nexus-staging-maven-plugin.version>1.6.13</nexus-staging-maven-plugin.version>
|
28 | 28 |
|
29 | 29 | <aerospike-client.version>7.0.0</aerospike-client.version>
|
30 |
| - <netty.version>4.1.90.Final</netty.version> |
31 |
| - <jackson.version>2.14.2</jackson.version> |
32 |
| - <calcite.version>1.34.0</calcite.version> |
| 30 | + <netty.version>4.1.96.Final</netty.version> |
| 31 | + <jackson.version>2.15.2</jackson.version> |
| 32 | + <calcite.version>1.35.0</calcite.version> |
| 33 | + <guava.version>32.1.2-jre</guava.version> |
33 | 34 | <httpclient.version>4.5.14</httpclient.version>
|
34 | 35 |
|
35 | 36 | <assertj.version>3.24.2</assertj.version>
|
36 |
| - <testng.version>7.5</testng.version> <!-- latest for JDK 8 --> |
37 |
| - <jdbi.version>3.37.1</jdbi.version> |
| 37 | + <testng.version>7.5.1</testng.version> <!-- latest for JDK 8 --> |
| 38 | + <jdbi.version>3.37.1</jdbi.version> <!-- latest for JDK 8 --> |
38 | 39 | </properties>
|
39 | 40 |
|
40 | 41 | <licenses>
|
|
115 | 116 | <version>${calcite.version}</version>
|
116 | 117 | </dependency>
|
117 | 118 |
|
| 119 | + <dependency> |
| 120 | + <groupId>com.google.guava</groupId> |
| 121 | + <artifactId>guava</artifactId> |
| 122 | + <version>${guava.version}</version> |
| 123 | + </dependency> |
| 124 | + |
118 | 125 | <dependency>
|
119 | 126 | <groupId>org.apache.httpcomponents</groupId>
|
120 | 127 | <artifactId>httpclient</artifactId>
|
|
0 commit comments