Skip to content

Commit dd263a6

Browse files
authored
FMWK-214 Update dependencies and prepare v1.7.3 (#31)
1 parent c6bd06b commit dd263a6

File tree

1 file changed

+13
-6
lines changed

1 file changed

+13
-6
lines changed

pom.xml

Lines changed: 13 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.7.2</version>
14+
<version>1.7.3</version>
1515

1616
<properties>
1717
<skipTests>false</skipTests>
@@ -27,14 +27,15 @@
2727
<nexus-staging-maven-plugin.version>1.6.13</nexus-staging-maven-plugin.version>
2828

2929
<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>
3334
<httpclient.version>4.5.14</httpclient.version>
3435

3536
<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 -->
3839
</properties>
3940

4041
<licenses>
@@ -115,6 +116,12 @@
115116
<version>${calcite.version}</version>
116117
</dependency>
117118

119+
<dependency>
120+
<groupId>com.google.guava</groupId>
121+
<artifactId>guava</artifactId>
122+
<version>${guava.version}</version>
123+
</dependency>
124+
118125
<dependency>
119126
<groupId>org.apache.httpcomponents</groupId>
120127
<artifactId>httpclient</artifactId>

0 commit comments

Comments
 (0)