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