From 2ee786633b602c5220f2372fe0c724c3a9d420a2 Mon Sep 17 00:00:00 2001 From: Takahiro Nagao Date: Mon, 11 Jul 2022 13:50:06 +0900 Subject: [PATCH] Update jackson-databind and commons-codec --- launcher-impl/glassfish/pom.xml | 11 +++++++++++ pom.xml | 14 ++++++++++++++ 2 files changed, 25 insertions(+) diff --git a/launcher-impl/glassfish/pom.xml b/launcher-impl/glassfish/pom.xml index e7e334f..030b32d 100644 --- a/launcher-impl/glassfish/pom.xml +++ b/launcher-impl/glassfish/pom.xml @@ -339,6 +339,17 @@ + + + com.fasterxml.jackson.core + jackson-databind + + + * + * + + + org.glassfish.main.extras glassfish-embedded-web diff --git a/pom.xml b/pom.xml index e5da304..e3bc9ab 100644 --- a/pom.xml +++ b/pom.xml @@ -100,6 +100,8 @@ 2.0.0 2.0.0 3.0.0 + 2.13.2.2 + 1.13 @@ -407,6 +409,18 @@ jakarta.validation-api ${jakarta.validation.version} + + + com.fasterxml.jackson.core + jackson-databind + ${jackson.databind.version} + + + + commons-codec + commons-codec + ${commons.codec.version} +