Skip to content

Commit d8421df

Browse files
committed
Update co.elastic.logging:log4j2-ecs-layout to version 1.6.0 (#2301)
1 parent b620bcd commit d8421df

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
@@ -123,7 +123,7 @@
123123
<lightcouch.version>0.2.0</lightcouch.version>
124124
<log4j.version>1.2.17</log4j.version>
125125
<log4j2-cachefile-transformer.version>2.15.0</log4j2-cachefile-transformer.version>
126-
<log4j2-ecs-layout.version>1.5.0</log4j2-ecs-layout.version>
126+
<log4j2-ecs-layout.version>1.6.0</log4j2-ecs-layout.version>
127127
<logback.version>1.3.14</logback.version>
128128
<maven.version>3.9.6</maven.version>
129129
<mockito.version>4.11.0</mockito.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.3.xsd"
5+
type="updated">
6+
<issue id="2301" link="https://github.com/apache/logging-log4j2/pull/2301"/>
7+
<description format="asciidoc">Update `co.elastic.logging:log4j2-ecs-layout` to version `1.6.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
@@ -32,6 +32,7 @@ This releases contains ...
3232
=== Updated
3333
3434
* Update `co.elastic.clients:elasticsearch-java` to version `8.12.2` (https://github.com/apache/logging-log4j2/pull/2315[2315])
35+
* Update `co.elastic.logging:log4j2-ecs-layout` to version `1.6.0` (https://github.com/apache/logging-log4j2/pull/2301[2301])
3536
* Update `com.github.tomakehurst:wiremock-jre8` to version `2.35.2` (https://github.com/apache/logging-log4j2/pull/2306[2306])
3637
* Update `github/codeql-action` to version `3.24.5` (https://github.com/apache/logging-log4j2/pull/2317[2317])
3738
* Update `io.fabric8:docker-maven-plugin` to version `0.44.0` (https://github.com/apache/logging-log4j2/pull/2299[2299])

0 commit comments

Comments
 (0)