Skip to content

Commit f9c5893

Browse files
CopilotYunchuWang
andcommitted
Update dependencies to fix CVE vulnerabilities
Co-authored-by: YunchuWang <12449837+YunchuWang@users.noreply.github.com>
1 parent 803737e commit f9c5893

4 files changed

Lines changed: 17 additions & 10 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
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

azurefunctions/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ plugins {
66
}
77

88
group 'com.microsoft'
9-
version = '1.5.1'
9+
version = '1.5.3'
1010
archivesBaseName = 'durabletask-azure-functions'
1111

1212
def protocVersion = '3.12.0'

azuremanaged/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ plugins {
1717

1818
archivesBaseName = 'durabletask-azuremanaged'
1919
group '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.
2727
def PATH_TO_TEST_JAVA_RUNTIME = System.env.JDK_11 ?: System.getProperty("java.home")

client/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ plugins {
99
}
1010

1111
group 'com.microsoft'
12-
version = '1.5.1'
12+
version = '1.5.3'
1313
archivesBaseName = 'durabletask-client'
1414

15-
def grpcVersion = '1.59.0'
15+
def grpcVersion = '1.62.2'
1616
def protocVersion = '3.12.0'
17-
def jacksonVersion = '2.15.3'
17+
def jacksonVersion = '2.16.1'
1818
def 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.

0 commit comments

Comments
 (0)