Skip to content

Commit

Permalink
Bump confluentVersion from 7.7.2 to 7.8.0
Browse files Browse the repository at this point in the history
Bumps `confluentVersion` from 7.7.2 to 7.8.0.

Updates `io.confluent:kafka-schema-registry-client` from 7.7.2 to 7.8.0
- [Commits](confluentinc/schema-registry@v7.7.2...v7.8.0)

Updates `io.confluent:kafka-json-schema-provider` from 7.7.2 to 7.8.0
- [Commits](confluentinc/schema-registry@v7.7.2...v7.8.0)

---
updated-dependencies:
- dependency-name: io.confluent:kafka-schema-registry-client
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: io.confluent:kafka-json-schema-provider
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 1, 2025
1 parent d921dfb commit 78551ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ subprojects {
set("mockitoVersion", "5.14.2") // https://mvnrepository.com/artifact/org.mockito/mockito-junit-jupiter
// Update kafka_version in `.github/workflows/build.yml` when updating this version
set("kafkaVersion", "3.8.1") // https://mvnrepository.com/artifact/org.apache.kafka
set("confluentVersion", "7.7.2") // https://packages.confluent.io/maven/io/confluent/kafka-schema-registry-client
set("confluentVersion", "7.8.0") // https://packages.confluent.io/maven/io/confluent/kafka-schema-registry-client
set("testContainersVersion", "1.19.8") // https://mvnrepository.com/artifact/org.testcontainers/testcontainers
}

Expand Down

0 comments on commit 78551ad

Please sign in to comment.