You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by gi...@apache.org on 2023/12/06 10:56:29 UTC

(logging-log4j2) branch 2.x updated: Update `org.apache.kafka:kafka-clients` to version `3.6.1` (#2068)

This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch 2.x
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git


The following commit(s) were added to refs/heads/2.x by this push:
     new 921073dc24 Update `org.apache.kafka:kafka-clients` to version `3.6.1` (#2068)
921073dc24 is described below

commit 921073dc2429e842c0bd208a0e5519eeba0d6cad
Author: ASF Logging Services RM <pr...@logging.apache.org>
AuthorDate: Wed Dec 6 10:56:24 2023 +0000

    Update `org.apache.kafka:kafka-clients` to version `3.6.1` (#2068)
---
 log4j-parent/pom.xml                                           | 2 +-
 src/changelog/.2.x.x/update_org_apache_kafka_kafka_clients.xml | 4 ++--
 src/site/_release-notes/_2.x.x.adoc                            | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/log4j-parent/pom.xml b/log4j-parent/pom.xml
index 7b9a55e7c8..2d3aabe734 100644
--- a/log4j-parent/pom.xml
+++ b/log4j-parent/pom.xml
@@ -120,7 +120,7 @@
     <junit.version>4.13.2</junit.version>
     <junit-jupiter.version>5.10.1</junit-jupiter.version>
     <junit-pioneer.version>1.9.1</junit-pioneer.version>
-    <kafka.version>3.6.0</kafka.version>
+    <kafka.version>3.6.1</kafka.version>
     <kubernetes-client.version>5.12.4</kubernetes-client.version>
     <lightcouch.version>0.2.0</lightcouch.version>
     <log4j.version>1.2.17</log4j.version>
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
index 2841ca513b..1d38e9ab3c 100644
--- 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
@@ -3,6 +3,6 @@
        xmlns="http://logging.apache.org/log4j/changelog"
        xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
-  <issue id="2060" link="https://github.com/apache/logging-log4j2/pull/2060"/>
-  <description format="asciidoc">Update `org.apache.kafka:kafka-clients` to version `3.6.0`</description>
+  <issue id="2068" link="https://github.com/apache/logging-log4j2/pull/2068"/>
+  <description format="asciidoc">Update `org.apache.kafka:kafka-clients` to version `3.6.1`</description>
 </entry>
diff --git a/src/site/_release-notes/_2.x.x.adoc b/src/site/_release-notes/_2.x.x.adoc
index c692d2d707..b1e262ec53 100644
--- a/src/site/_release-notes/_2.x.x.adoc
+++ b/src/site/_release-notes/_2.x.x.adoc
@@ -40,7 +40,7 @@ This releases contains ...
 * Update `org.apache.commons:commons-dbcp2` to version `2.11.0` (https://github.com/apache/logging-log4j2/pull/2048[2048])
 * Update `org.apache.commons:commons-lang3` to version `3.14.0` (https://github.com/apache/logging-log4j2/pull/2047[2047])
 * Update `org.apache.commons:commons-pool2` to version `2.12.0` (https://github.com/apache/logging-log4j2/pull/2057[2057])
-* Update `org.apache.kafka:kafka-clients` to version `3.6.0` (https://github.com/apache/logging-log4j2/pull/2060[2060])
+* Update `org.apache.kafka:kafka-clients` to version `3.6.1` (https://github.com/apache/logging-log4j2/pull/2068[2068])
 * Update `org.apache.maven:maven-core` to version `3.9.6` (https://github.com/apache/logging-log4j2/pull/2040[2040])
 * Update `org.apache.maven.surefire:surefire-junit47` to version `3.2.2` (https://github.com/apache/logging-log4j2/pull/2059[2059])
 * Update `org.codehaus.plexus:plexus-utils` to version `3.5.1` (https://github.com/apache/logging-log4j2/pull/2056[2056])