We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 891505e commit ba7621cCopy full SHA for ba7621c
eng/build/Workers.Java.props
@@ -1,7 +1,7 @@
1
<Project>
2
3
<ItemGroup>
4
- <PackageReference Include="Microsoft.Azure.Functions.JavaWorker" Version="2.19.0" />
+ <PackageReference Include="Microsoft.Azure.Functions.JavaWorker" Version="2.19.1" />
5
</ItemGroup>
6
7
</Project>
release_notes.md
@@ -2,4 +2,5 @@
<!-- Please add your release notes in the following format:
- My change description (#PR)
--->
+-->
+- Update Java Worker Version to [2.19.1](https://github.com/Azure/azure-functions-java-worker/releases/tag/2.19.1)
0 commit comments