Skip to content

Commit 17c06d9

Browse files
CopilotYunchuWang
andcommitted
Revert version updates while keeping dependency updates
Co-authored-by: YunchuWang <[email protected]>
1 parent f9c5893 commit 17c06d9

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## v1.5.3
1+
## Unreleased
22
* Update dependencies to fix CVE vulnerabilities:
33
* Update gRPC from 1.59.0 to 1.62.2
44
* Update Jackson from 2.15.3 to 2.16.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.3'
9+
version = '1.5.1'
1010
archivesBaseName = 'durabletask-azure-functions'
1111

1212
def protocVersion = '3.12.0'

azuremanaged/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ plugins {
1717

1818
archivesBaseName = 'durabletask-azuremanaged'
1919
group 'com.microsoft'
20-
version = '1.5.1-preview.2'
20+
version = '1.5.1-preview.1'
2121

2222
def grpcVersion = '1.62.2'
2323
def azureCoreVersion = '1.46.0'

client/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ plugins {
99
}
1010

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

1515
def grpcVersion = '1.62.2'

0 commit comments

Comments
 (0)