Skip to content

Commit fb49b23

Browse files
committed
Update commons-codec:commons-codec to version 1.16.1 (#2277)
1 parent 5fbff3f commit fb49b23

File tree

3 files changed

+12
-1
lines changed

3 files changed

+12
-1
lines changed

log4j-parent/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
<bsh.version>2.0b6</bsh.version>
6969
<cassandra.version>3.11.16</cassandra.version>
7070
<cassandra-driver.version>3.11.5</cassandra-driver.version>
71-
<commons-codec.version>1.16.0</commons-codec.version>
71+
<commons-codec.version>1.16.1</commons-codec.version>
7272
<commons-compress.version>1.25.0</commons-compress.version>
7373
<commons-csv.version>1.10.0</commons-csv.version>
7474
<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="2277" link="https://github.com/apache/logging-log4j2/pull/2277"/>
7+
<description format="asciidoc">Update `commons-codec:commons-codec` to version `1.16.1`</description>
8+
</entry>

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,9 @@ This releases contains ...
4444
4545
* Fix regression in `JdkMapAdapterStringMap` performance. (https://github.com/apache/logging-log4j2/issues/2238[2238])
4646
* Fix the behavior of `Logger#setLevel` and `Logger#getLevel` in the Log4j 1.2 bridge. (https://github.com/apache/logging-log4j2/issues/2282[2282])
47+
* Fix the behavior of `CoreLogger#setLevel` in the log4j-jul module. (https://github.com/apache/logging-log4j2/issues/2282[2282])
4748
* Allow deserialization of all arrays of allowed classes. (https://issues.apache.org/jira/browse/LOG4J2-3680[LOG4J2-3680])
49+
* Allow the <Properties> node to appear in any position in the configuration element.
4850
* Fix forgotten `threadName` field in `RingBufferLogEvent#clear()` (https://github.com/apache/logging-log4j2/issues/2234[2234])
4951
* Fix `StringBuilder` cache corruption on recursive access
5052
* Fixed use of `SecurityManager` in `LoaderUtil` where `AccessController::doPrivileged` should only be invoked when a `SecurityManager` is installed. Some runtimes do not seem to have this method available. (https://github.com/apache/logging-log4j2/issues/2129[2129])
@@ -55,6 +57,7 @@ This releases contains ...
5557
=== Updated
5658
5759
* Update `com.fasterxml.jackson:jackson-bom` to version `2.16.1` (https://github.com/apache/logging-log4j2/pull/2126[2126])
60+
* Update `commons-codec:commons-codec` to version `1.16.1` (https://github.com/apache/logging-log4j2/pull/2277[2277])
5861
* Update `io.netty:netty-bom` to version `4.1.107.Final` (https://github.com/apache/logging-log4j2/pull/2284[2284])
5962
* Update `org.apache.logging:logging-parent` to version `10.6.0` (https://github.com/apache/logging-log4j2/pull/2197[2197])
6063
* Update `org.eclipse.jetty:jetty-bom` to version `9.4.54.v20240208` (https://github.com/apache/logging-log4j2/pull/2287[2287])

0 commit comments

Comments
 (0)