You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ro...@apache.org on 2022/10/11 14:57:38 UTC

[activemq-artemis] branch main updated: ARTEMIS-4039 Upgrade jackson version to 2.13.4

This is an automated email from the ASF dual-hosted git repository.

robbie pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/activemq-artemis.git


The following commit(s) were added to refs/heads/main by this push:
     new 2384a50e17 ARTEMIS-4039 Upgrade jackson version to 2.13.4
     new 96895c92fb This closes #4251
2384a50e17 is described below

commit 2384a50e17d000cbc6411e88e3237a541f3fcbad
Author: Domenico Francesco Bruscino <br...@apache.org>
AuthorDate: Tue Oct 11 15:13:29 2022 +0200

    ARTEMIS-4039 Upgrade jackson version to 2.13.4
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 6fa6407069..99810e5158 100644
--- a/pom.xml
+++ b/pom.xml
@@ -179,8 +179,8 @@
       <owasp.version>6.1.0</owasp.version>
       <spring.version>5.3.20</spring.version>
 
-      <jackson.version>2.13.2</jackson.version>
-      <jackson-databind.version>2.13.2.2</jackson-databind.version>
+      <jackson.version>2.13.4</jackson.version>
+      <jackson-databind.version>${jackson.version}</jackson-databind.version>
 
       <activemq.version.versionName>${project.version}</activemq.version.versionName>
       <activemq.version.majorVersion>1</activemq.version.majorVersion>