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 a6cbe55 Updated jsoup to 1.12.2 (from 1.22.1)
a6cbe55 is described below
commit a6cbe55c367afa6b8a51e9c858e30ed403d1d28f
Author: Felix Schumacher <felix.schumacher@internetallee.de>
AuthorDate: Mon Feb 10 21:36:48 2020 +0100
Updated jsoup to 1.12.2 (from 1.22.1)
Bugzilla Id: 64120
---
gradle.properties | 2 +-
xdocs/changes.xml | 1 +
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/gradle.properties b/gradle.properties
index 3aaf6a6..76b8d2c 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -93,7 +93,7 @@ jmespath-jackson.version=0.3.0
jodd.version=5.0.13
json-path.version=2.4.0
json-smart.version=2.3
-jsoup.version=1.12.1
+jsoup.version=1.12.2
jtidy.version=r938
junit4.version=4.12
junit5.version=5.5.1
diff --git a/xdocs/changes.xml b/xdocs/changes.xml
index 23514ee..ce9f557 100644
--- a/xdocs/changes.xml
+++ b/xdocs/changes.xml
@@ -124,6 +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>64120</bug>Updated jsoup to 1.12.2 (from 1.22.1)</li>
</ul>
<!-- =================== Bug fixes =================== -->
|