Skip to content

Commit

Permalink
gRPC & ProtoC Version Bump
Browse files Browse the repository at this point in the history
  • Loading branch information
kingster committed Jan 23, 2024
1 parent 9f40bd1 commit 512bd57
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ publishing {
}


def grpcVersion = '1.38.0'
def grpcVersion = '1.60.0'
def jacksonVersion = '2.16.1'
def guiceVersion = '5.1.0'

Expand Down
4 changes: 2 additions & 2 deletions examples/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ repositories {
}

def jexpressVersion = '1.39-SNAPSHOT'
def grpcVersion = '1.38.0'
def protobufVersion = '3.12.0'
def grpcVersion = '1.60.0'
def protobufVersion = '3.25.2'
def protocVersion = protobufVersion

dependencies {
Expand Down
4 changes: 2 additions & 2 deletions grpc-jexpress-template/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@

<properties>
<jetty.version>9.4.52.v20230823</jetty.version>
<grpc.version>1.53.0</grpc.version>
<protoc.version>3.5.1-1</protoc.version>
<grpc.version>1.60.0</grpc.version>
<protoc.version>3.25.2</protoc.version>
<metrics-guice.version>3.2.2</metrics-guice.version>
<javax.servlet.version>3.1.0</javax.servlet.version>
<metrics-healthchecks.version>4.0.2</metrics-healthchecks.version>
Expand Down

0 comments on commit 512bd57

Please sign in to comment.