Skip to content

Commit

Permalink
Update grpc, jackson to resolve CVEs (#177)
Browse files Browse the repository at this point in the history
clean up
  • Loading branch information
kaibocai authored Oct 25, 2023
1 parent 333511b commit 8a74001
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ group 'com.microsoft'
version = '1.4.0'
archivesBaseName = 'durabletask-client'

def grpcVersion = '1.46.0'
def grpcVersion = '1.59.0'
def protocVersion = '3.12.0'
def jacksonVersion = '2.12.3'
def jacksonVersion = '2.15.3'
// When build on local, you need to set this value to your local jdk11 directory.
// Java11 is used to compile and run all the tests.
// Example for Windows: C:/Program Files/Java/openjdk-11.0.12_7/
Expand Down

0 comments on commit 8a74001

Please sign in to comment.