Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ Please ADD ALL Changes to the UNRELEASED SECTION and not a specific release
- Dependencies - Updated xunit.v3 to 3.2.2
- Dependencies - Updated Serilog to 4.3.1
- Dependencies - Updated FunFair.Test.Common to 6.2.17.1982
- Dependencies - Updated Credfeto.Docker.HealthCheck.Http.Client to 0.0.61.659
- Dependencies - Updated Microsoft.NET.Test.Sdk to 18.3.0
- Dependencies - Updated FunFair.Test.Source.Generator to 6.2.18.1990
- Dependencies - Updated Figgle to 0.6.6
Expand All @@ -60,6 +59,7 @@ Please ADD ALL Changes to the UNRELEASED SECTION and not a specific release
- Dependencies - Updated Philips.CodeAnalysis.MaintainabilityAnalyzers to 2.0.0
- Dependencies - Updated SonarAnalyzer.CSharp to 10.27.0.140913
- Dependencies - Updated AWSSDK to 4.0.9.7
- Dependencies - Updated Credfeto.Docker.HealthCheck.Http.Client to 0.0.71.909
### Removed
### Deployment Changes
<!--
Expand Down
2 changes: 1 addition & 1 deletion src/BuildBot/BuildBot.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
<ProjectReference Include="..\BuildBot.Watchtower\BuildBot.Watchtower.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Credfeto.Docker.HealthCheck.Http.Client" Version="0.0.61.659" />
<PackageReference Include="Credfeto.Docker.HealthCheck.Http.Client" Version="0.0.71.909" />
<PackageReference Include="Microsoft.Extensions.Hosting.Systemd" Version="10.0.5" />
<PackageReference Include="Microsoft.Extensions.Hosting.WindowsServices" Version="10.0.5" />
<PackageReference Include="Serilog" Version="4.3.1" />
Expand Down
Loading