Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gRPC & ProtoC Version Bump #57

Merged
merged 1 commit into from
Jan 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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