From 5533aee756b52d0acaf9b8270e9d5c926a1caa8f Mon Sep 17 00:00:00 2001 From: Lukas Eder Date: Wed, 19 Oct 2022 10:23:22 +0200 Subject: [PATCH] [jOOQ/jOOQ#14108] Upgrade jackson-databind dependency to 2.13.4.2 to mitigate CVE-2022-42003 --- pom.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 7afe1dab04..e640d58fe0 100644 --- a/pom.xml +++ b/pom.xml @@ -57,6 +57,7 @@ 2.11.0 1.16.3 2.13.4 + 2.13.4.2 @@ -167,7 +168,7 @@ com.fasterxml.jackson.core jackson-databind - ${jackson.version} + ${jackson.version.databind} com.fasterxml.jackson.core