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

FrankChen021 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/druid.git


The following commit(s) were added to refs/heads/master by this push:
     new 3f16421969c build(deps-dev): bump confluent.version from 6.2.15 to 
8.3.1 (#19994)
3f16421969c is described below

commit 3f16421969c1d53271c1b948bf0c5323b119f6f5
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Aug 13 13:00:49 2026 +0800

    build(deps-dev): bump confluent.version from 6.2.15 to 8.3.1 (#19994)
    
    * build(deps-dev): bump confluent.version from 6.2.15 to 8.3.1
    
    Bumps `confluent.version` from 6.2.15 to 8.3.1.
    
    Updates `io.confluent:kafka-schema-registry-client` from 6.2.15 to 8.3.1
    - 
[Commits](https://github.com/confluentinc/schema-registry/compare/v6.2.15...v8.3.1)
    
    Updates `io.confluent:kafka-protobuf-provider` from 6.2.15 to 8.3.1
    - 
[Commits](https://github.com/confluentinc/schema-registry/compare/v6.2.15...v8.3.1)
    
    ---
    updated-dependencies:
    - dependency-name: io.confluent:kafka-schema-registry-client
      dependency-version: 8.3.1
      dependency-type: direct:development
      update-type: version-update:semver-major
    - dependency-name: io.confluent:kafka-protobuf-provider
      dependency-version: 8.3.1
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * build: align Avro with Confluent
    
    * build: register aligned Confluent licenses
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Frank Chen <[email protected]>
---
 licenses.yaml     | 43 +++++++++++++++++++++++++++++++++++++++++++
 pom.xml           |  2 +-
 quidem-ut/pom.xml |  4 ++--
 3 files changed, 46 insertions(+), 3 deletions(-)

diff --git a/licenses.yaml b/licenses.yaml
index 7e4a8773c24..56436c94f3d 100644
--- a/licenses.yaml
+++ b/licenses.yaml
@@ -7378,3 +7378,46 @@ notice: |
   "Javassist is distributed under the Mozilla Public License 1.1 (MPL),
   the GNU Lesser General Public License 2.1 (LGPL), and the Apache License 2.0 
(AL).
   You can choose one of them."
+
+---
+
+name: Kafka Schema Registry Client
+version: 8.3.1
+license_category: binary
+module: extensions/druid-protobuf-extensions
+license_name: Apache License version 2.0
+libraries:
+  - io.confluent: kafka-schema-registry-client
+  - io.confluent: common-utils
+  - io.confluent: kafka-avro-types
+  - io.confluent: kafka-schema-types
+
+---
+
+name: Jackson Datatype JDK8
+version: 2.22.1
+license_category: binary
+module: extensions/druid-protobuf-extensions
+license_name: Apache License version 2.0
+libraries:
+  - com.fasterxml.jackson.datatype: jackson-datatype-jdk8
+
+---
+
+name: swagger-annotations-jakarta
+version: 2.2.42
+license_category: binary
+module: extensions/druid-protobuf-extensions
+license_name: Apache License version 2.0
+libraries:
+  - io.swagger.core.v3: swagger-annotations-jakarta
+
+---
+
+name: Confluent Kafka Client
+version: 8.3.1-ccs
+license_category: binary
+module: extensions/druid-protobuf-extensions
+license_name: Apache License version 2.0
+libraries:
+  - org.apache.kafka: kafka-clients
diff --git a/pom.xml b/pom.xml
index 2e7eaa24596..e334bbc1cea 100644
--- a/pom.xml
+++ b/pom.xml
@@ -90,7 +90,7 @@
             The base calcite parser was copied into the project; when updating 
Calcite run dev/upgrade-calcite-parser to adopt upstream changes
           -->
         <calcite.version>1.41.0</calcite.version>
-        <confluent.version>6.2.15</confluent.version>
+        <confluent.version>8.3.1</confluent.version>
         <cronutils.version>9.2.1</cronutils.version>
         <datasketches.version>4.2.0</datasketches.version>
         <datasketches.memory.version>2.2.0</datasketches.memory.version>
diff --git a/quidem-ut/pom.xml b/quidem-ut/pom.xml
index 82c2352d0c8..289261b9b08 100644
--- a/quidem-ut/pom.xml
+++ b/quidem-ut/pom.xml
@@ -351,7 +351,7 @@
         <dependency>
             <groupId>io.confluent</groupId>
             <artifactId>kafka-schema-registry-client</artifactId>
-            <version>6.2.12</version>
+            <version>8.3.1</version>
             <exclusions>
                 <exclusion>
                     <groupId>org.slf4j</groupId>
@@ -386,7 +386,7 @@
         <dependency>
             <groupId>io.confluent</groupId>
             <artifactId>kafka-protobuf-provider</artifactId>
-            <version>6.2.12</version>
+            <version>8.3.1</version>
         </dependency>
         <dependency>
             <groupId>com.google.protobuf</groupId>


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to