Skip to content

Commit

Permalink
Update Java Worker Version to 2.18.0 (#10760)
Browse files Browse the repository at this point in the history
Update Java Worker Version to 2.18.0
---------

Co-authored-by: AzureFunctionsJava <[email protected]>
  • Loading branch information
ahmedmuhsin and AzureFunctionsJava authored Jan 23, 2025
1 parent 77a0a34 commit dae16f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion eng/build/Workers.Java.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project>

<ItemGroup>
<PackageReference Include="Microsoft.Azure.Functions.JavaWorker" Version="2.17.0" />
<PackageReference Include="Microsoft.Azure.Functions.JavaWorker" Version="2.18.0" />
</ItemGroup>

</Project>
1 change: 1 addition & 0 deletions release_notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<!-- Please add your release notes in the following format:
- My change description (#PR)
-->
- Update Java Worker Version to [2.18.0](https://github.com/Azure/azure-functions-java-worker/releases/tag/2.18.0)

- Allow for an output binding value of an invocation result to be null (#10698)
- Updated dotnet-isolated worker to 1.0.12.
Expand Down

0 comments on commit dae16f9

Please sign in to comment.