Skip to content

Commit

Permalink
bump: upgrade packages
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilbaczek committed Nov 30, 2024
1 parent 82b272e commit 1f9fdb2
Show file tree
Hide file tree
Showing 13 changed files with 18 additions and 18 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<ItemGroup>
<PackageReference Include="evolutionaryarchitecture.fitnet.common.api" Version="3.1.1" />
<PackageReference Include="evolutionaryarchitecture.fitnet.common.api" Version="3.2.5" />
<PackageReference Include="JetBrains.Annotations" Version="2024.3.0" />
<PackageReference Include="MassTransit.Abstractions" Version="8.3.2" />
<PackageReference Include="MediatR" Version="12.4.1" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<ItemGroup>
<PackageReference Include="Bogus" Version="35.6.1" />
<PackageReference Include="EvolutionaryArchitecture.Fitnet.Common.Core" Version="3.1.1" />
<PackageReference Include="EvolutionaryArchitecture.Fitnet.Common.Core" Version="3.2.5" />
<PackageReference Include="FluentAssertions" Version="6.12.2" />
<PackageReference Include="xunit" Version="2.9.2" />
<PackageReference Include="xunit.analyzers" Version="1.17.0">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="EvolutionaryArchitecture.Fitnet.Common.Core" Version="3.1.1" />
<PackageReference Include="EvolutionaryArchitecture.Fitnet.Common.Core" Version="3.2.5" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="BouncyCastle.Cryptography" Version="2.4.0" />
<PackageReference Include="EvolutionaryArchitecture.Fitnet.Common.Infrastructure" Version="3.1.1" />
<PackageReference Include="EvolutionaryArchitecture.Fitnet.Common.Infrastructure" Version="3.2.5" />
<PackageReference Include="System.Text.Encodings.Web" Version="9.0.0" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="evolutionaryarchitecture.fitnet.common.api" Version="3.1.1" />
<PackageReference Include="evolutionaryarchitecture.fitnet.common.integrationteststoolbox" Version="3.1.1" />
<PackageReference Include="evolutionaryarchitecture.fitnet.common.api" Version="3.2.5" />
<PackageReference Include="evolutionaryarchitecture.fitnet.common.integrationteststoolbox" Version="3.2.5" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
<PackageReference Include="System.Net.Http" Version="4.3.4" />
<PackageReference Include="System.Text.Json" Version="9.0.0" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="evolutionaryarchitecture.fitnet.common.api" Version="3.1.1" />
<PackageReference Include="evolutionaryarchitecture.fitnet.common.api" Version="3.2.5" />
<PackageReference Include="JetBrains.Annotations" Version="2024.3.0" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="7.1.0" />
</ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="evolutionaryarchitecture.fitnet.common.core" Version="3.1.1"/>
<PackageReference Include="evolutionaryarchitecture.fitnet.common.core" Version="3.2.5"/>
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<ItemGroup>
<PackageReference Include="Bogus" Version="35.6.1"/>
<PackageReference Include="evolutionaryarchitecture.fitnet.common.integrationteststoolbox" Version="3.1.1"/>
<PackageReference Include="evolutionaryarchitecture.fitnet.common.integrationteststoolbox" Version="3.2.5"/>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0"/>
<PackageReference Include="System.Net.Http" Version="4.3.4"/>
<PackageReference Include="System.Text.Json" Version="9.0.0"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="evolutionaryArchitecture.fitnet.common.api" Version="3.1.1"/>
<PackageReference Include="EvolutionaryArchitecture.Fitnet.Common.Core" Version="3.1.1"/>
<PackageReference Include="evolutionaryArchitecture.fitnet.common.api" Version="3.2.5"/>
<PackageReference Include="EvolutionaryArchitecture.Fitnet.Common.Core" Version="3.2.5"/>
<PackageReference Include="EvolutionaryArchitecture.Fitnet.Contracts.IntegrationEvents" Version="1.0.7"/>
<PackageReference Include="MassTransit.EntityFrameworkCore" Version="8.3.2"/>
<PackageReference Include="MassTransit.RabbitMQ" Version="8.3.2"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
<PackageReference Include="System.Text.Encodings.Web" Version="9.0.0"/>
</ItemGroup>
<ItemGroup>
<PackageReference Include="evolutionaryarchitecture.fitnet.common.infrastructure" Version="3.1.1"/>
<PackageReference Include="evolutionaryarchitecture.fitnet.common.infrastructure" Version="3.2.5"/>
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@

<ItemGroup>
<PackageReference Include="BouncyCastle.Cryptography" Version="2.4.0"/>
<PackageReference Include="evolutionaryarchitecture.fitnet.common.api" Version="3.1.1"/>
<PackageReference Include="evolutionaryarchitecture.fitnet.common.integrationteststoolbox" Version="3.1.1"/>
<PackageReference Include="evolutionaryarchitecture.fitnet.common.api" Version="3.2.5"/>
<PackageReference Include="evolutionaryarchitecture.fitnet.common.integrationteststoolbox" Version="3.2.5"/>
<PackageReference Include="evolutionaryarchitecture.fitnet.contracts.integrationevents" Version="1.0.7"/>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0"/>
<PackageReference Include="System.Net.Http" Version="4.3.4"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="Dapper" Version="2.1.35"/>
<PackageReference Include="evolutionaryarchitecture.fitnet.common.api" Version="3.1.1"/>
<PackageReference Include="evolutionaryarchitecture.fitnet.common.core" Version="3.1.1"/>
<PackageReference Include="evolutionaryarchitecture.fitnet.common.infrastructure" Version="3.1.1"/>
<PackageReference Include="evolutionaryarchitecture.fitnet.common.api" Version="3.2.5"/>
<PackageReference Include="evolutionaryarchitecture.fitnet.common.core" Version="3.2.5"/>
<PackageReference Include="evolutionaryarchitecture.fitnet.common.infrastructure" Version="3.2.5"/>
<PackageReference Include="MassTransit.RabbitMQ" Version="8.3.2"/>
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="9.0.0"/>
<PackageReference Include="Npgsql" Version="9.0.1"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="evolutionaryarchitecture.fitnet.common.integrationteststoolbox" Version="3.1.1"/>
<PackageReference Include="evolutionaryarchitecture.fitnet.common.integrationteststoolbox" Version="3.2.5"/>
<PackageReference Include="evolutionaryarchitecture.fitnet.contracts.integrationevents" Version="1.0.7"/>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0"/>
<PackageReference Include="System.Net.Http" Version="4.3.4"/>
Expand Down

0 comments on commit 1f9fdb2

Please sign in to comment.