This is an automated email from the ASF dual-hosted git repository.
jbonofre pushed a commit to branch activemq-5.18.x
in repository https://gitbox.apache.org/repos/asf/activemq.git
The following commit(s) were added to refs/heads/activemq-5.18.x by this push:
new b8f4d648f AMQ-9352: Upgrade to Jackson 2.15.3
b8f4d648f is described below
commit b8f4d648f2650bfb6a2f0e089c07c5efa5cbbc8d
Author: Jean-Baptiste Onofré <[email protected]>
AuthorDate: Sun Oct 22 07:13:14 2023 +0200
AMQ-9352: Upgrade to Jackson 2.15.3
(cherry picked from commit d4ced8cdba08f82139b1a6267f309d273255438a)
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 591c39aca..b88aa4379 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.15.2</jackson-version>
+ <jackson-version>2.15.3</jackson-version>
<jakarta-jms-api-version>2.0.3</jakarta-jms-api-version>
<jakarta-jms-api-v3-version>3.1.0</jakarta-jms-api-v3-version>
<jasypt-version>1.9.3</jasypt-version>