From 5ebcd1b0e6755113783df366eb4a5d2aab091303 Mon Sep 17 00:00:00 2001 From: Thomas <> Date: Wed, 22 Mar 2023 08:52:05 +0100 Subject: chore(core): update third-party libs Inlcude Spring 5.3.26 to fix CVE-2023-20859, CVE-2023-20861, CVE-2023-20860 --- pom.xml | 35 ++++++++++++++++++++++++++++++++--- 1 file changed, 32 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index a4922e16..c7414179 100644 --- a/pom.xml +++ b/pom.xml @@ -44,11 +44,11 @@ 2.14_moa 0.9.1 - 1.42.1 + 1.53.0 - 2.7.8 - 5.3.25 + 2.7.9 + 5.3.26 4.0.1 2.3.2 1.2.5 @@ -88,6 +88,9 @@ 2.12.2 2.7.1 + 6.5.0 + 1.33 + 2.22.2 5.8.2 @@ -419,6 +422,21 @@ provider ${hsm-facade-provider.version} + + io.grpc + grpc-protobuf + ${io.grpc-core.version} + + + io.grpc + grpc-netty-shaded + ${io.grpc-core.version} + + + io.grpc + grpc-stub + ${io.grpc-core.version} + io.grpc grpc-core @@ -662,6 +680,17 @@ ${com.google.guava.version} + + com.fasterxml.woodstox + woodstox-core + ${woodstox-core.version} + + + org.yaml + snakeyaml + ${snakeyaml.version} + + org.springframework -- cgit v1.2.3