From f2c27ec7e4c9223d1abbdd092dcb8e894ec16909 Mon Sep 17 00:00:00 2001 From: Amit Kumar Mondal Date: Sun, 4 Feb 2024 11:21:19 +0100 Subject: [PATCH 1/5] Updated Netty Dependencies --- cnf/maven/build.maven | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/cnf/maven/build.maven b/cnf/maven/build.maven index ba11f7b..368f04a 100644 --- a/cnf/maven/build.maven +++ b/cnf/maven/build.maven @@ -43,18 +43,18 @@ org.osgi:osgi.enroute.junit.wrapper:4.12.0 com.google.dagger:dagger:2.50 com.hivemq:hivemq-mqtt-client:1.3.3 -io.netty:netty-buffer:4.1.104.Final -io.netty:netty-codec-http:4.1.104.Final -io.netty:netty-codec-mqtt:4.1.104.Final -io.netty:netty-codec-socks:4.1.104.Final -io.netty:netty-codec:4.1.104.Final -io.netty:netty-common:4.1.104.Final -io.netty:netty-handler-proxy:4.1.104.Final -io.netty:netty-handler:4.1.104.Final -io.netty:netty-resolver:4.1.104.Final -io.netty:netty-transport-native-epoll:4.1.104.Final -io.netty:netty-transport-native-unix-common:4.1.104.Final -io.netty:netty-transport:4.1.104.Final +io.netty:netty-buffer:4.1.107.Final +io.netty:netty-codec-http:4.1.107.Final +io.netty:netty-codec-mqtt:4.1.107.Final +io.netty:netty-codec-socks:4.1.107.Final +io.netty:netty-codec:4.1.107.Final +io.netty:netty-common:4.1.107.Final +io.netty:netty-handler-proxy:4.1.107.Final +io.netty:netty-handler:4.1.107.Final +io.netty:netty-resolver:4.1.107.Final +io.netty:netty-transport-native-epoll:4.1.107.Final +io.netty:netty-transport-native-unix-common:4.1.107.Final +io.netty:netty-transport:4.1.107.Final io.reactivex.rxjava2:rxjava:2.2.21 org.apache.servicemix.bundles:org.apache.servicemix.bundles.javax-inject:1_3 org.jctools:jctools-core:4.0.1 From 25d9a6507962b55e2c653f1a0005342a58aa9e1c Mon Sep 17 00:00:00 2001 From: Amit Kumar Mondal Date: Mon, 5 Feb 2024 11:30:04 +0100 Subject: [PATCH 2/5] Updated jctools --- cnf/maven/build.maven | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cnf/maven/build.maven b/cnf/maven/build.maven index 368f04a..be748fe 100644 --- a/cnf/maven/build.maven +++ b/cnf/maven/build.maven @@ -57,7 +57,7 @@ io.netty:netty-transport-native-unix-common:4.1.107.Final io.netty:netty-transport:4.1.107.Final io.reactivex.rxjava2:rxjava:2.2.21 org.apache.servicemix.bundles:org.apache.servicemix.bundles.javax-inject:1_3 -org.jctools:jctools-core:4.0.1 +org.jctools:jctools-core:4.0.3 org.reactivestreams:reactive-streams:1.0.4 # Test Dependencies From a304071d7ee5e654c8892ea9248ba4f31301c930 Mon Sep 17 00:00:00 2001 From: Amit Kumar Mondal Date: Tue, 6 Feb 2024 11:30:41 +0100 Subject: [PATCH 3/5] Updated ByteBuddy --- cnf/maven/build.maven | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cnf/maven/build.maven b/cnf/maven/build.maven index be748fe..8290212 100644 --- a/cnf/maven/build.maven +++ b/cnf/maven/build.maven @@ -62,7 +62,7 @@ org.reactivestreams:reactive-streams:1.0.4 # Test Dependencies -net.bytebuddy:byte-buddy:1.14.4 -net.bytebuddy:byte-buddy-agent:1.14.4 +net.bytebuddy:byte-buddy:1.14.11 +net.bytebuddy:byte-buddy-agent:1.14.11 org.assertj:assertj-core:3.24.2 org.awaitility:awaitility:3.1.6 From 56f62d624d382c4abe318e0aa369ae3639099af0 Mon Sep 17 00:00:00 2001 From: Amit Kumar Mondal Date: Wed, 7 Feb 2024 11:40:20 +0100 Subject: [PATCH 4/5] Updated CM Json --- cnf/maven/runtime.maven | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cnf/maven/runtime.maven b/cnf/maven/runtime.maven index 9e02ebe..7f75b16 100644 --- a/cnf/maven/runtime.maven +++ b/cnf/maven/runtime.maven @@ -10,7 +10,7 @@ org.glassfish:jakarta.json:2.0.1 # OSGi org.apache.aries.spifly:org.apache.aries.spifly.dynamic.framework.extension:1.3.5 -org.apache.felix:org.apache.felix.cm.json:2.0.0 +org.apache.felix:org.apache.felix.cm.json:2.0.6 org.apache.felix:org.apache.felix.configadmin:1.9.26 org.apache.felix:org.apache.felix.configurator:1.0.18 org.apache.felix:org.apache.felix.converter:1.0.18 From 04fc92670a8b65b226d221bd5c8316cf7409cf49 Mon Sep 17 00:00:00 2001 From: Amit Kumar Mondal Date: Thu, 8 Feb 2024 11:40:36 +0100 Subject: [PATCH 5/5] Updated SCR --- cnf/maven/runtime.maven | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cnf/maven/runtime.maven b/cnf/maven/runtime.maven index 7f75b16..acb6a40 100644 --- a/cnf/maven/runtime.maven +++ b/cnf/maven/runtime.maven @@ -31,7 +31,7 @@ org.apache.felix:org.apache.felix.inventory:1.1.0 org.apache.felix:org.apache.felix.log:1.2.6 org.apache.felix:org.apache.felix.metatype:1.2.4 org.apache.felix:org.apache.felix.rootcause:0.2.0 -org.apache.felix:org.apache.felix.scr:2.2.6 +org.apache.felix:org.apache.felix.scr:2.2.10 org.apache.felix:org.apache.felix.useradmin:1.0.4 org.apache.felix:org.apache.felix.webconsole:4.8.8 org.apache.felix:org.apache.felix.webconsole.plugins.ds:2.2.0