From 7247cf416626e7aa4b1ec72820c7352b133e6644 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 11 Jul 2025 22:08:22 +0000 Subject: [PATCH] fix: upgrade com.fasterxml.jackson.core:jackson-databind from 2.19.0 to 2.19.1 Snyk has created this PR to upgrade com.fasterxml.jackson.core:jackson-databind from 2.19.0 to 2.19.1. See this package in maven: com.fasterxml.jackson.core:jackson-databind See this project in Snyk: https://app.snyk.io/org/saurabhpro/project/67769d63-324c-4dd1-802e-f22d5126e847?utm_source=github&utm_medium=referral&page=upgrade-pr --- JavaCon/JsonIO/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/JavaCon/JsonIO/pom.xml b/JavaCon/JsonIO/pom.xml index a406541a..16a8ed8b 100644 --- a/JavaCon/JsonIO/pom.xml +++ b/JavaCon/JsonIO/pom.xml @@ -19,7 +19,7 @@ com.fasterxml.jackson.core jackson-databind - 2.19.0 + 2.19.1 commons-io