From 561d7d2f5af387efeab42bcc613823b7fadf80f9 Mon Sep 17 00:00:00 2001 From: Marcin Strankowski <74721865+mstrankowski@users.noreply.github.com> Date: Tue, 11 Oct 2022 07:44:52 +0200 Subject: [PATCH] Update transform-core to 3.0.0-A4, transform-service to 2.0.0-A4, remove different version for jackson-databind. Update jackson version to 2.14.0-rc1 (#1484) --- pom.xml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index 06a6999a94..4ffec041e6 100644 --- a/pom.xml +++ b/pom.xml @@ -51,15 +51,14 @@ 0.2 5.23.0 5.23.0 - 2.0.0-A3 - 3.0.0-A3 + 2.0.0-A4 + 3.0.0-A4 6.4 0.0.16 5.3.23 3.5.3 - 2.13.3 - 2.13.3 + 2.14.0-rc1 3.5.3 1.0.0 8.32 @@ -503,7 +502,7 @@ com.fasterxml.jackson.core jackson-databind - ${dependency.jackson-databind.version} + ${dependency.jackson.version} com.fasterxml.jackson.datatype