Skip to content

Commit 04d0c54

Browse files
Bump grpcVersion from 1.43.2 to 1.64.0 (apache#4904)
Bumps `grpcVersion` from 1.43.2 to 1.64.0. Updates `io.grpc:grpc-core` from 1.43.2 to 1.64.0 - [Release notes](https://github.com/grpc/grpc-java/releases) - [Commits](grpc/grpc-java@v1.43.2...v1.64.0) Updates `io.grpc:grpc-protobuf` from 1.42.2 to 1.64.0 - [Release notes](https://github.com/grpc/grpc-java/releases) - [Commits](grpc/grpc-java@v1.42.2...v1.64.0) Updates `io.grpc:grpc-stub` from 1.43.2 to 1.64.0 - [Release notes](https://github.com/grpc/grpc-java/releases) - [Commits](grpc/grpc-java@v1.43.2...v1.64.0) Updates `io.grpc:grpc-netty` from 1.43.2 to 1.64.0 - [Release notes](https://github.com/grpc/grpc-java/releases) - [Commits](grpc/grpc-java@v1.43.2...v1.64.0) Updates `io.grpc:grpc-netty-shaded` from 1.43.2 to 1.64.0 - [Release notes](https://github.com/grpc/grpc-java/releases) - [Commits](grpc/grpc-java@v1.43.2...v1.64.0) Updates `io.grpc:protoc-gen-grpc-java` from 1.43.2 to 1.64.0 - [Release notes](https://github.com/grpc/grpc-java/releases) - [Commits](grpc/grpc-java@v1.43.2...v1.64.0) --- updated-dependencies: - dependency-name: io.grpc:grpc-core dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: io.grpc:grpc-protobuf dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: io.grpc:grpc-stub dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: io.grpc:grpc-netty dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: io.grpc:grpc-netty-shaded dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: io.grpc:protoc-gen-grpc-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>
1 parent 96ae8e2 commit 04d0c54

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -648,7 +648,7 @@ subprojects {
648648
sign publishing.publications.mavenJava
649649
}
650650

651-
def grpcVersion = '1.50.2'
651+
def grpcVersion = '1.64.0'
652652
def log4jVersion = '2.23.1'
653653
def jacksonVersion = '2.17.1'
654654
def dropwizardMetricsVersion = '4.2.25'

eventmesh-common/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
* limitations under the License.
1616
*/
1717

18-
def grpcVersion = '1.43.2'
18+
def grpcVersion = '1.64.0'
1919

2020
dependencies {
2121
api "com.google.guava:guava"

eventmesh-examples/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
* limitations under the License.
1616
*/
1717

18-
def grpcVersion = '1.50.2'
18+
def grpcVersion = '1.64.0'
1919

2020
dependencies {
2121
implementation project(":eventmesh-sdks:eventmesh-sdk-java")

eventmesh-protocol-plugin/eventmesh-protocol-cloudevents/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ dependencies {
2020
implementation "io.cloudevents:cloudevents-core"
2121
implementation "com.google.guava:guava"
2222
implementation "io.cloudevents:cloudevents-json-jackson"
23-
implementation ("io.grpc:grpc-protobuf:1.42.2") {
23+
implementation ("io.grpc:grpc-protobuf:1.64.0") {
2424
exclude group: "com.google.protobuf", module: "protobuf-java"
2525
}
2626
implementation("com.google.protobuf:protobuf-java:3.21.5")

eventmesh-protocol-plugin/eventmesh-protocol-grpc/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ repositories {
2424
mavenCentral()
2525
}
2626

27-
def grpcVersion = '1.43.2' // CURRENT_GRPC_VERSION
27+
def grpcVersion = '1.64.0' // CURRENT_GRPC_VERSION
2828
def protobufVersion = '3.21.5'
2929
def protocVersion = protobufVersion
3030

eventmesh-protocol-plugin/eventmesh-protocol-http/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ dependencies {
2020
implementation "io.cloudevents:cloudevents-core"
2121
implementation "com.google.guava:guava"
2222
implementation "io.cloudevents:cloudevents-json-jackson"
23-
implementation ("io.grpc:grpc-protobuf:1.42.2") {
23+
implementation ("io.grpc:grpc-protobuf:1.64.0") {
2424
exclude group: "com.google.protobuf", module: "protobuf-java"
2525
}
2626
implementation("com.google.protobuf:protobuf-java:3.21.5")

eventmesh-protocol-plugin/eventmesh-protocol-meshmessage/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
dependencies {
1919
implementation project(":eventmesh-protocol-plugin:eventmesh-protocol-api")
2020
implementation "io.cloudevents:cloudevents-core"
21-
implementation ("io.grpc:grpc-protobuf:1.42.2") {
21+
implementation ("io.grpc:grpc-protobuf:1.64.0") {
2222
exclude group: "com.google.protobuf", module: "protobuf-java"
2323
}
2424
implementation("com.google.protobuf:protobuf-java:3.21.5")

eventmesh-sdks/eventmesh-sdk-java/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
* limitations under the License.
1616
*/
1717

18-
def grpcVersion = '1.43.2'
18+
def grpcVersion = '1.64.0'
1919

2020
dependencies {
2121
api(project(":eventmesh-common")) {

0 commit comments

Comments
 (0)