Skip to content

Commit 1e6e5b2

Browse files
Update Java Worker to 1.8.1 (#6977)
1 parent 5874bb9 commit 1e6e5b2

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

release_notes.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
- Update Python Worker Version to [1.1.10](https://github.com/Azure/azure-functions-python-worker/releases/tag/1.1.10)
66
- Configure host.json to use workflow when creating a default host.json and app is identified as a logic app. (#6810)
77
- Update Node.js Worker Version to [2.1.0](https://github.com/Azure/azure-functions-nodejs-worker/releases/tag/v2.1.0)
8+
- Update Java Worker Version to [1.8.1](https://github.com/Azure/azure-functions-java-worker/releases/tag/1.8.1)
89

910
**Release sprint:** Sprint 89
1011
[ [bugs](https://github.com/Azure/azure-functions-host/issues?q=is%3Aissue+milestone%3A%22Functions+Sprint+89%22+label%3Abug+is%3Aclosed) | [features](https://github.com/Azure/azure-functions-host/issues?q=is%3Aissue+milestone%3A%22Functions+Sprint+89%22+label%3Afeature+is%3Aclosed) ]

src/WebJobs.Script/WebJobs.Script.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
</PackageReference>
4141
<PackageReference Include="Microsoft.AspNetCore.Http.Features" Version="3.1.0" />
4242
<PackageReference Include="Microsoft.Azure.AppService.Proxy.Client" Version="2.0.11020001-fabe022e" />
43-
<PackageReference Include="Microsoft.Azure.Functions.JavaWorker" Version="1.8.0" />
43+
<PackageReference Include="Microsoft.Azure.Functions.JavaWorker" Version="1.8.1" />
4444
<PackageReference Include="Microsoft.Azure.Functions.NodeJsWorker" Version="2.1.0" />
4545
<PackageReference Include="Microsoft.Azure.Functions.PowerShellWorker.PS6" Version="3.0.557" />
4646
<PackageReference Include="Microsoft.Azure.Functions.PowerShellWorker.PS7" Version="3.0.560" />

test/WebJobs.Script.Tests.Integration/WebJobs.Script.Tests.Integration.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
<PackageReference Include="Microsoft.Azure.EventHubs" Version="2.1.0" />
4141
<PackageReference Include="Microsoft.Azure.Functions.NodeJsWorker" Version="2.1.0" />
4242
<PackageReference Include="Microsoft.Azure.WebJobs.Extensions.Storage" Version="4.0.3" />
43-
<PackageReference Include="Microsoft.Azure.Functions.JavaWorker" Version="1.8.0" />
43+
<PackageReference Include="Microsoft.Azure.Functions.JavaWorker" Version="1.8.1" />
4444
<PackageReference Include="Microsoft.Azure.Mobile.Client" Version="4.0.2" />
4545
<PackageReference Include="Microsoft.Azure.ServiceBus" Version="3.1.0" />
4646
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="2.2.0" />

0 commit comments

Comments
 (0)