This is an automated email from the ASF dual-hosted git repository.
jbonofre pushed a commit to branch activemq-5.17.x
in repository https://gitbox.apache.org/repos/asf/activemq.git
The following commit(s) were added to refs/heads/activemq-5.17.x by this push:
new a976830e1 [AMQ-9205] Upgrade to Jackson 2.14.2 (#962)
a976830e1 is described below
commit a976830e101102f2fda14655e94e448f23b1dbd0
Author: Matt Pavlovich <[email protected]>
AuthorDate: Mon Feb 6 12:33:35 2023 -0600
[AMQ-9205] Upgrade to Jackson 2.14.2 (#962)
(cherry picked from commit 97bfc673324ae594076eb7c16e964069d488590d)
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 132c71165..397af1dfe 100644
--- a/pom.xml
+++ b/pom.xml
@@ -67,7 +67,7 @@
<httpclient-version>4.5.14</httpclient-version>
<httpcore-version>4.4.16</httpcore-version>
<insight-version>1.2.0.Beta4</insight-version>
- <jackson-version>2.14.0</jackson-version>
+ <jackson-version>2.14.2</jackson-version>
<jasypt-version>1.9.3</jasypt-version>
<jaxb-bundle-version>2.3.2_1</jaxb-bundle-version>
<jetty9-version>9.4.50.v20221201</jetty9-version>