Skip to content

Commit

Permalink
chore(deps): bump com.google.protobuf:protobuf-java
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.2 to 4.28.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] <support@github.com>
  • Loading branch information
dependabot[bot] committed Sep 16, 2024
1 parent b6468bf commit 27cc7d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ configurations.all {
force("org.apache.kafka:kafka-streams:" + kafkaVersion)
force("org.apache.kafka:kafka-server-common:" + kafkaVersion)
force("org.apache.kafka:kafka_" + kafkaScalaVersion + ":" + kafkaVersion)
force("com.google.protobuf:protobuf-java:3.25.2")
force("com.google.protobuf:protobuf-java:4.28.1")
force("com.fasterxml.jackson:jackson-bom:" + jacksonVersion)
force("com.fasterxml.jackson.core:jackson-core:" + jacksonVersion)
force("com.fasterxml.jackson.core:jackson-databind:" + jacksonVersion)
Expand Down Expand Up @@ -142,7 +142,7 @@ dependencies {
implementation group: 'com.fasterxml.jackson.module', name: 'jackson-module-scala_2.13', version: '2.17.2'

// protobuf
implementation group: "com.google.protobuf", name: "protobuf-java", version: '4.27.0'
implementation group: "com.google.protobuf", name: "protobuf-java", version: '4.28.1'
implementation group: "com.google.protobuf", name: "protobuf-java-util", version: '4.27.1'

//cenk is testing
Expand Down

0 comments on commit 27cc7d6

Please sign in to comment.