This is an automated email from the ASF dual-hosted git repository.
jbertram 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 e8f449973a ARTEMIS-4755 upgrade Jackson to 2.17.0
e8f449973a is described below
commit e8f449973ae8ce7225e439e57a44722d146e4bc1
Author: Justin Bertram <[email protected]>
AuthorDate: Wed May 1 15:25:48 2024 -0500
ARTEMIS-4755 upgrade Jackson to 2.17.0
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 8589e8301c..39735d120c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -191,7 +191,7 @@
<owasp.version>9.0.9</owasp.version>
<spring.version>5.3.33</spring.version>
- <jackson.version>2.16.1</jackson.version>
+ <jackson.version>2.17.0</jackson.version>
<jackson-databind.version>${jackson.version}</jackson-databind.version>
<activemq.version.versionName>${project.version}</activemq.version.versionName>