summaryrefslogtreecommitdiffstats
path: root/node-repository
diff options
context:
space:
mode:
authorHarald Musum <musum@yahooinc.com>2021-10-29 08:45:26 +0200
committerHarald Musum <musum@yahooinc.com>2021-10-29 08:45:26 +0200
commitd40b5f148b5a8e29d8896e22fad91384d26790dd (patch)
treef1ae42bd2463938284ab0bafe9502278a52ceb42 /node-repository
parent960ccaef080a79c5a8180f89ccc6dc899b6415b2 (diff)
Upgrade to a version that supports JDK 17
Diffstat (limited to 'node-repository')
-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 72a303b237d..d46de7cf41c 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.1</version>
<scope>compile</scope>
</dependency>
<dependency>