This is an automated email from the ASF dual-hosted git repository.
fschumacher pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/jmeter.git
The following commit(s) were added to refs/heads/master by this push:
new ddb3596 Updated jackson to 2.10.2 (from 2.10.1)
ddb3596 is described below
commit ddb3596a29d6b4722fdf4056cf3492103e37d194
Author: Felix Schumacher <[email protected]>
AuthorDate: Sun Feb 16 21:51:45 2020 +0100
Updated jackson to 2.10.2 (from 2.10.1)
Bugzilla Id: 63963
Relates to #546
---
gradle.properties | 4 ++--
xdocs/changes.xml | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/gradle.properties b/gradle.properties
index 0949419..e4225b4 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -83,8 +83,8 @@ httpclient.version=4.5.11
httpcore-nio.version=4.4.13
httpcore.version=4.4.13
httpmime.version=4.5.11
-jackson.version=2.10.1
-jackson-databind.version=2.10.1
+jackson.version=2.10.2
+jackson-databind.version=2.10.2
javax.activation.version=1.2.0
jcharts.version=0.7.5
jdom.version=1.1.3
diff --git a/xdocs/changes.xml b/xdocs/changes.xml
index cf85b59..f664145 100644
--- a/xdocs/changes.xml
+++ b/xdocs/changes.xml
@@ -124,7 +124,7 @@ to view the last release notes of version 5.2.1.
<ch_section>Non-functional changes</ch_section>
<ul>
- <li><bug>63963</bug><pr>546</pr>Updated jackson to 2.10.1 (from
2.9.10)</li>
+ <li><bug>63963</bug><pr>546</pr>Updated jackson to 2.10.2 (from
2.9.10)</li>
<li><bug>64120</bug>Updated jsoup to 1.12.2 (from 1.12.1)</li>
<li><bug>63809</bug>Updated commons-dbcp2 to 2.7.0 (from 2.5.0)</li>
<li>Updated Apache ActiveMQ to 5.15.11 (from 5.15.8)</li>