File tree Expand file tree Collapse file tree 3 files changed +10
-1
lines changed Expand file tree Collapse file tree 3 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 126
126
<log4j .version>1.2.17</log4j .version>
127
127
<log4j2-cachefile-transformer .version>2.15.0</log4j2-cachefile-transformer .version>
128
128
<log4j2-ecs-layout .version>1.5.0</log4j2-ecs-layout .version>
129
- <logback .version>1.3.11 </logback .version>
129
+ <logback .version>1.3.12 </logback .version>
130
130
<maven .version>3.9.0</maven .version>
131
131
<mockito .version>4.11.0</mockito .version>
132
132
<mongodb .version>4.11.1</mongodb .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.2.xsd"
5
+ type =" changed" >
6
+ <issue id =" 2012" link =" https://github.com/apache/logging-log4j2/pull/2012" />
7
+ <description format =" asciidoc" >Update `ch.qos.logback:logback-classic` to version `1.3.12`</description >
8
+ </entry >
Original file line number Diff line number Diff line change @@ -26,6 +26,7 @@ This releases contains ...
26
26
[#release-notes-2-x-x-changed]
27
27
=== Changed
28
28
29
+ * Update `ch.qos.logback:logback-classic` to version `1.3.12` (https://github.com/apache/logging-log4j2/pull/2012[2012])
29
30
* Update `de.flapdoodle.reverse:de.flapdoodle.reverse` to version `1.7.2` (https://github.com/apache/logging-log4j2/pull/1979[1979])
30
31
* Update `github/codeql-action` to version `2.22.8` (https://github.com/apache/logging-log4j2/pull/2005[2005])
31
32
* Update `org.jctools:jctools-core` to version `4.0.2` (https://github.com/apache/logging-log4j2/pull/1984[1984])
You can’t perform that action at this time.
0 commit comments