This is an automated email from the ASF dual-hosted git repository.
pkarwasz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/logging-log4j-audit.git
The following commit(s) were added to refs/heads/master by this push:
new ef6f889 Update `commons-codec` to version 1.16
ef6f889 is described below
commit ef6f889f58b2e92cfa7700c555f90dc3308859ef
Author: Piotr P. Karwasz <[email protected]>
AuthorDate: Tue Oct 31 07:58:21 2023 +0100
Update `commons-codec` to version 1.16
---
pom.xml | 2 +-
src/changelog/.1.x.x/update_commons_codec_commons_codec.xml | 8 ++++++++
2 files changed, 9 insertions(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 1fc19f7..eafaa68 100644
--- a/pom.xml
+++ b/pom.xml
@@ -141,7 +141,7 @@
<clirr.plugin.version>2.6.1</clirr.plugin.version>
<cobertura.plugin.version>2.7</cobertura.plugin.version>
<commons.beanutils.version>1.9.4</commons.beanutils.version>
- <commons.codec.version>1.9</commons.codec.version>
+ <commons.codec.version>1.16</commons.codec.version>
<commons.collections.version>3.2.2</commons.collections.version>
<commons.io.version>2.4</commons.io.version>
<commons.lang.version>3.5</commons.lang.version>
diff --git a/src/changelog/.1.x.x/update_commons_codec_commons_codec.xml
b/src/changelog/.1.x.x/update_commons_codec_commons_codec.xml
new file mode 100644
index 0000000..777aac2
--- /dev/null
+++ b/src/changelog/.1.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">
+ <author id="github:dependabot"/>
+ <description format="asciidoc">Update `commons-codec:commons-codec` to
version `1.16`</description>
+</entry>