Skip to content

Commit

Permalink
java: bump java protobuf version and lock netty version at 4.1.68
Browse files Browse the repository at this point in the history
GitOrigin-RevId: eb8ffa4e3a144f6798b0f5a8762a2904c6f4afdc
  • Loading branch information
Tyler Pitruzzello authored and SupportSDM committed Dec 1, 2022
1 parent a48051c commit d81db27
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ plugins {
id 'signing'
}

def grpcVersion = '1.42.2'
def protobufVersion = '3.19.6'
def grpcVersion = '1.43.2'
def protobufVersion = '3.21.7'
def protocVersion = protobufVersion
def jsonVersion = '20190722'
def releaseVersion = System.getenv('JAVA_SDK_VERSION')
Expand Down Expand Up @@ -42,6 +42,10 @@ dependencies {
implementation "io.grpc:grpc-protobuf:${grpcVersion}"
implementation "io.grpc:grpc-stub:${grpcVersion}"
implementation "io.grpc:grpc-netty:${grpcVersion}"

// locking this version down due to a cve
implementation "io.netty:netty-codec-http2:4.1.68.Final"

implementation "org.json:json:${jsonVersion}"
compileOnly "javax.annotation:javax.annotation-api:1.2"
}
Expand Down

0 comments on commit d81db27

Please sign in to comment.