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

pkarwasz 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 53d6932a65 Bump org.apache.kafka:kafka-clients from 3.9.0 to 4.0.0 in 
/log4j-parent (#3548)
53d6932a65 is described below

commit 53d6932a6544aab36691ddfc50f4122370ed4b73
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Apr 17 20:05:13 2025 +0200

    Bump org.apache.kafka:kafka-clients from 3.9.0 to 4.0.0 in /log4j-parent 
(#3548)
    
    * Bump org.apache.kafka:kafka-clients from 3.9.0 to 4.0.0 in /log4j-parent
    
    Bumps org.apache.kafka:kafka-clients from 3.9.0 to 4.0.0.
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.kafka:kafka-clients
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * Revert "Bump org.apache.kafka:kafka-clients from 3.9.0 to 4.0.0 in 
/log4j-parent"
    
    This reverts commit 448bf14d8e9365c4931ae0610e06e5c1af7477cc.
    
    * Limit Kafka version to 3.x
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Piotr P. Karwasz <[email protected]>
---
 .github/dependabot.yaml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml
index 9d1524fb68..6c73c48d8d 100644
--- a/.github/dependabot.yaml
+++ b/.github/dependabot.yaml
@@ -159,6 +159,9 @@ updates:
       # SLF4J should not perform major version upgrades
       - dependency-name: "org.slf4j:slf4j-api"
         update-types: [ "version-update:semver-major" ]
+      # Kafka 4.x is not compatible with our appender
+      - dependency-name: "org.apache.kafka:*"
+        versions: [ "[4,)" ]
 
   - package-ecosystem: maven
     directories:

Reply via email to