Skip to content
Merged
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
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