This is an automated email from the ASF dual-hosted git repository. pkarwasz pushed a commit to branch 2.24.x in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git
commit a3d138b15ec9a86c80b96c1253771a2d941032ab Author: ASF Logging Services RM <[email protected]> AuthorDate: Fri Sep 20 10:44:18 2024 +0000 Update `commons-io:commons-io` to version `2.17.0` (#2984) --- log4j-parent/pom.xml | 2 +- src/changelog/.2.x.x/update_commons_io_commons_io.xml | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/log4j-parent/pom.xml b/log4j-parent/pom.xml index 268f516900..f2cdbba715 100644 --- a/log4j-parent/pom.xml +++ b/log4j-parent/pom.xml @@ -72,7 +72,7 @@ <commons-compress.version>1.27.1</commons-compress.version> <commons-csv.version>1.11.0</commons-csv.version> <commons-dbcp2.version>2.12.0</commons-dbcp2.version> - <commons-io.version>2.16.1</commons-io.version> + <commons-io.version>2.17.0</commons-io.version> <commons-lang3.version>3.17.0</commons-lang3.version> <commons-logging.version>1.3.4</commons-logging.version> <!-- `com.conversantmedia:disruptor` version 1.2.16 requires Java 9: --> diff --git a/src/changelog/.2.x.x/update_commons_io_commons_io.xml b/src/changelog/.2.x.x/update_commons_io_commons_io.xml new file mode 100644 index 0000000000..59fa0a5933 --- /dev/null +++ b/src/changelog/.2.x.x/update_commons_io_commons_io.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xmlns="https://logging.apache.org/xml/ns" + xsi:schemaLocation="https://logging.apache.org/xml/ns https://logging.apache.org/xml/ns/log4j-changelog-0.xsd" + type="updated"> + <issue id="2984" link="https://github.com/apache/logging-log4j2/pull/2984"/> + <description format="asciidoc">Update `commons-io:commons-io` to version `2.17.0`</description> +</entry>
