Skip to content

Commit

Permalink
Fix the support of MQTT with java8 (#14968)
Browse files Browse the repository at this point in the history
  • Loading branch information
HTHou authored Feb 27, 2025
1 parent b638a70 commit a94ae43
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 a94ae43

Please sign in to comment.