Skip to content

Commit

Permalink
Bump com.google.protobuf:protobuf-java from 3.25.3 to 4.29.1
Browse files Browse the repository at this point in the history
Bumps [com.google.protobuf:protobuf-java](https://github.com/protocolbuffers/protobuf) from 3.25.3 to 4.29.1.
- [Release notes](https://github.com/protocolbuffers/protobuf/releases)
- [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl)
- [Commits](https://github.com/protocolbuffers/protobuf/commits)

---
updated-dependencies:
- dependency-name: com.google.protobuf:protobuf-java
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 10, 2024
1 parent b4bf7ec commit b3832fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ subprojects {
set("guavaVersion", "33.3.1-jre")
set("confluentVersion", "7.7.2")
set("jacksonVersion", "2.18.2")
set("protobufVersion", "3.25.5")
set("protobufVersion", "4.29.1")
set("medeiaValidatorVersion", "1.1.0")
set("junitVersion", "5.11.3")
set("mockitoVersion", "5.14.2")
Expand Down
2 changes: 1 addition & 1 deletion kafka/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ dependencies {
api("io.confluent:kafka-protobuf-serializer:$confluentVersion")
api("io.confluent:kafka-streams-protobuf-serde:$confluentVersion")
api("io.confluent:kafka-streams-avro-serde:$confluentVersion")
api("com.google.protobuf:protobuf-java:3.25.3")
api("com.google.protobuf:protobuf-java:4.29.1")

api(project(":parser"))

Expand Down

0 comments on commit b3832fd

Please sign in to comment.