Skip to content

Commit a700490

Browse files
authored
Update Java Worker Version to 2.19.1 (#11078)
1 parent 227e03a commit a700490

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

eng/build/Workers.Java.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project>
22

33
<ItemGroup>
4-
<PackageReference Include="Microsoft.Azure.Functions.JavaWorker" Version="2.19.0" />
4+
<PackageReference Include="Microsoft.Azure.Functions.JavaWorker" Version="2.19.1" />
55
</ItemGroup>
66

77
</Project>

release_notes.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,4 @@
1111
- Added support for collecting cross-platform perf traces and generating PGO JIT traces (#11062)
1212
- Memory allocation optimizations in `DependencyHelper.GetExtensionRequirements` (#11022)
1313
- Fix Instance Manager for CV1 Migration (#11072)
14+
- Update Java Worker Version to [2.19.1](https://github.com/Azure/azure-functions-java-worker/releases/tag/2.19.1)

0 commit comments

Comments
 (0)