Skip to content

Commit

Permalink
Update commons-codec:commons-codec to version 1.16.1 (#2277)
Browse files Browse the repository at this point in the history
  • Loading branch information
asf-rm committed Feb 16, 2024
1 parent 5fbff3f commit fb49b23
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion log4j-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,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.16.0</commons-codec.version>
<commons-codec.version>1.16.1</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>
Expand Down
8 changes: 8 additions & 0 deletions src/changelog/.2.x.x/update_commons_codec_commons_codec.xml
Original file line number Diff line number Diff line change
@@ -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.3.xsd"
type="updated">
<issue id="2277" link="https://github.com/apache/logging-log4j2/pull/2277"/>
<description format="asciidoc">Update `commons-codec:commons-codec` to version `1.16.1`</description>
</entry>
3 changes: 3 additions & 0 deletions src/site/_release-notes/_2.x.x.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,9 @@ This releases contains ...
* Fix regression in `JdkMapAdapterStringMap` performance. (https://github.com/apache/logging-log4j2/issues/2238[2238])
* Fix the behavior of `Logger#setLevel` and `Logger#getLevel` in the Log4j 1.2 bridge. (https://github.com/apache/logging-log4j2/issues/2282[2282])
* Fix the behavior of `CoreLogger#setLevel` in the log4j-jul module. (https://github.com/apache/logging-log4j2/issues/2282[2282])
* Allow deserialization of all arrays of allowed classes. (https://issues.apache.org/jira/browse/LOG4J2-3680[LOG4J2-3680])
* Allow the <Properties> node to appear in any position in the configuration element.
* Fix forgotten `threadName` field in `RingBufferLogEvent#clear()` (https://github.com/apache/logging-log4j2/issues/2234[2234])
* Fix `StringBuilder` cache corruption on recursive access
* 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])
Expand All @@ -55,6 +57,7 @@ This releases contains ...
=== Updated
* Update `com.fasterxml.jackson:jackson-bom` to version `2.16.1` (https://github.com/apache/logging-log4j2/pull/2126[2126])
* Update `commons-codec:commons-codec` to version `1.16.1` (https://github.com/apache/logging-log4j2/pull/2277[2277])
* Update `io.netty:netty-bom` to version `4.1.107.Final` (https://github.com/apache/logging-log4j2/pull/2284[2284])
* Update `org.apache.logging:logging-parent` to version `10.6.0` (https://github.com/apache/logging-log4j2/pull/2197[2197])
* Update `org.eclipse.jetty:jetty-bom` to version `9.4.54.v20240208` (https://github.com/apache/logging-log4j2/pull/2287[2287])
Expand Down

0 comments on commit fb49b23

Please sign in to comment.