Skip to content

Commit

Permalink
Merge pull request #12312 from rabbitmq/mergify/bp/v4.0.x/pr-12300
Browse files Browse the repository at this point in the history
Update khepri to 0.16.0 (backport #12300)
  • Loading branch information
michaelklishin authored Sep 16, 2024
2 parents 8318d55 + 3a8af37 commit 20bec8f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -210,15 +210,15 @@ erlang_package.hex_package(
erlang_package.hex_package(
name = "khepri",
build_file = "@rabbitmq-server//bazel:BUILD.khepri",
sha256 = "3fca316af28f0a7524be01164a3e9dd484505f18887c5c2065e0db40802522d1",
version = "0.15.0",
sha256 = "feee8a0a1f3f78dd9f8860feacba63cc165c81af1b351600903e34a20676d5f6",
version = "0.16.0",
)

erlang_package.hex_package(
name = "khepri_mnesia_migration",
build_file = "@rabbitmq-server//bazel:BUILD.khepri_mnesia_migration",
sha256 = "c2426e113ca9901180cc141967ef81c0beaba2bf702ed1456360b6ec02280a71",
version = "0.6.0",
sha256 = "950e46306f8e9a91a5dbf1f7e465dc251bdbc7737809ebf2c493f4058983d87c",
version = "0.7.0",
)

erlang_package.hex_package(
Expand Down
4 changes: 2 additions & 2 deletions rabbitmq-components.mk
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,8 @@ dep_credentials_obfuscation = hex 3.4.0
dep_cuttlefish = hex 3.4.0
dep_gen_batch_server = hex 0.8.8
dep_jose = hex 1.11.10
dep_khepri = hex 0.15.0
dep_khepri_mnesia_migration = hex 0.6.0
dep_khepri = hex 0.16.0
dep_khepri_mnesia_migration = hex 0.7.0
dep_prometheus = hex 4.11.0
dep_ra = hex 2.14.0
dep_ranch = hex 2.1.0
Expand Down

0 comments on commit 20bec8f

Please sign in to comment.