From 7faa116cc5a1439e37425bbad2b628d814d4c99c Mon Sep 17 00:00:00 2001 From: sstremovsky Date: Tue, 9 Jun 2026 20:22:42 +0300 Subject: [PATCH] fix(deps): update vulnerable dependencies MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Packages updated: - jackson-databind: 2.13.4 → 2.19.0 (≥2.13.4.2 required; CVE: uncontrolled resource consumption) Fixes Dependabot security alerts. --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 4739da2..807635a 100644 --- a/pom.xml +++ b/pom.xml @@ -38,7 +38,7 @@ com.fasterxml.jackson.core jackson-databind - 2.13.4 + 2.19.0