Skip to content

Commit dae16f9

Browse files
ahmedmuhsinAzureFunctionsJava
andauthored
Update Java Worker Version to 2.18.0 (#10760)
Update Java Worker Version to 2.18.0 --------- Co-authored-by: AzureFunctionsJava <[email protected]>
1 parent 77a0a34 commit dae16f9

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.17.0" />
4+
<PackageReference Include="Microsoft.Azure.Functions.JavaWorker" Version="2.18.0" />
55
</ItemGroup>
66

77
</Project>

release_notes.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<!-- Please add your release notes in the following format:
44
- My change description (#PR)
55
-->
6+
- Update Java Worker Version to [2.18.0](https://github.com/Azure/azure-functions-java-worker/releases/tag/2.18.0)
67

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

0 commit comments

Comments
 (0)