Skip to content

Commit bdc8ce3

Browse files
Update Java Worker Version to 2.10.0 (#9160)
* Update release_notes.md * Update WebJobs.Script.csproj * Update WebJobs.Script.Tests.Integration.csproj
1 parent 6eea6da commit bdc8ce3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

release_notes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
- My change description (#PR)
55
-->
66
- Update Python Worker Version to [4.11.0](https://github.com/Azure/azure-functions-python-worker/releases/tag/4.11.0)
7-
- Update Java Worker Version to [2.9.1](https://github.com/Azure/azure-functions-java-worker/releases/tag/2.9.1)
7+
- Update Java Worker Version to [2.10.0](https://github.com/Azure/azure-functions-java-worker/releases/tag/2.10.0)
88
- Update Python Worker Version to [4.10.1](https://github.com/Azure/azure-functions-python-worker/releases/tag/4.10.1)
99
- Update Python Worker Version to [4.10.0](https://github.com/Azure/azure-functions-python-worker/releases/tag/4.10.0)9
1010
- Update DiagnosticEventLoggerExtensions method names (#9056)

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.9.1" />
60+
<PackageReference Include="Microsoft.Azure.Functions.JavaWorker" Version="2.10.0" />
6161
<PackageReference Include="Microsoft.Azure.Functions.NodeJsWorker" Version="3.6.0" />
6262
<PackageReference Include="Microsoft.Azure.Functions.PowerShellWorker.PS7.0" Version="4.0.2733" />
6363
<PackageReference Include="Microsoft.Azure.Functions.PowerShellWorker.PS7.2" Version="4.0.2719" />

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.0" />
4646
<PackageReference Include="Microsoft.Azure.WebJobs.Extensions.Storage" Version="4.0.5-11874" />
47-
<PackageReference Include="Microsoft.Azure.Functions.JavaWorker" Version="2.9.1" />
47+
<PackageReference Include="Microsoft.Azure.Functions.JavaWorker" Version="2.10.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)