Skip to content

Commit

Permalink
Update org.apache.kafka:kafka-clients to version 3.6.1 (#2068)
Browse files Browse the repository at this point in the history
  • Loading branch information
asf-rm committed Dec 6, 2023
1 parent 557209b commit 921073d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion log4j-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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>
2 changes: 1 addition & 1 deletion src/site/_release-notes/_2.x.x.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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])
Expand Down

0 comments on commit 921073d

Please sign in to comment.