We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93cacbe commit c6e7caeCopy full SHA for c6e7cae
pom.xml
@@ -11,7 +11,7 @@
11
<name>aerospike-jdbc</name>
12
<description>A JDBC driver for the Aerospike database</description>
13
<url>https://github.com/aerospike/aerospike-jdbc</url>
14
- <version>1.7.4</version>
+ <version>1.7.5</version>
15
16
<properties>
17
<skipTests>false</skipTests>
@@ -27,7 +27,7 @@
27
<nexus-staging-maven-plugin.version>1.6.13</nexus-staging-maven-plugin.version>
28
29
<aerospike-client.version>7.1.0</aerospike-client.version>
30
- <netty.version>4.1.96.Final</netty.version>
+ <netty.version>4.1.97.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>
0 commit comments