Skip to content

Commit

Permalink
[FLINK-34244] Upgrade Confluent Platform Avro Schema Registry to vers…
Browse files Browse the repository at this point in the history
…ion 7.5.3
  • Loading branch information
MartijnVisser committed Feb 8, 2024
1 parent 01cdc70 commit 6bfc53c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 15 deletions.
2 changes: 1 addition & 1 deletion flink-formats/flink-avro-confluent-registry/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ under the License.

<properties>
<kafka.version>3.2.3</kafka.version>
<confluent.version>7.2.2</confluent.version>
<confluent.version>7.5.3</confluent.version>
</properties>

<repositories>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,24 +9,16 @@ This project bundles the following dependencies under the Apache Software Licens
- com.fasterxml.jackson.core:jackson-annotations:2.15.3
- com.fasterxml.jackson.core:jackson-core:2.15.3
- com.fasterxml.jackson.core:jackson-databind:2.15.3
- com.google.guava:guava:30.1.1-jre
- io.confluent:common-config:7.2.2
- io.confluent:common-utils:7.2.2
- io.confluent:kafka-schema-registry-client:7.2.2
- com.google.guava:guava:32.0.1-jre
- io.confluent:common-utils:7.5.3
- io.confluent:kafka-schema-registry-client:7.5.3
- org.apache.avro:avro:1.11.3
- org.apache.commons:commons-compress:1.24.0
- org.apache.kafka:kafka-clients:7.2.2-ccs
- org.glassfish.jersey.core:jersey-common:2.30
- org.apache.kafka:kafka-clients:7.5.3-ccs
- org.xerial.snappy:snappy-java:1.1.10.4

The binary distribution of this product bundles these dependencies under the Eclipse Public License - v 2.0 (https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.txt)

- jakarta.annotation:jakarta.annotation-api:1.3.5
- jakarta.ws.rs:jakarta.ws.rs-api:2.1.6
- org.glassfish.hk2.external:jakarta.inject:2.6.1
- org.glassfish.hk2:osgi-resource-locator:1.0.3
- org.yaml:snakeyaml:1.33

This project bundles the following dependencies under the BSD license.
See bundled license files for details.

- com.github.luben:zstd-jni:1.5.2-1
- com.github.luben:zstd-jni:1.5.5-1

0 comments on commit 6bfc53c

Please sign in to comment.