Skip to content

Commit b5dfd57

Browse files
committed
Update commons-codec:commons-codec to version 1.16.1 (#2276)
1 parent c8ab279 commit b5dfd57

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-1
lines changed

log4j-parent/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
<assertj.version>3.25.3</assertj.version>
9797
<awaitility.version>4.2.0</awaitility.version>
9898
<bsh.version>2.0b6</bsh.version>
99-
<commons-codec.version>1.16.0</commons-codec.version>
99+
<commons-codec.version>1.16.1</commons-codec.version>
100100
<commons-compress.version>1.25.0</commons-compress.version>
101101
<commons-csv.version>1.10.0</commons-csv.version>
102102
<commons-dbcp2.version>2.11.0</commons-dbcp2.version>
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3+
xmlns="http://logging.apache.org/log4j/changelog"
4+
xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.3.xsd"
5+
type="updated">
6+
<issue id="2276" link="https://github.com/apache/logging-log4j2/pull/2276"/>
7+
<description format="asciidoc">Update `commons-codec:commons-codec` to version `1.16.1`</description>
8+
</entry>

src/site/_release-notes/_3.x.x.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ This release contains...
6969
* Update `apache/logging-parent` to version `` (https://github.com/apache/logging-log4j2/pull/2191[2191])
7070
* Update `com.fasterxml.jackson:jackson-bom` to version `2.16.1` (https://github.com/apache/logging-log4j2/pull/2127[2127])
7171
* Update `com.github.h-thurow:simple-jndi` to version `0.24.0` (https://github.com/apache/logging-log4j2/pull/2195[2195])
72+
* Update `commons-codec:commons-codec` to version `1.16.1` (https://github.com/apache/logging-log4j2/pull/2276[2276])
7273
* Update `io.netty:netty-bom` to version `4.1.106.Final` (https://github.com/apache/logging-log4j2/pull/2224[2224])
7374
* Update `org.apache.groovy:groovy-bom` to version `4.0.18` (https://github.com/apache/logging-log4j2/pull/2217[2217])
7475
* Update `org.apache.logging:logging-parent` to version `10.6.0` (https://github.com/apache/logging-log4j2/pull/2193[2193])

0 commit comments

Comments
 (0)