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 60f822c Updated Apache commons-codec to 1.14 (from 1.13)
60f822c is described below
commit 60f822cac6d690ea26d7efc1d8884a5ed9bea45b
Author: Felix Schumacher <felix.schumacher@internetallee.de>
AuthorDate: Sun Feb 16 19:39:23 2020 +0100
Updated Apache commons-codec to 1.14 (from 1.13)
---
gradle.properties | 2 +-
xdocs/changes.xml | 1 +
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/gradle.properties b/gradle.properties
index c172f36..9436041 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -54,7 +54,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.13
+commons-codec.version=1.14
commons-collections.version=3.2.2
commons-dbcp2.version=2.7.0
commons-io.version=2.6
diff --git a/xdocs/changes.xml b/xdocs/changes.xml
index 4f687b3..2950ddb 100644
--- a/xdocs/changes.xml
+++ b/xdocs/changes.xml
@@ -130,6 +130,7 @@ to view the last release notes of version 5.2.1.
<li>Updated Apache ActiveMQ to 5.15.11 (from 5.15.8)</li>
<li>Updated bouncycastle to 1.64 (from 1.60)</li>
<li>Updated asm to 7.3.1 (from 7.1)</li>
+ <li>Updated Apache commons-codec to 1.14 (from 1.13)</li>
</ul>
<!-- =================== Bug fixes =================== -->
|