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 @@ -694,7 +694,7 @@ subprojects {
694
694
sign publishing. publications. mavenJava
695
695
}
696
696
697
- def grpcVersion = ' 1.68 .0'
697
+ def grpcVersion = ' 1.70 .0'
698
698
def log4jVersion = ' 2.24.1'
699
699
def jacksonVersion = ' 2.18.0'
700
700
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.68 .0'
18
+ def grpcVersion = ' 1.70 .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.68 .0'
18
+ def grpcVersion = ' 1.70 .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.68 .0'
22
+ def grpcVersion = ' 1.70 .0'
23
23
def protobufVersion = ' 3.25.4'
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.68 .0" ) {
23
+ implementation (" io.grpc:grpc-protobuf:1.70 .0" ) {
24
24
exclude group : " com.google.protobuf" , module : " protobuf-java"
25
25
}
26
26
implementation(" com.google.protobuf:protobuf-java:3.25.4" )
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.68 .0'
27
+ def grpcVersion = ' 1.70 .0'
28
28
def protobufVersion = ' 3.25.4'
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.68 .0" ) {
23
+ implementation (" io.grpc:grpc-protobuf:1.70 .0" ) {
24
24
exclude group : " com.google.protobuf" , module : " protobuf-java"
25
25
}
26
26
implementation(" com.google.protobuf:protobuf-java:3.25.4" )
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.68 .0" ) {
21
+ implementation (" io.grpc:grpc-protobuf:1.70 .0" ) {
22
22
exclude group : " com.google.protobuf" , module : " protobuf-java"
23
23
}
24
24
implementation(" com.google.protobuf:protobuf-java:3.25.4" )
Original file line number Diff line number Diff line change 15
15
* limitations under the License.
16
16
*/
17
17
18
- def grpcVersion = ' 1.68 .0'
18
+ def grpcVersion = ' 1.70 .0'
19
19
20
20
dependencies {
21
21
api(project(" :eventmesh-common" )) {
You can’t perform that action at this time.
0 commit comments