From 3290298d8f2944a8cd4647617bbca9ad08e14f5e Mon Sep 17 00:00:00 2001 From: "Dr. Christoph \"Schorsch\" Jung" Date: Thu, 25 Apr 2024 11:33:22 +0200 Subject: [PATCH] fix: mitigate some CVE's in dependencies. --- agent-plane/agent-plane-protocol/pom.xml | 33 ++++++++++++++++++++++ agent-plane/agentplane-azure-vault/pom.xml | 6 ---- pom.xml | 6 ++-- 3 files changed, 36 insertions(+), 9 deletions(-) diff --git a/agent-plane/agent-plane-protocol/pom.xml b/agent-plane/agent-plane-protocol/pom.xml index e1f2c59..5989490 100644 --- a/agent-plane/agent-plane-protocol/pom.xml +++ b/agent-plane/agent-plane-protocol/pom.xml @@ -384,12 +384,45 @@ ${netty.nio.core-http2.version} + + io.netty + netty-resolver-dns + ${netty.nio.core-http2.version} + + + + io.netty + netty-handler-proxy + ${netty.nio.core-http2.version} + + + + io.netty + netty-resolver-dns-native-macos + ${netty.nio.core-http2.version} + osx-x86_64 + + + + io.netty + netty-transport-native-kqueue + ${netty.nio.core-http2.version} + osx-x86_64 + + + io.netty netty-handler ${netty.nio.core-http2.version} + + io.netty + netty-transport-classes-epoll + ${netty.nio.core-http2.version} + + org.apache.commons commons-compress diff --git a/agent-plane/agentplane-azure-vault/pom.xml b/agent-plane/agentplane-azure-vault/pom.xml index 8cdfad0..e22f9e9 100644 --- a/agent-plane/agentplane-azure-vault/pom.xml +++ b/agent-plane/agentplane-azure-vault/pom.xml @@ -163,12 +163,6 @@ - - org.yaml snakeyaml diff --git a/pom.xml b/pom.xml index 2a7d49a..5c76fd0 100644 --- a/pom.xml +++ b/pom.xml @@ -59,10 +59,10 @@ 1.0.4 1.9.10 1.12.5 - 4.1.101.Final - 1.24.0 + 4.1.108.Final + 1.26.0 11.0.20 - 1.0.40 + 1.0.44 2.24.10