This is an automated email from the ASF dual-hosted git repository.
jbonofre pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/activemq.git
The following commit(s) were added to refs/heads/master by this push:
new 39665a0 [AMQ-8100] Upgrade to Jackson databind 2.9.10.7
new 69992d5 Merge pull request #594 from jbonofre/AMQ-8100
39665a0 is described below
commit 39665a0fb4f063df0c6109ffeb3055b899d58df5
Author: jbonofre <jbonofre@apache.org>
AuthorDate: Tue Dec 29 08:21:38 2020 +0100
[AMQ-8100] Upgrade to Jackson databind 2.9.10.7
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 4ed5176..af58d66 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>
|