Skip to content

Commit f98fc03

Browse files
kaibocaiAzureFunctionsJavashreyas-gopalakrishna
authored
Update Java Worker Version to 2.7.0 (#8823)
* Update Java Worker Version to 2.7.0 * Update release_notes.md Co-authored-by: AzureFunctionsJava <[email protected]> Co-authored-by: Shreyas Gopalakrishna <[email protected]>
1 parent 606d8da commit f98fc03

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

release_notes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<!-- Please add your release notes in the following format:
33
- My change description (#PR)
44
-->
5-
- Update Java Worker Version to [2.6.0](https://github.com/Azure/azure-functions-java-worker/releases/tag/2.6.0)
5+
- Update Java Worker Version to [2.7.0](https://github.com/Azure/azure-functions-java-worker/releases/tag/2.7.0)
66
- Update Node.js Worker Version to [3.5.1](https://github.com/Azure/azure-functions-nodejs-worker/releases/tag/v3.5.1)
77
- Update PowerShell Worker 7.0 to 4.0.2302 [Release Note](https://github.com/Azure/azure-functions-powershell-worker/releases/tag/v4.0.2302)
88
- Update PowerShell Worker 7.2 to 4.0.2304 [Release Note](https://github.com/Azure/azure-functions-powershell-worker/releases/tag/v4.0.2304)

src/WebJobs.Script/WebJobs.Script.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22
<Import Project="..\..\build\common.props" />
33
<PropertyGroup>
44
<PackageId>Microsoft.Azure.WebJobs.Script</PackageId>
@@ -56,7 +56,7 @@
5656

5757
<!-- Workers -->
5858
<PackageReference Include="Microsoft.Azure.AppService.Proxy.Client" Version="2.2.20220831.41" />
59-
<PackageReference Include="Microsoft.Azure.Functions.JavaWorker" Version="2.6.0" />
59+
<PackageReference Include="Microsoft.Azure.Functions.JavaWorker" Version="2.7.0" />
6060
<PackageReference Include="Microsoft.Azure.Functions.NodeJsWorker" Version="3.5.1" />
6161
<PackageReference Include="Microsoft.Azure.Functions.PowerShellWorker.PS7.0" Version="4.0.2302" />
6262
<PackageReference Include="Microsoft.Azure.Functions.PowerShellWorker.PS7.2" Version="4.0.2304" />

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk.Web">
1+
<Project Sdk="Microsoft.NET.Sdk.Web">
22
<Import Project="..\..\build\common.props" />
33
<Import Project="..\..\build\python.props" />
44
<PropertyGroup>
@@ -44,7 +44,7 @@
4444
<PackageReference Include="Microsoft.Azure.EventHubs" Version="2.1.0" />
4545
<PackageReference Include="Microsoft.Azure.Functions.NodeJsWorker" Version="3.5.1" />
4646
<PackageReference Include="Microsoft.Azure.WebJobs.Extensions.Storage" Version="4.0.5-11874" />
47-
<PackageReference Include="Microsoft.Azure.Functions.JavaWorker" Version="2.6.0" />
47+
<PackageReference Include="Microsoft.Azure.Functions.JavaWorker" Version="2.7.0" />
4848
<PackageReference Include="Microsoft.Azure.Mobile.Client" Version="4.0.2" />
4949
<PackageReference Include="Microsoft.Azure.ServiceBus" Version="4.2.1" />
5050
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="6.0.0" />

0 commit comments

Comments
 (0)