This is an automated email from the ASF dual-hosted git repository.
jbonofre pushed a commit to branch activemq-5.16.x
in repository https://gitbox.apache.org/repos/asf/activemq.git
The following commit(s) were added to refs/heads/activemq-5.16.x by this push:
new ad1bb3d [AMQ-8404] Upgrade to jackson 2.13.0
ad1bb3d is described below
commit ad1bb3db90ad38939a842f5f5532a8946e740ac6
Author: Jean-Baptiste Onofré <[email protected]>
AuthorDate: Thu Dec 16 15:21:36 2021 +0100
[AMQ-8404] Upgrade to jackson 2.13.0
(cherry picked from commit 0f62ec0fec98bd142564cfac7fa2a5380b2066bb)
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index f76d978..eed1a5a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -65,7 +65,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.12.5</jackson-version>
+ <jackson-version>2.13.0</jackson-version>
<jasypt-version>1.9.3</jasypt-version>
<jaxb-bundle-version>2.2.11_1</jaxb-bundle-version>
<jetty9-version>9.4.43.v20210629</jetty9-version>