diff --git a/dependencies.yml b/dependencies.yml index f830dee027..39f3461c24 100644 --- a/dependencies.yml +++ b/dependencies.yml @@ -1,7 +1,7 @@ libxml2: - version: "2.10.4" - sha256: "ed0c91c5845008f1936739e4eee2035531c1c94742c6541f44ee66d885948d45" - # sha-256 hash provided in https://download.gnome.org/sources/libxml2/2.10/libxml2-2.10.4.sha256sum + version: "2.12.6" + sha256: "889c593a881a3db5fdd96cc9318c87df34eb648edfc458272ad46fd607353fbb" + # sha-256 hash provided in https://download.gnome.org/sources/libxml2/2.12/libxml2-2.12.6.sha256sum libxslt: version: "1.1.37" diff --git a/lib/nokogiri/version/constant.rb b/lib/nokogiri/version/constant.rb index 7280b062fc..36f46deeb1 100644 --- a/lib/nokogiri/version/constant.rb +++ b/lib/nokogiri/version/constant.rb @@ -2,5 +2,5 @@ module Nokogiri # The version of Nokogiri you are using - VERSION = "1.13.10" + VERSION = "1.13.11" end