From b98e0094afd13256a479a093d3ea25e9bd305454 Mon Sep 17 00:00:00 2001 From: Michele Rastelli Date: Tue, 22 Oct 2024 22:37:33 +0200 Subject: [PATCH] udpated Jackson to version 2.18 (#581) --- .circleci/config.yml | 1 + pom.xml | 2 +- test-parent/pom.xml | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 460f2246f..34322d23d 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -529,6 +529,7 @@ workflows: matrix: parameters: args: + - '-Dadb.jackson.version=2.18.0' - '-Dadb.jackson.version=2.17.2' - '-Dadb.jackson.version=2.16.2' - '-Dadb.jackson.version=2.15.4' diff --git a/pom.xml b/pom.xml index 28b77f435..55e070882 100644 --- a/pom.xml +++ b/pom.xml @@ -92,7 +92,7 @@ com.fasterxml.jackson jackson-bom - 2.17.2 + 2.18.0 import pom diff --git a/test-parent/pom.xml b/test-parent/pom.xml index 8b6050640..1a0dda068 100644 --- a/test-parent/pom.xml +++ b/test-parent/pom.xml @@ -15,7 +15,7 @@ false - 2.17.2 + 2.18.0 true true 17