File tree 3 files changed +10
-1
lines changed 3 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 96
96
<assertj .version>3.25.3</assertj .version>
97
97
<awaitility .version>4.2.0</awaitility .version>
98
98
<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>
100
100
<commons-compress .version>1.25.0</commons-compress .version>
101
101
<commons-csv .version>1.10.0</commons-csv .version>
102
102
<commons-dbcp2 .version>2.11.0</commons-dbcp2 .version>
Original file line number Diff line number Diff line change
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 >
Original file line number Diff line number Diff line change @@ -69,6 +69,7 @@ This release contains...
69
69
* Update `apache/logging-parent` to version `` (https://github.com/apache/logging-log4j2/pull/2191[2191])
70
70
* Update `com.fasterxml.jackson:jackson-bom` to version `2.16.1` (https://github.com/apache/logging-log4j2/pull/2127[2127])
71
71
* 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])
72
73
* Update `io.netty:netty-bom` to version `4.1.106.Final` (https://github.com/apache/logging-log4j2/pull/2224[2224])
73
74
* Update `org.apache.groovy:groovy-bom` to version `4.0.18` (https://github.com/apache/logging-log4j2/pull/2217[2217])
74
75
* Update `org.apache.logging:logging-parent` to version `10.6.0` (https://github.com/apache/logging-log4j2/pull/2193[2193])
You can’t perform that action at this time.
0 commit comments