temporalio / temporal-polyglot

35 stars 8 forks source link

Update dependency io.temporal:temporal-sdk to v1.14.0 (main) - autoclosed #10

Closed mend-for-github-com[bot] closed 1 year ago

mend-for-github-com[bot] commented 2 years ago

This PR contains the following updates:

Package Type Update Change
io.temporal:temporal-sdk compile minor 1.13.0 -> 1.14.0

By merging this PR, the issue #9 will be automatically resolved and closed:

Severity CVSS Score CVE
High High 7.5 CVE-2022-3171
High High 7.5 CVE-2022-3509
High High 7.5 CVE-2022-3510

Release Notes

temporalio/sdk-java ### [`v1.14.0`](https://togithub.com/temporalio/sdk-java/releases/tag/v1.14.0) [Compare Source](https://togithub.com/temporalio/sdk-java/compare/v1.13.0...v1.14.0) #### Highlights This release fixes a bug that may lead to workflows being stuck when sequential synchronous calls of local activities are present. See [https://github.com/temporalio/sdk-java/issues/1262](https://togithub.com/temporalio/sdk-java/issues/1262) for more details. #### What's Changed - Fix erroneous closing of workflow tasks instead of heartbeating in some edge cases by [@​Spikhalskiy](https://togithub.com/Spikhalskiy) in [https://github.com/temporalio/sdk-java/pull/1295](https://togithub.com/temporalio/sdk-java/pull/1295) **Full Changelog**: https://github.com/temporalio/sdk-java/compare/v1.13.0...v1.14.0