From abe73c75b577561b7a063284b3de6608b2f4ed2f Mon Sep 17 00:00:00 2001 From: CVEDetect <89496918+CVEDetect@users.noreply.github.com> Date: Sat, 30 Oct 2021 12:30:59 +0800 Subject: [PATCH] Update pom.xml Fix issue #37 by update dependency org.apache.mina:mina-core to version 2.0.21 --- mqtt/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mqtt/pom.xml b/mqtt/pom.xml index c0cecc1..fbce5f0 100644 --- a/mqtt/pom.xml +++ b/mqtt/pom.xml @@ -132,7 +132,7 @@ org.apache.mina mina-core - ${mina.version} + 2.0.21 bundle