Skip to content

Commit

Permalink
Bump protobufVersion from 3.21.5 to 3.25.3 (#4948)
Browse files Browse the repository at this point in the history
Bumps `protobufVersion` from 3.21.5 to 3.25.3.

Updates `com.google.protobuf:protobuf-java-util` from 3.21.5 to 3.25.3

Updates `com.google.protobuf:protobuf-java` from 3.21.5 to 3.25.3
- [Release notes](https://github.com/protocolbuffers/protobuf/releases)
- [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl)
- [Commits](protocolbuffers/protobuf@v3.21.5...v3.25.3)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jun 3, 2024
1 parent 6a158ad commit eebbde3
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion eventmesh-meta/eventmesh-meta-raft/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ plugins {
}

def grpcVersion = '1.50.2' // CURRENT_GRPC_VERSION
def protobufVersion = '3.21.5'
def protobufVersion = '3.25.3'
def protocVersion = protobufVersion

dependencies {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ dependencies {
implementation ("io.grpc:grpc-protobuf:1.64.0") {
exclude group: "com.google.protobuf", module: "protobuf-java"
}
implementation("com.google.protobuf:protobuf-java:3.21.5")
implementation("com.google.protobuf:protobuf-java:3.25.3")
implementation "io.cloudevents:cloudevents-protobuf"

compileOnly 'org.projectlombok:lombok'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ repositories {
}

def grpcVersion = '1.64.0' // CURRENT_GRPC_VERSION
def protobufVersion = '3.21.5'
def protobufVersion = '3.25.3'
def protocVersion = protobufVersion

dependencies {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ dependencies {
implementation ("io.grpc:grpc-protobuf:1.64.0") {
exclude group: "com.google.protobuf", module: "protobuf-java"
}
implementation("com.google.protobuf:protobuf-java:3.21.5")
implementation("com.google.protobuf:protobuf-java:3.25.3")
}
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ dependencies {
implementation ("io.grpc:grpc-protobuf:1.64.0") {
exclude group: "com.google.protobuf", module: "protobuf-java"
}
implementation("com.google.protobuf:protobuf-java:3.21.5")
implementation("com.google.protobuf:protobuf-java:3.25.3")
implementation "io.cloudevents:cloudevents-protobuf"

testImplementation project(":eventmesh-protocol-plugin:eventmesh-protocol-api")
Expand Down
2 changes: 1 addition & 1 deletion eventmesh-sdks/eventmesh-sdk-java/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ dependencies {

implementation "io.grpc:grpc-protobuf:${grpcVersion}"
implementation "io.grpc:grpc-stub:${grpcVersion}"
implementation "com.google.protobuf:protobuf-java-util:3.21.5"
implementation "com.google.protobuf:protobuf-java-util:3.25.3"
compileOnly 'org.projectlombok:lombok'
annotationProcessor 'org.projectlombok:lombok'

Expand Down

0 comments on commit eebbde3

Please sign in to comment.