Skip to content

Commit 257c079

Browse files
shreyas-gopalakrishnaAzureFunctionsJava
andauthored
Update Java Worker Version to 2.15.0 (#10322)
Co-authored-by: AzureFunctionsJava <[email protected]>
1 parent 6a22f1f commit 257c079

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

release_notes.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,5 @@
1010
- Update Python Worker Version to [4.30.3](https://github.com/Azure/azure-functions-python-worker/releases/tag/4.30.3)
1111
- Update PowerShell 7.2 worker to [4.0.4020](https://github.com/Azure/azure-functions-powershell-worker/releases/tag/v4.0.4020)
1212
- Update PowerShell 7.4 worker to [4.0.4021](https://github.com/Azure/azure-functions-powershell-worker/releases/tag/v4.0.4021)
13-
- Updated dotnet-isolated worker to [1.0.10](https://github.com/Azure/azure-functions-dotnet-worker/pull/2629) (#10340)
13+
- Updated dotnet-isolated worker to [1.0.10](https://github.com/Azure/azure-functions-dotnet-worker/pull/2629) (#10340)
14+
- Update Java Worker Version to [2.15.0](https://github.com/Azure/azure-functions-java-worker/releases/tag/2.15.0)

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>
@@ -55,7 +55,7 @@
5555
<PackageReference Include="Microsoft.Extensions.Azure" Version="1.7.1" />
5656

5757
<!-- Workers -->
58-
<PackageReference Include="Microsoft.Azure.Functions.JavaWorker" Version="2.14.0" />
58+
<PackageReference Include="Microsoft.Azure.Functions.JavaWorker" Version="2.15.0" />
5959
<PackageReference Include="Microsoft.Azure.AppService.Proxy.Client" Version="2.3.20240307.67" />
6060
<PackageReference Include="Microsoft.Azure.Functions.NodeJsWorker" Version="3.10.0" />
6161
<PackageReference Include="Microsoft.Azure.Functions.PowerShellWorker.PS7.0" Version="4.0.3148" />

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
<PackageReference Include="Microsoft.Azure.EventHubs" Version="2.1.0" />
4646
<PackageReference Include="Microsoft.Azure.Functions.NodeJsWorker" Version="3.10.0" />
4747
<PackageReference Include="Microsoft.Azure.WebJobs.Extensions.Storage" Version="4.0.5-11874" />
48-
<PackageReference Include="Microsoft.Azure.Functions.JavaWorker" Version="2.14.0" />
48+
<PackageReference Include="Microsoft.Azure.Functions.JavaWorker" Version="2.15.0" />
4949
<PackageReference Include="Microsoft.Azure.Mobile.Client" Version="4.0.2" />
5050
<PackageReference Include="Microsoft.Azure.ServiceBus" Version="4.2.1" />
5151
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="8.0.0" />

0 commit comments

Comments
 (0)