summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Musum <musum@yahooinc.com>2022-01-28 10:49:45 +0100
committerHarald Musum <musum@yahooinc.com>2022-01-28 10:49:45 +0100
commit0d0d920353d5129dacfec542fa63d6d5c6ddb87d (patch)
tree6a78541ec44460c61c44548c100ad7e579cc240f
parentaef6dbaa7a3c4d885485b0905b9c2f84d0aedc6f (diff)
Upgrade questdb
Upgrade to a version that supports JDK 17
-rw-r--r--node-repository/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/node-repository/pom.xml b/node-repository/pom.xml
index 0227ada15af..60aa0a83107 100644
--- a/node-repository/pom.xml
+++ b/node-repository/pom.xml
@@ -81,7 +81,7 @@
<dependency>
<groupId>org.questdb</groupId>
<artifactId>questdb</artifactId>
- <version>6.0.4</version>
+ <version>6.2</version>
<scope>compile</scope>
</dependency>
<dependency>