This is an automated email from the ASF dual-hosted git repository.
jbonofre pushed a commit to branch activemq-5.16.x
in repository https://gitbox.apache.org/repos/asf/activemq.git
The following commit(s) were added to refs/heads/activemq-5.16.x by this push:
new 30314f1 [AMQ-8100] Upgrade to Jackson Databind 2.9.10.8
30314f1 is described below
commit 30314f162c4090d778288ccb43b199ef7662a46a
Author: jbonofre <[email protected]>
AuthorDate: Thu Jan 7 12:35:26 2021 +0100
[AMQ-8100] Upgrade to Jackson Databind 2.9.10.8
(cherry picked from commit 6b73425c64b52259deeb3a2422816b0ac5469d81)
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index fb246ae..301db8b 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>