We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 333511b commit 8a74001Copy full SHA for 8a74001
client/build.gradle
@@ -11,9 +11,9 @@ group 'com.microsoft'
11
version = '1.4.0'
12
archivesBaseName = 'durabletask-client'
13
14
-def grpcVersion = '1.46.0'
+def grpcVersion = '1.59.0'
15
def protocVersion = '3.12.0'
16
-def jacksonVersion = '2.12.3'
+def jacksonVersion = '2.15.3'
17
// When build on local, you need to set this value to your local jdk11 directory.
18
// Java11 is used to compile and run all the tests.
19
// Example for Windows: C:/Program Files/Java/openjdk-11.0.12_7/
0 commit comments