From 0465d96e1ac26435c90754ae94315f383bffaf7a Mon Sep 17 00:00:00 2001 From: Viacheslav Klimov Date: Fri, 27 Mar 2026 10:37:47 +0200 Subject: [PATCH 1/2] Bump jackson-bom from 2.19.4 to 2.21.1 to fix GHSA-72hv-8253-57qq --- pom.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/pom.xml b/pom.xml index 6eec204fe7..ee689dc00e 100755 --- a/pom.xml +++ b/pom.xml @@ -63,6 +63,7 @@ /var/log/${pkg.name} /usr/share/${pkg.name} 3.5.12 + 2.21.1 2.4.0-b180830.0359 0.12.5 0.10 @@ -991,6 +992,15 @@ + + + com.fasterxml.jackson + jackson-bom + ${jackson-bom.version} + pom + import + + org.springframework.boot spring-boot-dependencies From f0cfd83f2cabc4c8cb93e96fdbfce862c70298d7 Mon Sep 17 00:00:00 2001 From: Viacheslav Klimov Date: Fri, 27 Mar 2026 10:38:47 +0200 Subject: [PATCH 2/2] Bump netty-bom from 4.1.131.Final to 4.1.132.Final to fix CVE-2026-33870 and CVE-2026-33871 --- pom.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/pom.xml b/pom.xml index ee689dc00e..9dd86011be 100755 --- a/pom.xml +++ b/pom.xml @@ -64,6 +64,7 @@ /usr/share/${pkg.name} 3.5.12 2.21.1 + 4.1.132.Final 2.4.0-b180830.0359 0.12.5 0.10 @@ -1001,6 +1002,15 @@ import + + + io.netty + netty-bom + ${netty.version} + pom + import + + org.springframework.boot spring-boot-dependencies