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 6b73425 [AMQ-8100] Upgrade to Jackson Databind 2.9.10.8
new 1102e67 Merge pull request #604 from jbonofre/AMQ-8100
6b73425 is described below
commit 6b73425c64b52259deeb3a2422816b0ac5469d81
Author: jbonofre <[email protected]>
AuthorDate: Thu Jan 7 12:35:26 2021 +0100
[AMQ-8100] Upgrade to Jackson Databind 2.9.10.8
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 5195146..b48c2cd 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.7</jackson-databind-version>
+ <jackson-databind-version>2.9.10.8</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>