File tree 9 files changed +9
-9
lines changed
eventmesh-meta/eventmesh-meta-raft
eventmesh-protocol-plugin
eventmesh-protocol-cloudevents
eventmesh-protocol-meshmessage
eventmesh-sdks/eventmesh-sdk-java
9 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -697,7 +697,7 @@ subprojects {
697
697
sign publishing. publications. mavenJava
698
698
}
699
699
700
- def grpcVersion = ' 1.65.1 '
700
+ def grpcVersion = ' 1.66.0 '
701
701
def log4jVersion = ' 2.23.1'
702
702
def jacksonVersion = ' 2.17.2'
703
703
def dropwizardMetricsVersion = ' 4.2.26'
Original file line number Diff line number Diff line change 15
15
* limitations under the License.
16
16
*/
17
17
18
- def grpcVersion = ' 1.65.1 '
18
+ def grpcVersion = ' 1.66.0 '
19
19
20
20
dependencies {
21
21
api " com.google.guava:guava"
Original file line number Diff line number Diff line change 15
15
* limitations under the License.
16
16
*/
17
17
18
- def grpcVersion = ' 1.65.1 '
18
+ def grpcVersion = ' 1.66.0 '
19
19
20
20
dependencies {
21
21
implementation project(" :eventmesh-sdks:eventmesh-sdk-java" )
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ plugins {
19
19
id ' com.google.protobuf' version ' 0.9.4'
20
20
}
21
21
22
- def grpcVersion = ' 1.65.1 '
22
+ def grpcVersion = ' 1.66.0 '
23
23
def protobufVersion = ' 3.25.3'
24
24
def protocVersion = protobufVersion
25
25
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ dependencies {
20
20
implementation " io.cloudevents:cloudevents-core"
21
21
implementation " com.google.guava:guava"
22
22
implementation " io.cloudevents:cloudevents-json-jackson"
23
- implementation (" io.grpc:grpc-protobuf:1.65.1 " ) {
23
+ implementation (" io.grpc:grpc-protobuf:1.66.0 " ) {
24
24
exclude group : " com.google.protobuf" , module : " protobuf-java"
25
25
}
26
26
implementation(" com.google.protobuf:protobuf-java:3.25.3" )
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ repositories {
24
24
mavenCentral()
25
25
}
26
26
27
- def grpcVersion = ' 1.65.1 '
27
+ def grpcVersion = ' 1.66.0 '
28
28
def protobufVersion = ' 3.25.3'
29
29
def protocVersion = protobufVersion
30
30
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ dependencies {
20
20
implementation " io.cloudevents:cloudevents-core"
21
21
implementation " com.google.guava:guava"
22
22
implementation " io.cloudevents:cloudevents-json-jackson"
23
- implementation (" io.grpc:grpc-protobuf:1.65.1 " ) {
23
+ implementation (" io.grpc:grpc-protobuf:1.66.0 " ) {
24
24
exclude group : " com.google.protobuf" , module : " protobuf-java"
25
25
}
26
26
implementation(" com.google.protobuf:protobuf-java:3.25.3" )
Original file line number Diff line number Diff line change 18
18
dependencies {
19
19
implementation project(" :eventmesh-protocol-plugin:eventmesh-protocol-api" )
20
20
implementation " io.cloudevents:cloudevents-core"
21
- implementation (" io.grpc:grpc-protobuf:1.65.1 " ) {
21
+ implementation (" io.grpc:grpc-protobuf:1.66.0 " ) {
22
22
exclude group : " com.google.protobuf" , module : " protobuf-java"
23
23
}
24
24
implementation(" com.google.protobuf:protobuf-java:3.25.3" )
Original file line number Diff line number Diff line change 15
15
* limitations under the License.
16
16
*/
17
17
18
- def grpcVersion = ' 1.65.1 '
18
+ def grpcVersion = ' 1.66.0 '
19
19
20
20
dependencies {
21
21
api(project(" :eventmesh-common" )) {
You can’t perform that action at this time.
0 commit comments