Skip to content

Commit

Permalink
Upgrade to RocksDB v9.4.0 (#7300)
Browse files Browse the repository at this point in the history
  • Loading branch information
rubo authored Aug 26, 2024
1 parent 12b70c5 commit 7f57689
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Nethermind/Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
<PackageVersion Include="Pyroscope" Version="0.8.14" />
<PackageVersion Include="ReadLine" Version="2.0.1" />
<PackageVersion Include="RichardSzalay.MockHttp" Version="7.0.0" />
<PackageVersion Include="RocksDB" Version="8.10.0.45817" />
<PackageVersion Include="RocksDB" Version="9.4.0.50294" />
<PackageVersion Include="SCrypt" Version="2.0.0.2" />
<PackageVersion Include="Shouldly" Version="4.2.1" />
<PackageVersion Include="Snappier" Version="1.1.6" />
Expand Down
2 changes: 1 addition & 1 deletion src/Nethermind/Nethermind.Db.Test/RocksDbTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ namespace Nethermind.Db.Test;
internal static class RocksDbTests
{
[Test]
public static void Should_have_required_version() => DbOnTheRocks.GetRocksDbVersion().Should().Be("8.10.0");
public static void Should_have_required_version() => DbOnTheRocks.GetRocksDbVersion().Should().Be("9.4.0");
}

0 comments on commit 7f57689

Please sign in to comment.