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
commit f9445e83042ded0aacdc26248aad0fbf141274da Author: Felix Schumacher <[email protected]> AuthorDate: Sun Aug 30 11:12:16 2020 +0200 Update Apache commons-io to 2.7 (from 2.6) --- gradle.properties | 2 +- xdocs/changes.xml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index a3c9cd8..6bfd739 100644 --- a/gradle.properties +++ b/gradle.properties @@ -62,7 +62,7 @@ commons-codec.version=1.14 commons-collections.version=3.2.2 commons-collections4.version=4.4 commons-dbcp2.version=2.7.0 -commons-io.version=2.6 +commons-io.version=2.7 commons-jexl.version=2.1.1 commons-jexl3.version=3.1 commons-lang.version=2.6 diff --git a/xdocs/changes.xml b/xdocs/changes.xml index 2770af8..fe88f1b 100644 --- a/xdocs/changes.xml +++ b/xdocs/changes.xml @@ -140,6 +140,7 @@ applications when JMeter is starting up.</p> <li>Update org.sonarqube Gradle plugin to 3.0 (from 2.7.1)</li> <li>Update Apache ActiveMQ to 5.16.0 (from 5.15.11)</li> <li>Update Bouncycastle to 1.66 (from 1.64)</li> + <li>Update Apache commons-io to 2.7 (from 2.6)</li> </ul> <!-- =================== Bug fixes =================== -->
