You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ma...@apache.org on 2022/03/31 17:48:09 UTC

[activemq] 01/01: [AMQ-8556] Upgrade Jackson to 2.13.2.2

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

mattrpav pushed a commit to branch AMQ-8556
in repository https://gitbox.apache.org/repos/asf/activemq.git

commit 65910951ea2cef97ea6560f73b63b0881823921a
Author: Matt Pavlovich <ma...@hyte.io>
AuthorDate: Thu Mar 31 12:46:28 2022 -0500

    [AMQ-8556] Upgrade Jackson to 2.13.2.2
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 71c7b9a..0f3433c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -67,7 +67,7 @@
     <httpclient-version>4.5.13</httpclient-version>
     <httpcore-version>4.4.15</httpcore-version>
     <insight-version>1.2.0.Beta4</insight-version>
-    <jackson-version>2.13.1</jackson-version>
+    <jackson-version>2.13.2.2</jackson-version>
     <jasypt-version>1.9.3</jasypt-version>
     <jaxb-bundle-version>2.2.11_1</jaxb-bundle-version>
     <jetty9-version>9.4.45.v20220203</jetty9-version>