Skip to content

Commit

Permalink
Bump AkkaVersion from 1.4.46 to 1.4.47 (#174)
Browse files Browse the repository at this point in the history
Bumps `AkkaVersion` from 1.4.46 to 1.4.47.

Updates `Akka.Persistence.Sql.Common` from 1.4.46 to 1.4.47
- [Release notes](https://github.com/akkadotnet/akka.net/releases)
- [Changelog](https://github.com/akkadotnet/akka.net/blob/1.4.47/RELEASE_NOTES.md)
- [Commits](akkadotnet/akka.net@1.4.46...1.4.47)

Updates `Akka.Persistence.Sql.TestKit` from 1.4.46 to 1.4.47
- [Release notes](https://github.com/akkadotnet/akka.net/releases)
- [Changelog](https://github.com/akkadotnet/akka.net/blob/1.4.47/RELEASE_NOTES.md)
- [Commits](akkadotnet/akka.net@1.4.46...1.4.47)

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

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 2, 2023
1 parent 65047c8 commit c0437ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common.props
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<PropertyGroup>
<XunitVersion>2.4.2</XunitVersion>
<XunitRunnerVersion>2.4.5</XunitRunnerVersion>
<AkkaVersion>1.4.46</AkkaVersion>
<AkkaVersion>1.4.47</AkkaVersion>
<PostgresLowVersion>5.0.11</PostgresLowVersion>
<PostgresHighVersion>6.0.7</PostgresHighVersion>
<PostgresVersion>[$(PostgresLowVersion), $(PostgresHighVersion)]</PostgresVersion>
Expand Down

0 comments on commit c0437ca

Please sign in to comment.