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 18e8a8c commit 1f94afaCopy full SHA for 1f94afa
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
@@ -4,3 +4,4 @@
- My change description (#PR)
-->
- Fix Instance Manager for CV1 Migration (#11072)
+- Update Java Worker Version to [2.19.1](https://github.com/Azure/azure-functions-java-worker/releases/tag/2.19.1)
0 commit comments