diff --git a/dependencies.yml b/dependencies.yml index 98eccc8984..5b5c9faa4c 100644 --- a/dependencies.yml +++ b/dependencies.yml @@ -1,7 +1,7 @@ libxml2: - version: "2.10.3" - sha256: "5d2cc3d78bec3dbe212a9d7fa629ada25a7da928af432c93060ff5c17ee28a9c" - # sha-256 hash provided in https://download.gnome.org/sources/libxml2/2.10/libxml2-2.10.3.sha256sum + version: "2.10.4" + sha256: "ed0c91c5845008f1936739e4eee2035531c1c94742c6541f44ee66d885948d45" + # sha-256 hash provided in https://download.gnome.org/sources/libxml2/2.10/libxml2-2.10.4.sha256sum libxslt: version: "1.1.37" diff --git a/test/xml/test_node.rb b/test/xml/test_node.rb index 137c46d61b..cb6523dd61 100644 --- a/test/xml/test_node.rb +++ b/test/xml/test_node.rb @@ -1141,7 +1141,7 @@ def test_namespace_without_an_href_on_html_node node = html.at("div").children.first refute_nil(node) - if Nokogiri.uses_libxml?(">= 2.11.0") || Nokogiri.jruby? + if Nokogiri.uses_libxml?(">= 2.10.4") || Nokogiri.jruby? assert_empty(node.namespaces.keys) assert_equal("foo", node.to_html) elsif Nokogiri.uses_libxml?(">= 2.9.12")