Skip to content

Commit fda9d4d

Browse files
Merge pull request #29423 from redpanda-data/tyson-CORE-15341
deps: update libxml2 from 2.14.5 to 2.14.6
2 parents e8f7978 + e92dc95 commit fda9d4d

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

MODULE.bazel.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bazel/repositories.bzl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -100,9 +100,9 @@ def data_dependency():
100100
http_archive(
101101
name = "libxml2",
102102
build_file = "//bazel/thirdparty:libxml2.BUILD",
103-
sha256 = "f52638e4d67135c49f676d1c8fcc4f9f35afb7ec9bfb4aee743e2e86d56e006b",
104-
strip_prefix = "libxml2-2.14.5",
105-
url = "https://vectorized-public.s3.us-west-2.amazonaws.com/dependencies/libxml2-v2.14.5.tar.gz",
103+
sha256 = "546ab74561c040df210c88dbd3c652bf509d826954ab2002c8973f1fa8d10130",
104+
strip_prefix = "libxml2-2.14.6",
105+
url = "https://vectorized-public.s3.us-west-2.amazonaws.com/dependencies/libxml2-v2.14.6.tar.gz",
106106
)
107107

108108
http_archive(

0 commit comments

Comments
 (0)