Skip to content

Commit

Permalink
Bump com.google.protobuf from 0.8.17 to 0.9.4 (apache#4973)
Browse files Browse the repository at this point in the history
* Bump com.google.protobuf from 0.8.17 to 0.9.4

Bumps com.google.protobuf from 0.8.17 to 0.9.4.

---
updated-dependencies:
- dependency-name: com.google.protobuf
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* manual modify

* streamline comments

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Pil0tXia <[email protected]>
  • Loading branch information
dependabot[bot] and Pil0tXia authored Jun 3, 2024
1 parent ae238eb commit a66864a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ allprojects {
.exclude('**/org/apache/eventmesh/connector/openfunction/client/EventMeshGrpcService**')
.exclude('**/org/apache/eventmesh/connector/openfunction/client/CallbackServiceGrpc**')
.exclude('**/org/apache/eventmesh/connector/jdbc/antlr**')
.exclude('**/org/apache/eventmesh/meta/raft/rpc/**')

dependencies {
repositories {
Expand Down
10 changes: 6 additions & 4 deletions eventmesh-meta/eventmesh-meta-raft/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,15 @@
*/

plugins {
id 'com.google.protobuf' version '0.8.17'
id 'com.google.protobuf' version '0.9.4'
}

def grpcVersion = '1.50.2' // CURRENT_GRPC_VERSION
def grpcVersion = '1.64.0'
def protobufVersion = '3.25.3'
def protocVersion = protobufVersion

def jraftVersion = '1.3.14'

dependencies {
implementation ("io.grpc:grpc-protobuf:${grpcVersion}") {
exclude group: "com.google.protobuf", module: "protobuf-java"
Expand All @@ -36,8 +38,8 @@ dependencies {

implementation project(":eventmesh-meta:eventmesh-meta-api")
implementation project(":eventmesh-common")
implementation "com.alipay.sofa:jraft-core:1.3.14"
implementation "com.alipay.sofa:rpc-grpc-impl:1.3.14"
implementation "com.alipay.sofa:jraft-core:${jraftVersion}"
implementation "com.alipay.sofa:rpc-grpc-impl:${jraftVersion}"
testImplementation 'org.junit.jupiter:junit-jupiter'
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ repositories {
mavenCentral()
}

def grpcVersion = '1.64.0' // CURRENT_GRPC_VERSION
def grpcVersion = '1.64.0'
def protobufVersion = '3.25.3'
def protocVersion = protobufVersion

Expand Down

0 comments on commit a66864a

Please sign in to comment.