Skip to content

Commit ba7621c

Browse files
authored
Update Java Worker Version to 2.19.1 (#11079)
1 parent 891505e commit ba7621c

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
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: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@
22

33
<!-- Please add your release notes in the following format:
44
- My change description (#PR)
5-
-->
5+
-->
6+
- 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)