Skip to content

Commit 005732c

Browse files
committed
Update org.apache.commons:commons-dbcp2 to version 2.12.0 (#2342)
1 parent 8595c4e commit 005732c

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-1
lines changed

log4j-parent/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
<commons-codec.version>1.16.1</commons-codec.version>
100100
<commons-compress.version>1.26.0</commons-compress.version>
101101
<commons-csv.version>1.10.0</commons-csv.version>
102-
<commons-dbcp2.version>2.11.0</commons-dbcp2.version>
102+
<commons-dbcp2.version>2.12.0</commons-dbcp2.version>
103103
<commons-io.version>2.15.1</commons-io.version>
104104
<commons-lang3.version>3.14.0</commons-lang3.version>
105105
<commons-logging.version>1.3.0</commons-logging.version>
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="2342" link="https://github.com/apache/logging-log4j2/pull/2342"/>
7+
<description format="asciidoc">Update `org.apache.commons:commons-dbcp2` to version `2.12.0`</description>
8+
</entry>

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

+1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ This release contains...
2626
* Update `co.elastic.logging:log4j2-ecs-layout` to version `1.6.0` (https://github.com/apache/logging-log4j2/pull/2303[2303])
2727
* Update `com.github.tomakehurst:wiremock-jre8` to version `2.35.2` (https://github.com/apache/logging-log4j2/pull/2305[2305])
2828
* Update `org.apache.commons:commons-compress` to version `1.26.0` (https://github.com/apache/logging-log4j2/pull/2300[2300])
29+
* Update `org.apache.commons:commons-dbcp2` to version `2.12.0` (https://github.com/apache/logging-log4j2/pull/2342[2342])
2930
* Update `org.apache.tomcat:tomcat-juli` to version `10.1.19` (https://github.com/apache/logging-log4j2/pull/2302[2302])
3031
* Update `org.mockito:mockito-bom` to version `5.11.0` (https://github.com/apache/logging-log4j2/pull/2333[2333])
3132
* Update `org.mongodb:bson` to version `5.0.0` (https://github.com/apache/logging-log4j2/pull/2327[2327])

0 commit comments

Comments
 (0)