Skip to content

Commit 890fc47

Browse files
kamperiadisAzureFunctionsJava
andauthored
Update Java Worker Version to 2.12.0 (#9308)
Co-authored-by: AzureFunctionsJava <[email protected]>
1 parent a7f68cd commit 890fc47

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

release_notes.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,10 @@
33
<!-- Please add your release notes in the following format:
44
- My change description (#PR)
55
-->
6+
- Update Java Worker Version to [2.12.0](https://github.com/Azure/azure-functions-java-worker/releases/tag/2.12.0)
67
- Update Python Worker Version to [4.14.0](https://github.com/Azure/azure-functions-python-worker/releases/tag/4.14.0)
78
- Update protobuf to [v1.9.0-protofile](https://github.com/Azure/azure-functions-language-worker-protobuf/releases/tag/v1.9.0-protofile)
89
- Update PowerShell Worker 7.2 to 4.0.2803 [Release Note](https://github.com/Azure/azure-functions-powershell-worker/releases/tag/v4.0.2803)
910
- Update PowerShell Worker 7.4 to 4.0.2802 [Release Note](https://github.com/Azure/azure-functions-powershell-worker/releases/tag/v4.0.2802)
1011
- Fixing bug with placeholder misses in dotnet-isolated #9253
11-
- Update PowerShell Worker 7.0 to 4.0.2823 [Release Note](https://github.com/Azure/azure-functions-powershell-worker/releases/tag/v4.0.2823)
12+
- Update PowerShell Worker 7.0 to 4.0.2823 [Release Note](https://github.com/Azure/azure-functions-powershell-worker/releases/tag/v4.0.2823)

src/WebJobs.Script/WebJobs.Script.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757

5858
<!-- Workers -->
5959
<PackageReference Include="Microsoft.Azure.AppService.Proxy.Client" Version="2.2.20220831.41" />
60-
<PackageReference Include="Microsoft.Azure.Functions.JavaWorker" Version="2.11.0" />
60+
<PackageReference Include="Microsoft.Azure.Functions.JavaWorker" Version="2.12.0" />
6161
<PackageReference Include="Microsoft.Azure.Functions.NodeJsWorker" Version="3.6.1" />
6262
<PackageReference Include="Microsoft.Azure.Functions.PowerShellWorker.PS7.0" Version="4.0.2823" />
6363
<PackageReference Include="Microsoft.Azure.Functions.PowerShellWorker.PS7.2" Version="4.0.2803" />

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
<PackageReference Include="Microsoft.Azure.EventHubs" Version="2.1.0" />
4545
<PackageReference Include="Microsoft.Azure.Functions.NodeJsWorker" Version="3.6.1" />
4646
<PackageReference Include="Microsoft.Azure.WebJobs.Extensions.Storage" Version="4.0.5-11874" />
47-
<PackageReference Include="Microsoft.Azure.Functions.JavaWorker" Version="2.11.0" />
47+
<PackageReference Include="Microsoft.Azure.Functions.JavaWorker" Version="2.12.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)