This is an automated email from the ASF dual-hosted git repository.

jbonofre pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/karaf-decanter.git


The following commit(s) were added to refs/heads/main by this push:
     new f40f184b Bump org.eclipse.paho:org.eclipse.paho.client.mqttv3 from 
1.0.2 to 1.2.5 (#425)
f40f184b is described below

commit f40f184b2ece834054396b32855e7f68d9e4d8fa
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Feb 11 21:58:54 2025 +0100

    Bump org.eclipse.paho:org.eclipse.paho.client.mqttv3 from 1.0.2 to 1.2.5 
(#425)
    
    Bumps 
[org.eclipse.paho:org.eclipse.paho.client.mqttv3](https://github.com/eclipse/paho.mqtt.java)
 from 1.0.2 to 1.2.5.
    - [Release notes](https://github.com/eclipse/paho.mqtt.java/releases)
    - 
[Commits](https://github.com/eclipse/paho.mqtt.java/compare/v1.0.2...v1.2.5)
    
    ---
    updated-dependencies:
    - dependency-name: org.eclipse.paho:org.eclipse.paho.client.mqttv3
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
---
 itest/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/itest/pom.xml b/itest/pom.xml
index 9e49a85f..69900f94 100644
--- a/itest/pom.xml
+++ b/itest/pom.xml
@@ -152,7 +152,7 @@
         <dependency>
             <groupId>org.eclipse.paho</groupId>
             <artifactId>org.eclipse.paho.client.mqttv3</artifactId>
-            <version>1.0.2</version>
+            <version>1.2.5</version>
             <scope>test</scope>
         </dependency>
 

Reply via email to