Skip to content

Commit 8a74001

Browse files
authored
Update grpc, jackson to resolve CVEs (#177)
clean up
1 parent 333511b commit 8a74001

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

client/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ group 'com.microsoft'
1111
version = '1.4.0'
1212
archivesBaseName = 'durabletask-client'
1313

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

0 commit comments

Comments
 (0)