Skip to content

Commit

Permalink
Bump Microsoft.Coyote from 1.3.1 to 1.4.3
Browse files Browse the repository at this point in the history
Bumps [Microsoft.Coyote](https://github.com/microsoft/coyote) from 1.3.1 to 1.4.3.
- [Release notes](https://github.com/microsoft/coyote/releases)
- [Changelog](https://github.com/microsoft/coyote/blob/main/History.md)
- [Commits](https://github.com/microsoft/coyote/commits)

---
updated-dependencies:
- dependency-name: Microsoft.Coyote
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and seiggy committed Feb 18, 2022
1 parent cf3359d commit 07d68fc
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Arke.DSL/Arke.DSL.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Coyote" Version="1.3.1" />
<PackageReference Include="Microsoft.Coyote" Version="1.4.3" />
<PackageReference Include="Microsoft.Extensions.DependencyModel" Version="6.0.0" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion Arke.DependencyInjection/Arke.DependencyInjection.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Coyote" Version="1.3.1" />
<PackageReference Include="Microsoft.Coyote" Version="1.4.3" />
<PackageReference Include="Microsoft.Extensions.DependencyModel" Version="6.0.0" />
<PackageReference Include="Serilog" Version="2.10.0" />
<PackageReference Include="Serilog.Settings.Configuration" Version="3.3.0" />
Expand Down
2 changes: 1 addition & 1 deletion Arke.IVR/Arke.IVR.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

<ItemGroup>
<PackageReference Include="Arke.ARI" Version="1.3.0" />
<PackageReference Include="Microsoft.Coyote" Version="1.3.1" />
<PackageReference Include="Microsoft.Coyote" Version="1.4.3" />
<PackageReference Include="Microsoft.Extensions.Configuration" Version="5.0.0" />
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="5.0.0" />
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion Arke.ManagementApi/Arke.ManagementApi.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore" Version="2.2.0" />
<PackageReference Include="Microsoft.AspNetCore.Mvc" Version="2.2.0" />
<PackageReference Include="Microsoft.Coyote" Version="1.3.1" />
<PackageReference Include="Microsoft.Coyote" Version="1.4.3" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion Arke.ServiceHost/Arke.ServiceHost.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Coyote" Version="1.3.1" />
<PackageReference Include="Microsoft.Coyote" Version="1.4.3" />
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="5.0.0" />
<PackageReference Include="Microsoft.Identity.Web" Version="1.23.0" />
<PackageReference Include="Serilog.Extensions.Hosting" Version="4.1.2" />
Expand Down
2 changes: 1 addition & 1 deletion Arke.SipEngine/Arke.SipEngine.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@

<ItemGroup>
<PackageReference Include="libphonenumber-csharp" Version="8.12.30" />
<PackageReference Include="Microsoft.Coyote" Version="1.3.1" />
<PackageReference Include="Microsoft.Coyote" Version="1.4.3" />
<PackageReference Include="Microsoft.Extensions.PlatformAbstractions" Version="1.1.0" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
<PackageReference Include="RestSharp" Version="106.11.7" />
Expand Down
2 changes: 1 addition & 1 deletion Arke.Steps/Arke.Steps.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Coyote" Version="1.3.1" />
<PackageReference Include="Microsoft.Coyote" Version="1.4.3" />
<PackageReference Include="Microsoft.Extensions.Configuration" Version="5.0.0" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
<PackageReference Include="SimpleInjector.Packaging" Version="5.0.0" />
Expand Down
2 changes: 1 addition & 1 deletion Arke.Tests/Arke.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Coyote" Version="1.3.1" />
<PackageReference Include="Microsoft.Coyote" Version="1.4.3" />
<PackageReference Include="Microsoft.Coyote.Test" Version="1.4.3" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.11.0" />
<PackageReference Include="Moq" Version="4.16.1" />
Expand Down

0 comments on commit 07d68fc

Please sign in to comment.