Skip to content

Commit

Permalink
Fix the support of MQTT with java8 (#14974)
Browse files Browse the repository at this point in the history
  • Loading branch information
HTHou authored Feb 27, 2025
1 parent c53ff41 commit b4dcb83
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,8 @@
<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>
<!-- This was the last version to support Java 8 -->
<h2.version>2.2.224</h2.version>
<httpclient.version>4.5.14</httpclient.version>
<httpcore.version>4.4.16</httpcore.version>
<!--
Expand Down

0 comments on commit b4dcb83

Please sign in to comment.