Skip to content

Commit

Permalink
Update dependency NHibernate to v5.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 23, 2024
1 parent bc089ce commit edaab57
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="NHibernate" Version="5.1.0" />
<PackageReference Include="NHibernate" Version="5.5.1" />

<!-- SourceLink , see https://github.com/ctaggart/SourceLink -->
<PackageReference Include="SourceLink.Copy.PdbFiles" Version="2.8.3" PrivateAssets="All" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<PackageReference Include="MSTest.TestAdapter" Version="3.4.0" />
<PackageReference Include="MSTest.TestFramework" Version="3.4.0" />
<PackageReference Include="FluentAssertions" Version="6.12.0" />
<PackageReference Include="NHibernate" Version="5.1.0" />
<PackageReference Include="NHibernate" Version="5.5.1" />
<PackageReference Include="NUnit" Version="3.14.0" />
<PackageReference Include="NUnit3TestAdapter" Version="4.5.0" />
<PackageReference Include="System.Data.SQLite.Core" Version="1.0.118" />
Expand Down

0 comments on commit edaab57

Please sign in to comment.