Skip to content

Commit 9dd7708

Browse files
Bump the confluent-dependencies group with 5 updates
Bumps the confluent-dependencies group with 5 updates: | Package | From | To | | --- | --- | --- | | [io.confluent:kafka-avro-serializer](https://github.com/confluentinc/schema-registry) | `7.6.2` | `7.7.0` | | [io.confluent:kafka-schema-registry-client](https://github.com/confluentinc/schema-registry) | `7.6.2` | `7.7.0` | | [io.confluent:kafka-protobuf-serializer](https://github.com/confluentinc/schema-registry) | `7.6.2` | `7.7.0` | | [io.confluent:kafka-json-schema-serializer](https://github.com/confluentinc/schema-registry) | `7.6.2` | `7.7.0` | | [io.confluent:kafka-connect-avro-converter](https://github.com/confluentinc/schema-registry) | `7.6.2` | `7.7.0` | Updates `io.confluent:kafka-avro-serializer` from 7.6.2 to 7.7.0 - [Commits](https://github.com/confluentinc/schema-registry/commits/v7.7.0) Updates `io.confluent:kafka-schema-registry-client` from 7.6.2 to 7.7.0 - [Commits](https://github.com/confluentinc/schema-registry/commits/v7.7.0) Updates `io.confluent:kafka-protobuf-serializer` from 7.6.2 to 7.7.0 - [Commits](https://github.com/confluentinc/schema-registry/commits/v7.7.0) Updates `io.confluent:kafka-json-schema-serializer` from 7.6.2 to 7.7.0 - [Commits](https://github.com/confluentinc/schema-registry/commits/v7.7.0) Updates `io.confluent:kafka-connect-avro-converter` from 7.6.2 to 7.7.0 - [Commits](https://github.com/confluentinc/schema-registry/commits/v7.7.0) Updates `io.confluent:kafka-schema-registry-client` from 7.6.2 to 7.7.0 - [Commits](https://github.com/confluentinc/schema-registry/commits/v7.7.0) Updates `io.confluent:kafka-protobuf-serializer` from 7.6.2 to 7.7.0 - [Commits](https://github.com/confluentinc/schema-registry/commits/v7.7.0) Updates `io.confluent:kafka-json-schema-serializer` from 7.6.2 to 7.7.0 - [Commits](https://github.com/confluentinc/schema-registry/commits/v7.7.0) Updates `io.confluent:kafka-connect-avro-converter` from 7.6.2 to 7.7.0 - [Commits](https://github.com/confluentinc/schema-registry/commits/v7.7.0) --- updated-dependencies: - dependency-name: io.confluent:kafka-avro-serializer dependency-type: direct:production update-type: version-update:semver-minor dependency-group: confluent-dependencies - dependency-name: io.confluent:kafka-schema-registry-client dependency-type: direct:production update-type: version-update:semver-minor dependency-group: confluent-dependencies - dependency-name: io.confluent:kafka-protobuf-serializer dependency-type: direct:production update-type: version-update:semver-minor dependency-group: confluent-dependencies - dependency-name: io.confluent:kafka-json-schema-serializer dependency-type: direct:production update-type: version-update:semver-minor dependency-group: confluent-dependencies - dependency-name: io.confluent:kafka-connect-avro-converter dependency-type: direct:production update-type: version-update:semver-minor dependency-group: confluent-dependencies - dependency-name: io.confluent:kafka-schema-registry-client dependency-type: direct:production update-type: version-update:semver-minor dependency-group: confluent-dependencies - dependency-name: io.confluent:kafka-protobuf-serializer dependency-type: direct:production update-type: version-update:semver-minor dependency-group: confluent-dependencies - dependency-name: io.confluent:kafka-json-schema-serializer dependency-type: direct:production update-type: version-update:semver-minor dependency-group: confluent-dependencies - dependency-name: io.confluent:kafka-connect-avro-converter dependency-type: direct:production update-type: version-update:semver-minor dependency-group: confluent-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a46d5c8 commit 9dd7708

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@
157157
<picocli.version>4.6.3</picocli.version>
158158

159159
<!-- Confluent API / client -->
160-
<confluent.version>7.6.2</confluent.version>
160+
<confluent.version>7.7.0</confluent.version>
161161

162162
<!-- Default Quarkus configuration profile -->
163163
<quarkus.profile>dev</quarkus.profile>

utils/exportConfluent/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
<dependency>
4040
<groupId>io.confluent</groupId>
4141
<artifactId>kafka-schema-registry-client</artifactId>
42-
<version>7.6.2</version>
42+
<version>7.7.0</version>
4343
</dependency>
4444
</dependencies>
4545

0 commit comments

Comments
 (0)