This is an automated email from the ASF dual-hosted git repository.
jbonofre pushed a commit to branch activemq-5.15.x
in repository https://gitbox.apache.org/repos/asf/activemq.git
The following commit(s) were added to refs/heads/activemq-5.15.x by this push:
new 3b0fa92 [AMQ-8100] Upgrade to Jackson databind 2.9.10.7
3b0fa92 is described below
commit 3b0fa92c1d4191c3dfcbfad5517a358711945868
Author: jbonofre <[email protected]>
AuthorDate: Tue Dec 29 08:21:38 2020 +0100
[AMQ-8100] Upgrade to Jackson databind 2.9.10.7
(cherry picked from commit 39665a0fb4f063df0c6109ffeb3055b899d58df5)
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 4869035..3a68007 100644
--- a/pom.xml
+++ b/pom.xml
@@ -73,7 +73,7 @@
<httpcore-version>4.4.13</httpcore-version>
<insight-version>1.2.0.Beta4</insight-version>
<jackson-version>2.9.10</jackson-version>
- <jackson-databind-version>2.9.10.6</jackson-databind-version>
+ <jackson-databind-version>2.9.10.7</jackson-databind-version>
<jasypt-version>1.9.3</jasypt-version>
<jaxb-bundle-version>2.2.11_1</jaxb-bundle-version>
<jetty9-version>9.4.35.v20201120</jetty9-version>