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 99
99
<commons-codec .version>1.16.1</commons-codec .version>
100
100
<commons-compress .version>1.26.0</commons-compress .version>
101
101
<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>
103
103
<commons-io .version>2.15.1</commons-io .version>
104
104
<commons-lang3 .version>3.14.0</commons-lang3 .version>
105
105
<commons-logging .version>1.3.0</commons-logging .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 =" 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 >
Original file line number Diff line number Diff line change @@ -26,6 +26,7 @@ This release contains...
26
26
* Update `co.elastic.logging:log4j2-ecs-layout` to version `1.6.0` (https://github.com/apache/logging-log4j2/pull/2303[2303])
27
27
* Update `com.github.tomakehurst:wiremock-jre8` to version `2.35.2` (https://github.com/apache/logging-log4j2/pull/2305[2305])
28
28
* 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])
29
30
* Update `org.apache.tomcat:tomcat-juli` to version `10.1.19` (https://github.com/apache/logging-log4j2/pull/2302[2302])
30
31
* Update `org.mockito:mockito-bom` to version `5.11.0` (https://github.com/apache/logging-log4j2/pull/2333[2333])
31
32
* Update `org.mongodb:bson` to version `5.0.0` (https://github.com/apache/logging-log4j2/pull/2327[2327])
You can’t perform that action at this time.
0 commit comments