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/18 11:42:08 UTC

[activemq-artemis] branch main updated: ARTEMIS-4039: Update to jackson-databind 2.13.4.2

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 f17d975138 ARTEMIS-4039: Update to jackson-databind 2.13.4.2
f17d975138 is described below

commit f17d975138c92f6615e3bb1f5dcd6d6f08d9c6d1
Author: Robbie Gemmell <ro...@apache.org>
AuthorDate: Tue Oct 18 11:02:29 2022 +0100

    ARTEMIS-4039: Update to jackson-databind 2.13.4.2
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index f60234eacd..386ba80761 100644
--- a/pom.xml
+++ b/pom.xml
@@ -177,7 +177,7 @@
       <spring.version>5.3.20</spring.version>
 
       <jackson.version>2.13.4</jackson.version>
-      <jackson-databind.version>${jackson.version}</jackson-databind.version>
+      <jackson-databind.version>2.13.4.2</jackson-databind.version>
 
       <activemq.version.versionName>${project.version}</activemq.version.versionName>
       <activemq.version.majorVersion>1</activemq.version.majorVersion>