Skip to content

Commit

Permalink
Bump com.google.protobuf:protobuf-java from 3.25.3 to 4.28.3
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.28.3.
- [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 Nov 2, 2024
1 parent a62e028 commit ae9056b
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 @@ -70,7 +70,7 @@ subprojects {
set("guavaVersion", "33.3.1-jre")
set("confluentVersion", "7.7.1")
set("jacksonVersion", "2.18.1")
set("protobufVersion", "3.25.5")
set("protobufVersion", "4.28.3")
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.28.3")

implementation(project(":parser"))

Expand Down

0 comments on commit ae9056b

Please sign in to comment.