You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by gi...@apache.org on 2023/12/04 10:07:54 UTC

(logging-log4j2) branch 2.x updated: Update `commons-codec:commons-codec` to version `1.16.0` (#2042)

This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch 2.x
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git


The following commit(s) were added to refs/heads/2.x by this push:
     new cf04b1d5cc Update `commons-codec:commons-codec` to version `1.16.0` (#2042)
cf04b1d5cc is described below

commit cf04b1d5cccf6153678c21ea13069f7089683258
Author: ASF Logging Services RM <pr...@logging.apache.org>
AuthorDate: Mon Dec 4 10:07:49 2023 +0000

    Update `commons-codec:commons-codec` to version `1.16.0` (#2042)
---
 log4j-parent/pom.xml                                        | 2 +-
 src/changelog/.2.x.x/update_commons_codec_commons_codec.xml | 8 ++++++++
 src/site/_release-notes/_2.x.x.adoc                         | 1 +
 3 files changed, 10 insertions(+), 1 deletion(-)

diff --git a/log4j-parent/pom.xml b/log4j-parent/pom.xml
index 894f4867bb..fed59873f8 100644
--- a/log4j-parent/pom.xml
+++ b/log4j-parent/pom.xml
@@ -70,7 +70,7 @@
     <bsh.version>2.0b6</bsh.version>
     <cassandra.version>3.11.16</cassandra.version>
     <cassandra-driver.version>3.11.5</cassandra-driver.version>
-    <commons-codec.version>1.15</commons-codec.version>
+    <commons-codec.version>1.16.0</commons-codec.version>
     <commons-compress.version>1.24.0</commons-compress.version>
     <commons-csv.version>1.10.0</commons-csv.version>
     <commons-dbcp2.version>2.9.0</commons-dbcp2.version>
diff --git a/src/changelog/.2.x.x/update_commons_codec_commons_codec.xml b/src/changelog/.2.x.x/update_commons_codec_commons_codec.xml
new file mode 100644
index 0000000000..6cbe9bb846
--- /dev/null
+++ b/src/changelog/.2.x.x/update_commons_codec_commons_codec.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+       xmlns="http://logging.apache.org/log4j/changelog"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
+       type="changed">
+  <issue id="2042" link="https://github.com/apache/logging-log4j2/pull/2042"/>
+  <description format="asciidoc">Update `commons-codec:commons-codec` to version `1.16.0`</description>
+</entry>
diff --git a/src/site/_release-notes/_2.x.x.adoc b/src/site/_release-notes/_2.x.x.adoc
index e6a8bf4e95..0f4d90860d 100644
--- a/src/site/_release-notes/_2.x.x.adoc
+++ b/src/site/_release-notes/_2.x.x.adoc
@@ -29,6 +29,7 @@ This releases contains ...
 * Bumped the minimum Java version required for the build to Java 17. Runtime requirements remain unchanged. (https://github.com/apache/logging-log4j2/issues/2021[2021])
 * Update `ch.qos.logback:logback-classic` to version `1.3.14` (https://github.com/apache/logging-log4j2/pull/2029[2029])
 * Update `com.github.luben:zstd-jni` to version `1.5.5-11` (https://github.com/apache/logging-log4j2/pull/2030[2030])
+* Update `commons-codec:commons-codec` to version `1.16.0` (https://github.com/apache/logging-log4j2/pull/2042[2042])
 * Update `commons-io:commons-io` to version `2.15.1` (https://github.com/apache/logging-log4j2/pull/2034[2034])
 * Update `de.flapdoodle.reverse:de.flapdoodle.reverse` to version `1.7.2` (https://github.com/apache/logging-log4j2/pull/1979[1979])
 * Update `github/codeql-action` to version `2.22.8` (https://github.com/apache/logging-log4j2/pull/2005[2005])