Skip to content

Commit

Permalink
Bump MySql.Data from 8.0.28 to 8.0.30
Browse files Browse the repository at this point in the history
Bumps MySql.Data from 8.0.28 to 8.0.30.

---
updated-dependencies:
- dependency-name: MySql.Data
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Aug 30, 2022
1 parent ce35063 commit e7e73ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Akka.Persistence.MySql/Akka.Persistence.MySql.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<PackageReference Include="Akka" Version="$(AkkaVersion)" />
<PackageReference Include="Akka.Persistence" Version="$(AkkaVersion)" />
<PackageReference Include="Akka.Persistence.Sql.Common" Version="$(AkkaVersion)" />
<PackageReference Include="MySql.Data" Version="8.0.28" />
<PackageReference Include="MySql.Data" Version="8.0.30" />
</ItemGroup>

<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
Expand Down

0 comments on commit e7e73ed

Please sign in to comment.