File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- ## v1.5.2
2- * Add distributed tracing support for Azure Functions client scenarios ([ #211 ] ( https://github.com/microsoft/durabletask-java/pull/211 ) )
1+ ## v1.5.3
2+ * Update dependencies to fix CVE vulnerabilities:
3+ * Update gRPC from 1.59.0 to 1.62.2
4+ * Update Jackson from 2.15.3 to 2.16.1
5+ * Update Azure Core from 1.45.0 to 1.46.0
6+ * Update Azure Identity from 1.11.1 to 1.11.2
7+
8+ ## v1.5.2
9+ * Add distributed tracing support for Azure Functions client scenarios ([ #211 ] ( https://github.com/microsoft/durabletask-java/pull/211 ) )
310
411
512## v1.5.1
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ plugins {
66}
77
88group ' com.microsoft'
9- version = ' 1.5.1 '
9+ version = ' 1.5.3 '
1010archivesBaseName = ' durabletask-azure-functions'
1111
1212def protocVersion = ' 3.12.0'
Original file line number Diff line number Diff line change @@ -17,11 +17,11 @@ plugins {
1717
1818archivesBaseName = ' durabletask-azuremanaged'
1919group ' com.microsoft'
20- version = ' 1.5.1-preview.1 '
20+ version = ' 1.5.1-preview.2 '
2121
22- def grpcVersion = ' 1.59.0 '
23- def azureCoreVersion = ' 1.45 .0'
24- def azureIdentityVersion = ' 1.11.1 '
22+ def grpcVersion = ' 1.62.2 '
23+ def azureCoreVersion = ' 1.46 .0'
24+ def azureIdentityVersion = ' 1.11.2 '
2525// When build on local, you need to set this value to your local jdk11 directory.
2626// Java11 is used to compile and run all the tests.
2727def PATH_TO_TEST_JAVA_RUNTIME = System . env. JDK_11 ?: System . getProperty(" java.home" )
Original file line number Diff line number Diff line change @@ -9,12 +9,12 @@ plugins {
99}
1010
1111group ' com.microsoft'
12- version = ' 1.5.1 '
12+ version = ' 1.5.3 '
1313archivesBaseName = ' durabletask-client'
1414
15- def grpcVersion = ' 1.59.0 '
15+ def grpcVersion = ' 1.62.2 '
1616def protocVersion = ' 3.12.0'
17- def jacksonVersion = ' 2.15.3 '
17+ def jacksonVersion = ' 2.16.1 '
1818def openTelemetryVersion = ' 1.25.0'
1919// When build on local, you need to set this value to your local jdk11 directory.
2020// Java11 is used to compile and run all the tests.
You can’t perform that action at this time.
0 commit comments