From ca98f4371500c65b947bcc09de5583cc649bf121 Mon Sep 17 00:00:00 2001
From: "review512jwy@163.com" <“review512jwy@163.com”>
Date: Wed, 17 Dec 2025 19:15:08 +0800
Subject: [PATCH] =?UTF-8?q?=E5=AE=89=E5=85=A8=E6=89=AB=E6=8F=8F?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
pom.xml | 34 +++++++++++++++++++++++++++++++---
1 file changed, 31 insertions(+), 3 deletions(-)
diff --git a/pom.xml b/pom.xml
index d2ef78d..64c55b2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -342,9 +342,13 @@
org.springframework.integration
spring-integration-mqtt
- 5.5.1
+ 6.5.3
-
+
+ org.eclipse.paho
+ org.eclipse.paho.client.mqttv3
+ 1.2.5
+
org.springframework.boot
@@ -401,6 +405,18 @@
commons-text
1.15.0
+
+
+ org.apache.commons
+ commons-lang3
+ 3.20.0
+
+
+
+ org.jetbrains.kotlin
+ kotlin-stdlib
+ 2.2.21
+
+
+ at.yawk.lz4
+ lz4-java
+ 1.10.2