File tree 8 files changed +8
-8
lines changed
eventmesh-protocol-plugin
eventmesh-protocol-cloudevents
eventmesh-protocol-meshmessage
eventmesh-sdks/eventmesh-sdk-java
8 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -648,7 +648,7 @@ subprojects {
648
648
sign publishing. publications. mavenJava
649
649
}
650
650
651
- def grpcVersion = ' 1.50.2 '
651
+ def grpcVersion = ' 1.64.0 '
652
652
def log4jVersion = ' 2.23.1'
653
653
def jacksonVersion = ' 2.17.1'
654
654
def dropwizardMetricsVersion = ' 4.2.25'
Original file line number Diff line number Diff line change 15
15
* limitations under the License.
16
16
*/
17
17
18
- def grpcVersion = ' 1.43.2 '
18
+ def grpcVersion = ' 1.64.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.50.2 '
18
+ def grpcVersion = ' 1.64.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 @@ -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.42.2 " ) {
23
+ implementation (" io.grpc:grpc-protobuf:1.64.0 " ) {
24
24
exclude group : " com.google.protobuf" , module : " protobuf-java"
25
25
}
26
26
implementation(" com.google.protobuf:protobuf-java:3.21.5" )
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.43.2 ' // CURRENT_GRPC_VERSION
27
+ def grpcVersion = ' 1.64.0 ' // CURRENT_GRPC_VERSION
28
28
def protobufVersion = ' 3.21.5'
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.42.2 " ) {
23
+ implementation (" io.grpc:grpc-protobuf:1.64.0 " ) {
24
24
exclude group : " com.google.protobuf" , module : " protobuf-java"
25
25
}
26
26
implementation(" com.google.protobuf:protobuf-java:3.21.5" )
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.42.2 " ) {
21
+ implementation (" io.grpc:grpc-protobuf:1.64.0 " ) {
22
22
exclude group : " com.google.protobuf" , module : " protobuf-java"
23
23
}
24
24
implementation(" com.google.protobuf:protobuf-java:3.21.5" )
Original file line number Diff line number Diff line change 15
15
* limitations under the License.
16
16
*/
17
17
18
- def grpcVersion = ' 1.43.2 '
18
+ def grpcVersion = ' 1.64.0 '
19
19
20
20
dependencies {
21
21
api(project(" :eventmesh-common" )) {
You can’t perform that action at this time.
0 commit comments