diff --git a/log4j-parent/pom.xml b/log4j-parent/pom.xml index 957c1ef8bf3..d276e4a6178 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 @@ -118,12 +118,12 @@ 4.13.2 5.10.2 1.9.1 - 3.6.1 + 3.7.0 5.12.4 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/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/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 b7e55ec0c3a..d0138e216b0 100644 --- a/src/site/_release-notes/_2.x.x.adoc +++ b/src/site/_release-notes/_2.x.x.adoc @@ -32,6 +32,9 @@ 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]) +* 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])