Skip to content

Commit

Permalink
[housekeeping][461] bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
philosowaffle committed Apr 22, 2023
1 parent 0d01a44 commit a1ad0fd
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/PelotonToGarminConsole/PelotonToGarminConsole.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<ItemGroup>
<PackageReference Include="Flurl.Http" Version="3.2.4" />
<PackageReference Include="JsonFlatFileDataStore" Version="2.4.1" />
<PackageReference Include="Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version="1.17.0" />
<PackageReference Include="Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version="1.18.1" />
<PackageReference Include="Philosowaffle.Capability.ReleaseChecks" Version="1.0.0" />
<PackageReference Include="prometheus-net.DotNetRuntime" Version="4.4.0" />
<PackageReference Include="Serilog" Version="2.12.0" />
Expand Down
2 changes: 1 addition & 1 deletion src/UnitTests/UnitTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="FluentAssertions" Version="6.10.0" />
<PackageReference Include="FluentAssertions" Version="6.11.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.5.0" />
<PackageReference Include="Moq" Version="4.18.4" />
<PackageReference Include="Moq.AutoMock" Version="3.5.0" />
Expand Down
2 changes: 1 addition & 1 deletion src/WebUI/WebUI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<ItemGroup>
<PackageReference Include="Flurl" Version="3.0.7" />
<PackageReference Include="Flurl.Http" Version="3.2.4" />
<PackageReference Include="Havit.Blazor.Components.Web.Bootstrap" Version="3.2.7" />
<PackageReference Include="Havit.Blazor.Components.Web.Bootstrap" Version="3.2.14" />
<PackageReference Include="Microsoft.Extensions.Logging" Version="7.0.0" />
<PackageReference Include="prometheus-net" Version="8.0.0" />
<PackageReference Include="prometheus-net.DotNetRuntime" Version="4.4.0" />
Expand Down
7 changes: 6 additions & 1 deletion vNextReleaseNotes.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,9 @@

## Features

- Added support for mapping several more Exercises from Peloton to Garmin
- Added support for mapping several more Exercises from Peloton to Garmin
- #466, #472

## Housekeeping

- [#461] Bump dependencies

0 comments on commit a1ad0fd

Please sign in to comment.