Skip to content

Commit

Permalink
chore(deps): bump Akka.Persistence.Sql from 1.5.2-beta2 to 1.5.2-beta3
Browse files Browse the repository at this point in the history
Bumps [Akka.Persistence.Sql](https://github.com/akkadotnet/Akka.Persistence.Sql) from 1.5.2-beta2 to 1.5.2-beta3.
- [Release notes](https://github.com/akkadotnet/Akka.Persistence.Sql/releases)
- [Changelog](https://github.com/akkadotnet/Akka.Persistence.Sql/blob/dev/RELEASE_NOTES.md)
- [Commits](akkadotnet/Akka.Persistence.Sql@1.5.2-beta2...1.5.2-beta3)

---
updated-dependencies:
- dependency-name: Akka.Persistence.Sql
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Apr 20, 2023
1 parent 83f373a commit e80cbfb
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion apps/apis/reaction/OpenSystem.Apis.Reaction.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
<PackageReference Include="JsonSubTypes" Version="2.0.1" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.Versioning" Version="5.0.0" />
<PackageReference Include="Serilog.AspNetCore" Version="6.1.0" />
<PackageReference Include="Akka.Persistence.Sql" Version="1.5.2-beta2" />
<PackageReference Include="Akka.Persistence.Sql" Version="1.5.2-beta3" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion libs/akka/dotnet/api/OpenSystem.Akka.Api.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<ItemGroup>
<PackageReference Include="Akka.HealthCheck.Hosting" Version="1.5.2" />
<PackageReference Include="Akka.HealthCheck.Hosting.Web" Version="1.5.0.1" />
<PackageReference Include="Akka.Persistence.Sql" Version="1.5.2-beta2" />
<PackageReference Include="Akka.Persistence.Sql" Version="1.5.2-beta3" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<PackageReference Include="Akka.Management" Version="1.5.0" />
<PackageReference Include="Akka.Persistence.Azure" Version="1.5.1" />
<PackageReference Include="Akka.Persistence.Azure.Hosting" Version="1.5.1" />
<PackageReference Include="Akka.Persistence.Sql" Version="1.5.2-beta2" />
<PackageReference Include="Akka.Persistence.Sql" Version="1.5.2-beta3" />
<PackageReference Include="Akka.Remote" Version="1.5.2" />
<PackageReference Include="Petabridge.Cmd.Cluster" Version="1.3.0" />
<PackageReference Include="Petabridge.Cmd.Cluster.Sharding" Version="1.3.0" />
Expand Down
2 changes: 1 addition & 1 deletion libs/reaction/dotnet/OpenSystem.Reaction.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<PackageReference Include="Akka.Persistence.PostgreSql" Version="1.5.2" />
<PackageReference Include="Akka.Persistence.Query" Version="1.5.2" />
<PackageReference Include="Akka.Persistence.Query.Sql" Version="1.5.2" />
<PackageReference Include="Akka.Persistence.Sql" Version="1.5.2-beta2" />
<PackageReference Include="Akka.Persistence.Sql" Version="1.5.2-beta3" />
<PackageReference Include="Confluent.SchemaRegistry" Version="2.1.0" />
<PackageReference Include="Microsoft.Extensions.Configuration" Version="7.0.0" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="7.0.0" />
Expand Down

0 comments on commit e80cbfb

Please sign in to comment.