This is an automated email from the ASF dual-hosted git repository.
harshitha pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/eventmesh.git
The following commit(s) were added to refs/heads/master by this push:
new 20946ff1e Bump grpcVersion from 1.66.0 to 1.68.0 (#5115)
20946ff1e is described below
commit 20946ff1e159a03be5765d5712ee2d25ce347a30
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Oct 18 21:32:00 2024 +0530
Bump grpcVersion from 1.66.0 to 1.68.0 (#5115)
Bumps `grpcVersion` from 1.66.0 to 1.68.0.
Updates `io.grpc:grpc-core` from 1.66.0 to 1.68.0
- [Release notes](https://github.com/grpc/grpc-java/releases)
- [Commits](https://github.com/grpc/grpc-java/compare/v1.66.0...v1.68.0)
Updates `io.grpc:grpc-protobuf` from 1.66.0 to 1.68.0
- [Release notes](https://github.com/grpc/grpc-java/releases)
- [Commits](https://github.com/grpc/grpc-java/compare/v1.66.0...v1.68.0)
Updates `io.grpc:grpc-stub` from 1.66.0 to 1.68.0
- [Release notes](https://github.com/grpc/grpc-java/releases)
- [Commits](https://github.com/grpc/grpc-java/compare/v1.66.0...v1.68.0)
Updates `io.grpc:grpc-netty` from 1.66.0 to 1.68.0
- [Release notes](https://github.com/grpc/grpc-java/releases)
- [Commits](https://github.com/grpc/grpc-java/compare/v1.66.0...v1.68.0)
Updates `io.grpc:grpc-netty-shaded` from 1.66.0 to 1.68.0
- [Release notes](https://github.com/grpc/grpc-java/releases)
- [Commits](https://github.com/grpc/grpc-java/compare/v1.66.0...v1.68.0)
Updates `io.grpc:protoc-gen-grpc-java` from 1.66.0 to 1.68.0
- [Release notes](https://github.com/grpc/grpc-java/releases)
- [Commits](https://github.com/grpc/grpc-java/compare/v1.66.0...v1.68.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>
---
build.gradle | 2 +-
eventmesh-common/build.gradle | 2 +-
eventmesh-examples/build.gradle | 2 +-
eventmesh-meta/eventmesh-meta-raft/build.gradle | 2 +-
eventmesh-protocol-plugin/eventmesh-protocol-cloudevents/build.gradle | 2 +-
eventmesh-protocol-plugin/eventmesh-protocol-grpc/build.gradle | 2 +-
eventmesh-protocol-plugin/eventmesh-protocol-http/build.gradle | 2 +-
eventmesh-protocol-plugin/eventmesh-protocol-meshmessage/build.gradle | 2 +-
eventmesh-sdks/eventmesh-sdk-java/build.gradle | 2 +-
9 files changed, 9 insertions(+), 9 deletions(-)
diff --git a/build.gradle b/build.gradle
index 5776de354..a18e2136d 100644
--- a/build.gradle
+++ b/build.gradle
@@ -697,7 +697,7 @@ subprojects {
sign publishing.publications.mavenJava
}
- def grpcVersion = '1.66.0'
+ def grpcVersion = '1.68.0'
def log4jVersion = '2.23.1'
def jacksonVersion = '2.17.2'
def dropwizardMetricsVersion = '4.2.26'
diff --git a/eventmesh-common/build.gradle b/eventmesh-common/build.gradle
index 1cbef7ec2..21b6e63d4 100644
--- a/eventmesh-common/build.gradle
+++ b/eventmesh-common/build.gradle
@@ -15,7 +15,7 @@
* limitations under the License.
*/
-def grpcVersion = '1.66.0'
+def grpcVersion = '1.68.0'
dependencies {
api "com.google.guava:guava"
diff --git a/eventmesh-examples/build.gradle b/eventmesh-examples/build.gradle
index 2cd5d6638..bd90b8349 100644
--- a/eventmesh-examples/build.gradle
+++ b/eventmesh-examples/build.gradle
@@ -15,7 +15,7 @@
* limitations under the License.
*/
-def grpcVersion = '1.66.0'
+def grpcVersion = '1.68.0'
dependencies {
implementation project(":eventmesh-sdks:eventmesh-sdk-java")
diff --git a/eventmesh-meta/eventmesh-meta-raft/build.gradle
b/eventmesh-meta/eventmesh-meta-raft/build.gradle
index 9718b24df..210e348c8 100644
--- a/eventmesh-meta/eventmesh-meta-raft/build.gradle
+++ b/eventmesh-meta/eventmesh-meta-raft/build.gradle
@@ -19,7 +19,7 @@ plugins {
id 'com.google.protobuf' version '0.9.4'
}
-def grpcVersion = '1.66.0'
+def grpcVersion = '1.68.0'
def protobufVersion = '3.25.4'
def protocVersion = protobufVersion
diff --git
a/eventmesh-protocol-plugin/eventmesh-protocol-cloudevents/build.gradle
b/eventmesh-protocol-plugin/eventmesh-protocol-cloudevents/build.gradle
index 2f6c05528..e6ffc372b 100644
--- a/eventmesh-protocol-plugin/eventmesh-protocol-cloudevents/build.gradle
+++ b/eventmesh-protocol-plugin/eventmesh-protocol-cloudevents/build.gradle
@@ -20,7 +20,7 @@ dependencies {
implementation "io.cloudevents:cloudevents-core"
implementation "com.google.guava:guava"
implementation "io.cloudevents:cloudevents-json-jackson"
- implementation ("io.grpc:grpc-protobuf:1.66.0") {
+ implementation ("io.grpc:grpc-protobuf:1.68.0") {
exclude group: "com.google.protobuf", module: "protobuf-java"
}
implementation("com.google.protobuf:protobuf-java:3.25.4")
diff --git a/eventmesh-protocol-plugin/eventmesh-protocol-grpc/build.gradle
b/eventmesh-protocol-plugin/eventmesh-protocol-grpc/build.gradle
index 844a4b454..5929c7213 100644
--- a/eventmesh-protocol-plugin/eventmesh-protocol-grpc/build.gradle
+++ b/eventmesh-protocol-plugin/eventmesh-protocol-grpc/build.gradle
@@ -24,7 +24,7 @@ repositories {
mavenCentral()
}
-def grpcVersion = '1.66.0'
+def grpcVersion = '1.68.0'
def protobufVersion = '3.25.4'
def protocVersion = protobufVersion
diff --git a/eventmesh-protocol-plugin/eventmesh-protocol-http/build.gradle
b/eventmesh-protocol-plugin/eventmesh-protocol-http/build.gradle
index 8ca23d60a..d219c5dc0 100644
--- a/eventmesh-protocol-plugin/eventmesh-protocol-http/build.gradle
+++ b/eventmesh-protocol-plugin/eventmesh-protocol-http/build.gradle
@@ -20,7 +20,7 @@ dependencies {
implementation "io.cloudevents:cloudevents-core"
implementation "com.google.guava:guava"
implementation "io.cloudevents:cloudevents-json-jackson"
- implementation ("io.grpc:grpc-protobuf:1.66.0") {
+ implementation ("io.grpc:grpc-protobuf:1.68.0") {
exclude group: "com.google.protobuf", module: "protobuf-java"
}
implementation("com.google.protobuf:protobuf-java:3.25.4")
diff --git
a/eventmesh-protocol-plugin/eventmesh-protocol-meshmessage/build.gradle
b/eventmesh-protocol-plugin/eventmesh-protocol-meshmessage/build.gradle
index 36ce1ed4d..3f15d199f 100644
--- a/eventmesh-protocol-plugin/eventmesh-protocol-meshmessage/build.gradle
+++ b/eventmesh-protocol-plugin/eventmesh-protocol-meshmessage/build.gradle
@@ -18,7 +18,7 @@
dependencies {
implementation project(":eventmesh-protocol-plugin:eventmesh-protocol-api")
implementation "io.cloudevents:cloudevents-core"
- implementation ("io.grpc:grpc-protobuf:1.66.0") {
+ implementation ("io.grpc:grpc-protobuf:1.68.0") {
exclude group: "com.google.protobuf", module: "protobuf-java"
}
implementation("com.google.protobuf:protobuf-java:3.25.4")
diff --git a/eventmesh-sdks/eventmesh-sdk-java/build.gradle
b/eventmesh-sdks/eventmesh-sdk-java/build.gradle
index 1a83d9e4b..be55c650a 100644
--- a/eventmesh-sdks/eventmesh-sdk-java/build.gradle
+++ b/eventmesh-sdks/eventmesh-sdk-java/build.gradle
@@ -15,7 +15,7 @@
* limitations under the License.
*/
-def grpcVersion = '1.66.0'
+def grpcVersion = '1.68.0'
dependencies {
api(project(":eventmesh-common")) {
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]