This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git
The following commit(s) were added to refs/heads/main by this push:
new 1a2d8b197b Update `commons-codec:commons-codec` to version `1.16.0`
(#2054)
1a2d8b197b is described below
commit 1a2d8b197b251d293c719d4a9b245129da645db1
Author: ASF Logging Services RM <[email protected]>
AuthorDate: Mon Dec 4 15:48:38 2023 +0000
Update `commons-codec:commons-codec` to version `1.16.0` (#2054)
---
log4j-parent/pom.xml | 2 +-
src/changelog/.3.x.x/update_commons_codec_commons_codec.xml | 8 ++++++++
2 files changed, 9 insertions(+), 1 deletion(-)
diff --git a/log4j-parent/pom.xml b/log4j-parent/pom.xml
index bc4b5f70ff..7c1b7a305d 100644
--- a/log4j-parent/pom.xml
+++ b/log4j-parent/pom.xml
@@ -100,7 +100,7 @@
<assertj.version>3.24.2</assertj.version>
<awaitility.version>4.2.0</awaitility.version>
<bsh.version>2.0b6</bsh.version>
- <commons-codec.version>1.15</commons-codec.version>
+ <commons-codec.version>1.16.0</commons-codec.version>
<commons-compress.version>1.25.0</commons-compress.version>
<commons-csv.version>1.10.0</commons-csv.version>
<commons-dbcp2.version>2.11.0</commons-dbcp2.version>
diff --git a/src/changelog/.3.x.x/update_commons_codec_commons_codec.xml
b/src/changelog/.3.x.x/update_commons_codec_commons_codec.xml
new file mode 100644
index 0000000000..a88ea910be
--- /dev/null
+++ b/src/changelog/.3.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="2054" link="https://github.com/apache/logging-log4j2/pull/2054"/>
+ <description format="asciidoc">Update `commons-codec:commons-codec` to
version `1.16.0`</description>
+</entry>