This is an automated email from the ASF dual-hosted git repository. haonan pushed a commit to branch fix_mqtt_java8 in repository https://gitbox.apache.org/repos/asf/iotdb.git
commit d68aa63fd69f850a6f18cfb149a03e978137baa8 Author: HTHou <[email protected]> AuthorDate: Thu Feb 27 11:01:47 2025 +0800 Fix the support of MQTT with java8 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 0cf9f989990..34d844cea2a 100644 --- a/pom.xml +++ b/pom.xml @@ -81,7 +81,7 @@ <google.java.format.version>1.22.0</google.java.format.version> <gson.version>2.10.1</gson.version> <guava.version>32.1.2-jre</guava.version> - <h2.version>2.3.232</h2.version> + <h2.version>2.2.224</h2.version> <httpclient.version>4.5.14</httpclient.version> <httpcore.version>4.4.16</httpcore.version> <!--
