Skip to content

Commit b636664

Browse files
committed
Update org.apache.commons:commons-dbcp2 to version 2.11.0 (#2048)
1 parent a19549b commit b636664

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
@@ -73,7 +73,7 @@
7373
<commons-codec.version>1.16.0</commons-codec.version>
7474
<commons-compress.version>1.25.0</commons-compress.version>
7575
<commons-csv.version>1.10.0</commons-csv.version>
76-
<commons-dbcp2.version>2.9.0</commons-dbcp2.version>
76+
<commons-dbcp2.version>2.11.0</commons-dbcp2.version>
7777
<commons-io.version>2.15.1</commons-io.version>
7878
<commons-lang3.version>3.14.0</commons-lang3.version>
7979
<commons-logging.version>1.3.0</commons-logging.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="2048" link="https://github.com/apache/logging-log4j2/pull/2048"/>
7+
<description format="asciidoc">Update `org.apache.commons:commons-dbcp2` to version `2.11.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
@@ -37,6 +37,7 @@ This releases contains ...
3737
* Update `org.apache.activemq:activemq-broker` to version `6.0.1` (https://github.com/apache/logging-log4j2/pull/2043[2043])
3838
* Update `org.apache.aries.spifly:org.apache.aries.spifly.dynamic.bundle` to version `1.3.7` (https://github.com/apache/logging-log4j2/pull/2058[2058])
3939
* Update `org.apache.commons:commons-compress` to version `1.25.0` (https://github.com/apache/logging-log4j2/pull/2045[2045])
40+
* Update `org.apache.commons:commons-dbcp2` to version `2.11.0` (https://github.com/apache/logging-log4j2/pull/2048[2048])
4041
* Update `org.apache.commons:commons-lang3` to version `3.14.0` (https://github.com/apache/logging-log4j2/pull/2047[2047])
4142
* Update `org.apache.commons:commons-pool2` to version `2.12.0` (https://github.com/apache/logging-log4j2/pull/2057[2057])
4243
* Update `org.apache.kafka:kafka-clients` to version `3.6.0` (https://github.com/apache/logging-log4j2/pull/2060[2060])

0 commit comments

Comments
 (0)