This is an automated email from the ASF dual-hosted git repository.
pmouawad 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 3890c7b Updated to commons-codec 1.13 (from 1.11)
3890c7b is described below
commit 3890c7b722efc0144b1b7324d1906578f1dab25c
Author: pmouawad <[email protected]>
AuthorDate: Sun Sep 29 21:44:01 2019 +0200
Updated to commons-codec 1.13 (from 1.11)
---
gradle.properties | 2 +-
lib/aareadme.txt | 2 +-
xdocs/changes.xml | 1 +
3 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/gradle.properties b/gradle.properties
index 5514588..391ae2e 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -38,7 +38,7 @@ bsf.version=2.4.0
bsh.version=2.0b6
caffeine.version=2.8.0
cglib-nodep.version=3.2.9
-commons-codec.version=1.11
+commons-codec.version=1.13
commons-collections.version=3.2.2
commons-dbcp2.version=2.5.0
commons-io.version=2.6
diff --git a/lib/aareadme.txt b/lib/aareadme.txt
index 12db3e8..9eaca64 100644
--- a/lib/aareadme.txt
+++ b/lib/aareadme.txt
@@ -41,7 +41,7 @@ https://github.com/ben-manes/caffeine/
- Used by CssParser
- Used by JMS Publisher Sampler
-commons-codec-1.11
+commons-codec-1.13
-----------------
http://commons.apache.org/downloads/download_codec.cgi
- Used by ProxyControl and JSR223Test Element for Base64 and md5
diff --git a/xdocs/changes.xml b/xdocs/changes.xml
index b1d16f5..aebecde 100644
--- a/xdocs/changes.xml
+++ b/xdocs/changes.xml
@@ -136,6 +136,7 @@ to view the last release notes of version 5.1.1.
<li>Updated to jsoup 1.12.1 (from 1.11.3)</li>
<li>Updated to rsyntaxtextarea 3.0.4 (from 3.0.2)</li>
<li>Updated to caffeine 2.8.0 (from 2.6.2)</li>
+ <li>Updated to commons-codec 1.13 (from 1.11)</li>
<li><bug>63396</bug>JSR223 Test Elements: Description of Parameters is
misleading, same for Script</li>
<li><bug>63480</bug>XPathAssertion and XPathAssertion2: Improve test
coverage for input coming from variable. Contributed by Ubik Load Pack (support
at ubikloadpack.com)</li>
<li><bug>63452</bug>Tools / Import from cURL: Complete coverage of all
command line options that are valid in JMeter use case. Contributed by Ubik
Load Pack (support at ubikloadpack.com)</li>