Skip to content

Commit 2940e64

Browse files
committed
Update org.apache.commons:commons-pool2 to version 2.12.0 (#2057)
1 parent f633682 commit 2940e64

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
@@ -163,7 +163,7 @@
163163
<asm.version>9.6</asm.version>
164164
<byte-buddy.version>1.14.9</byte-buddy.version>
165165
<commons-httpclient.version>3.1</commons-httpclient.version>
166-
<commons-pool2.version>2.11.1</commons-pool2.version>
166+
<commons-pool2.version>2.12.0</commons-pool2.version>
167167
<httpclient.version>4.5.14</httpclient.version>
168168
<httpcore.version>4.4.16</httpcore.version>
169169
<jna.version>5.13.0</jna.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.2.xsd"
5+
type="changed">
6+
<issue id="2057" link="https://github.com/apache/logging-log4j2/pull/2057"/>
7+
<description format="asciidoc">Update `org.apache.commons:commons-pool2` to version `2.12.0`</description>
8+
</entry>

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ This releases contains ...
3636
* Update `org.apache.activemq:activemq-broker` to version `6.0.1` (https://github.com/apache/logging-log4j2/pull/2043[2043])
3737
* Update `org.apache.commons:commons-compress` to version `1.25.0` (https://github.com/apache/logging-log4j2/pull/2045[2045])
3838
* Update `org.apache.commons:commons-lang3` to version `3.14.0` (https://github.com/apache/logging-log4j2/pull/2047[2047])
39+
* Update `org.apache.commons:commons-pool2` to version `2.12.0` (https://github.com/apache/logging-log4j2/pull/2057[2057])
3940
* Update `org.jctools:jctools-core` to version `4.0.2` (https://github.com/apache/logging-log4j2/pull/1984[1984])
4041
* Update `org.springframework.boot:spring-boot` to version `2.7.18` (https://github.com/apache/logging-log4j2/pull/1998[1998])
4142

0 commit comments

Comments
 (0)