This is an automated email from the ASF dual-hosted git repository. github-bot pushed a commit to branch dependabot/maven/commons-logging-commons-logging-1.3.5 in repository https://gitbox.apache.org/repos/asf/logging-log4j-transform.git
commit b1e46f96c39574deb604c30d492bf5188a2c9eed Author: ASF Logging Services RM <[email protected]> AuthorDate: Mon Feb 10 19:31:06 2025 +0000 Update `commons-logging:commons-logging` to version `1.3.5` (#162) --- log4j-transform-parent/pom.xml | 2 +- src/changelog/.0.x.x/update_commons_logging_commons_logging.xml | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/log4j-transform-parent/pom.xml b/log4j-transform-parent/pom.xml index d1be2c6..9254776 100644 --- a/log4j-transform-parent/pom.xml +++ b/log4j-transform-parent/pom.xml @@ -34,7 +34,7 @@ <asm.version>9.7.1</asm.version> <assertj.version>3.27.3</assertj.version> <commons-lang.version>3.17.0</commons-lang.version> - <commons-logging.version>1.3.4</commons-logging.version> + <commons-logging.version>1.3.5</commons-logging.version> <commons-io.version>2.18.0</commons-io.version> <jmh.version>1.37</jmh.version> <junit.version>5.11.4</junit.version> diff --git a/src/changelog/.0.x.x/update_commons_logging_commons_logging.xml b/src/changelog/.0.x.x/update_commons_logging_commons_logging.xml new file mode 100644 index 0000000..4d79b71 --- /dev/null +++ b/src/changelog/.0.x.x/update_commons_logging_commons_logging.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="162" link="https://github.com/apache/logging-log4j-transform/pull/162"/> + <description format="asciidoc">Update `commons-logging:commons-logging` to version `1.3.5`</description> +</entry>
