Skip to content

Commit d5369a5

Browse files
java-worker-1.7.3-SNAPSHOT
1 parent a1b72fb commit d5369a5

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

release_notes.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55

66
- Update Python Worker to 1.1.4([Release Note](https://github.com/Azure/azure-functions-python-worker/releases/tag/1.1.4))
77
- Update Python Library to 1.3.0([Release Note](https://github.com/Azure/azure-functions-python-library/releases/tag/1.3.0))
8+
- Update Java Worker to 1.7.3-SNAPSHOT([Release Note](https://github.com/Azure/azure-functions-java-worker/releases/tag/1.7.3-SNAPSHOT))
9+
- Update Java Library to 1.4.0-SNAPSHOT([Release Note](https://github.com/Azure/azure-functions-java-library/releases/tag/1.4.0-SNAPSHOT))
810
- Added an admin API to enable drain mode
911

1012
**Release sprint:** Sprint 79

src/WebJobs.Script/WebJobs.Script.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
</PackageReference>
4343
<PackageReference Include="Microsoft.AspNetCore.Http.Features" Version="3.1.0" />
4444
<PackageReference Include="Microsoft.Azure.AppService.Proxy.Client" Version="2.0.11020001-fabe022e" />
45-
<PackageReference Include="Microsoft.Azure.Functions.JavaWorker" Version="1.7.2-SNAPSHOT" />
45+
<PackageReference Include="Microsoft.Azure.Functions.JavaWorker" Version="1.7.3-SNAPSHOT" />
4646
<PackageReference Include="Microsoft.Azure.Functions.NodeJsWorker" Version="2.0.4" />
4747
<PackageReference Include="Microsoft.Azure.Functions.PowerShellWorker.PS6" Version="3.0.291" />
4848
<PackageReference Include="Microsoft.Azure.Functions.PowerShellWorker.PS7" Version="3.0.293" />

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.0.4" />
4242
<PackageReference Include="Microsoft.Azure.WebJobs.Extensions.Storage" Version="4.0.2" />
43-
<PackageReference Include="Microsoft.Azure.Functions.JavaWorker" Version="1.7.2-SNAPSHOT" />
43+
<PackageReference Include="Microsoft.Azure.Functions.JavaWorker" Version="1.7.3-SNAPSHOT" />
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)