Skip to content

Commit 2eb5a40

Browse files
committed
Update ch.qos.logback:logback-classic to version 1.3.12 (#2012)
1 parent dd8b2e7 commit 2eb5a40

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
@@ -126,7 +126,7 @@
126126
<log4j.version>1.2.17</log4j.version>
127127
<log4j2-cachefile-transformer.version>2.15.0</log4j2-cachefile-transformer.version>
128128
<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>
130130
<maven.version>3.9.0</maven.version>
131131
<mockito.version>4.11.0</mockito.version>
132132
<mongodb.version>4.11.1</mongodb.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="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>

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ This releases contains ...
2626
[#release-notes-2-x-x-changed]
2727
=== Changed
2828
29+
* Update `ch.qos.logback:logback-classic` to version `1.3.12` (https://github.com/apache/logging-log4j2/pull/2012[2012])
2930
* Update `de.flapdoodle.reverse:de.flapdoodle.reverse` to version `1.7.2` (https://github.com/apache/logging-log4j2/pull/1979[1979])
3031
* Update `github/codeql-action` to version `2.22.8` (https://github.com/apache/logging-log4j2/pull/2005[2005])
3132
* Update `org.jctools:jctools-core` to version `4.0.2` (https://github.com/apache/logging-log4j2/pull/1984[1984])

0 commit comments

Comments
 (0)