From d8421dfabf6debe4a234a9a6ca6c441e764c9a48 Mon Sep 17 00:00:00 2001 From: ASF Logging Services RM Date: Tue, 27 Feb 2024 14:42:03 +0000 Subject: [PATCH 1/3] Update `co.elastic.logging:log4j2-ecs-layout` to version `1.6.0` (#2301) --- log4j-parent/pom.xml | 2 +- .../update_co_elastic_logging_log4j2_ecs_layout.xml | 8 ++++++++ src/site/_release-notes/_2.x.x.adoc | 1 + 3 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 src/changelog/.2.x.x/update_co_elastic_logging_log4j2_ecs_layout.xml diff --git a/log4j-parent/pom.xml b/log4j-parent/pom.xml index 957c1ef8bf3..f6cf29659a6 100644 --- a/log4j-parent/pom.xml +++ b/log4j-parent/pom.xml @@ -123,7 +123,7 @@ 0.2.0 1.2.17 2.15.0 - 1.5.0 + 1.6.0 1.3.14 3.9.6 4.11.0 diff --git a/src/changelog/.2.x.x/update_co_elastic_logging_log4j2_ecs_layout.xml b/src/changelog/.2.x.x/update_co_elastic_logging_log4j2_ecs_layout.xml new file mode 100644 index 00000000000..da8a4887158 --- /dev/null +++ b/src/changelog/.2.x.x/update_co_elastic_logging_log4j2_ecs_layout.xml @@ -0,0 +1,8 @@ + + + + Update `co.elastic.logging:log4j2-ecs-layout` to version `1.6.0` + diff --git a/src/site/_release-notes/_2.x.x.adoc b/src/site/_release-notes/_2.x.x.adoc index b7e55ec0c3a..e90287a64b1 100644 --- a/src/site/_release-notes/_2.x.x.adoc +++ b/src/site/_release-notes/_2.x.x.adoc @@ -32,6 +32,7 @@ This releases contains ... === Updated * Update `co.elastic.clients:elasticsearch-java` to version `8.12.2` (https://github.com/apache/logging-log4j2/pull/2315[2315]) +* Update `co.elastic.logging:log4j2-ecs-layout` to version `1.6.0` (https://github.com/apache/logging-log4j2/pull/2301[2301]) * Update `com.github.tomakehurst:wiremock-jre8` to version `2.35.2` (https://github.com/apache/logging-log4j2/pull/2306[2306]) * Update `github/codeql-action` to version `3.24.5` (https://github.com/apache/logging-log4j2/pull/2317[2317]) * Update `io.fabric8:docker-maven-plugin` to version `0.44.0` (https://github.com/apache/logging-log4j2/pull/2299[2299]) From 5451c7c29206f7d1b0f6382f76f33f645eaad07d Mon Sep 17 00:00:00 2001 From: ASF Logging Services RM Date: Tue, 27 Feb 2024 14:44:02 +0000 Subject: [PATCH 2/3] Update `org.apache.commons:commons-compress` to version `1.26.0` (#2304) --- log4j-parent/pom.xml | 2 +- .../.2.x.x/update_org_apache_commons_commons_compress.xml | 8 ++++++++ src/site/_release-notes/_2.x.x.adoc | 1 + 3 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 src/changelog/.2.x.x/update_org_apache_commons_commons_compress.xml diff --git a/log4j-parent/pom.xml b/log4j-parent/pom.xml index f6cf29659a6..d35a5d0fe29 100644 --- a/log4j-parent/pom.xml +++ b/log4j-parent/pom.xml @@ -69,7 +69,7 @@ 3.11.16 3.11.5 1.16.1 - 1.25.0 + 1.26.0 1.10.0 2.11.0 2.15.1 diff --git a/src/changelog/.2.x.x/update_org_apache_commons_commons_compress.xml b/src/changelog/.2.x.x/update_org_apache_commons_commons_compress.xml new file mode 100644 index 00000000000..8a37d6b8379 --- /dev/null +++ b/src/changelog/.2.x.x/update_org_apache_commons_commons_compress.xml @@ -0,0 +1,8 @@ + + + + Update `org.apache.commons:commons-compress` to version `1.26.0` + diff --git a/src/site/_release-notes/_2.x.x.adoc b/src/site/_release-notes/_2.x.x.adoc index e90287a64b1..6ea7146a1b9 100644 --- a/src/site/_release-notes/_2.x.x.adoc +++ b/src/site/_release-notes/_2.x.x.adoc @@ -36,3 +36,4 @@ This releases contains ... * Update `com.github.tomakehurst:wiremock-jre8` to version `2.35.2` (https://github.com/apache/logging-log4j2/pull/2306[2306]) * Update `github/codeql-action` to version `3.24.5` (https://github.com/apache/logging-log4j2/pull/2317[2317]) * Update `io.fabric8:docker-maven-plugin` to version `0.44.0` (https://github.com/apache/logging-log4j2/pull/2299[2299]) +* Update `org.apache.commons:commons-compress` to version `1.26.0` (https://github.com/apache/logging-log4j2/pull/2304[2304]) From 6d407b6d01d98843450ca2b483054b610bff4ed8 Mon Sep 17 00:00:00 2001 From: ASF Logging Services RM Date: Tue, 27 Feb 2024 14:47:00 +0000 Subject: [PATCH 3/3] Update `org.apache.kafka:kafka-clients` to version `3.7.0` (#2326) --- log4j-parent/pom.xml | 2 +- .../.2.x.x/update_org_apache_kafka_kafka_clients.xml | 8 ++++++++ src/site/_release-notes/_2.x.x.adoc | 1 + 3 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 src/changelog/.2.x.x/update_org_apache_kafka_kafka_clients.xml diff --git a/log4j-parent/pom.xml b/log4j-parent/pom.xml index d35a5d0fe29..d276e4a6178 100644 --- a/log4j-parent/pom.xml +++ b/log4j-parent/pom.xml @@ -118,7 +118,7 @@ 4.13.2 5.10.2 1.9.1 - 3.6.1 + 3.7.0 5.12.4 0.2.0 1.2.17 diff --git a/src/changelog/.2.x.x/update_org_apache_kafka_kafka_clients.xml b/src/changelog/.2.x.x/update_org_apache_kafka_kafka_clients.xml new file mode 100644 index 00000000000..74bdba25dd9 --- /dev/null +++ b/src/changelog/.2.x.x/update_org_apache_kafka_kafka_clients.xml @@ -0,0 +1,8 @@ + + + + Update `org.apache.kafka:kafka-clients` to version `3.7.0` + diff --git a/src/site/_release-notes/_2.x.x.adoc b/src/site/_release-notes/_2.x.x.adoc index 6ea7146a1b9..d0138e216b0 100644 --- a/src/site/_release-notes/_2.x.x.adoc +++ b/src/site/_release-notes/_2.x.x.adoc @@ -37,3 +37,4 @@ This releases contains ... * Update `github/codeql-action` to version `3.24.5` (https://github.com/apache/logging-log4j2/pull/2317[2317]) * Update `io.fabric8:docker-maven-plugin` to version `0.44.0` (https://github.com/apache/logging-log4j2/pull/2299[2299]) * Update `org.apache.commons:commons-compress` to version `1.26.0` (https://github.com/apache/logging-log4j2/pull/2304[2304]) +* Update `org.apache.kafka:kafka-clients` to version `3.7.0` (https://github.com/apache/logging-log4j2/pull/2326[2326])