Skip to content

Commit 71407bd

Browse files
Bump grpcVersion from 1.65.1 to 1.66.0
Bumps `grpcVersion` from 1.65.1 to 1.66.0. Updates `io.grpc:grpc-core` from 1.65.1 to 1.66.0 - [Release notes](https://github.com/grpc/grpc-java/releases) - [Commits](grpc/grpc-java@v1.65.1...v1.66.0) Updates `io.grpc:grpc-protobuf` from 1.65.1 to 1.66.0 - [Release notes](https://github.com/grpc/grpc-java/releases) - [Commits](grpc/grpc-java@v1.65.1...v1.66.0) Updates `io.grpc:grpc-stub` from 1.65.1 to 1.66.0 - [Release notes](https://github.com/grpc/grpc-java/releases) - [Commits](grpc/grpc-java@v1.65.1...v1.66.0) Updates `io.grpc:grpc-netty` from 1.65.1 to 1.66.0 - [Release notes](https://github.com/grpc/grpc-java/releases) - [Commits](grpc/grpc-java@v1.65.1...v1.66.0) Updates `io.grpc:grpc-netty-shaded` from 1.65.1 to 1.66.0 - [Release notes](https://github.com/grpc/grpc-java/releases) - [Commits](grpc/grpc-java@v1.65.1...v1.66.0) Updates `io.grpc:protoc-gen-grpc-java` from 1.65.1 to 1.66.0 - [Release notes](https://github.com/grpc/grpc-java/releases) - [Commits](grpc/grpc-java@v1.65.1...v1.66.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]>
1 parent 60fb430 commit 71407bd

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -697,7 +697,7 @@ subprojects {
697697
sign publishing.publications.mavenJava
698698
}
699699

700-
def grpcVersion = '1.65.1'
700+
def grpcVersion = '1.66.0'
701701
def log4jVersion = '2.23.1'
702702
def jacksonVersion = '2.17.2'
703703
def dropwizardMetricsVersion = '4.2.26'

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.65.1'
18+
def grpcVersion = '1.66.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.65.1'
18+
def grpcVersion = '1.66.0'
1919

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

eventmesh-meta/eventmesh-meta-raft/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ plugins {
1919
id 'com.google.protobuf' version '0.9.4'
2020
}
2121

22-
def grpcVersion = '1.65.1'
22+
def grpcVersion = '1.66.0'
2323
def protobufVersion = '3.25.3'
2424
def protocVersion = protobufVersion
2525

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.65.1") {
23+
implementation ("io.grpc:grpc-protobuf:1.66.0") {
2424
exclude group: "com.google.protobuf", module: "protobuf-java"
2525
}
2626
implementation("com.google.protobuf:protobuf-java:3.25.3")

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.65.1'
27+
def grpcVersion = '1.66.0'
2828
def protobufVersion = '3.25.3'
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.65.1") {
23+
implementation ("io.grpc:grpc-protobuf:1.66.0") {
2424
exclude group: "com.google.protobuf", module: "protobuf-java"
2525
}
2626
implementation("com.google.protobuf:protobuf-java:3.25.3")

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.65.1") {
21+
implementation ("io.grpc:grpc-protobuf:1.66.0") {
2222
exclude group: "com.google.protobuf", module: "protobuf-java"
2323
}
2424
implementation("com.google.protobuf:protobuf-java:3.25.3")

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.65.1'
18+
def grpcVersion = '1.66.0'
1919

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

0 commit comments

Comments
 (0)