Skip to content

Commit

Permalink
dep: update org.nokogiri:nekodtd to v0.1.11.noko2
Browse files Browse the repository at this point in the history
which is built with Java 8 to address #2887
  • Loading branch information
flavorjones committed May 23, 2023
1 parent ff2c996 commit fc01685
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions lib/nokogiri/jruby/nokogiri_jars.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
require 'net/sourceforge/htmlunit/neko-htmlunit/2.63.0/neko-htmlunit-2.63.0.jar'
require 'nu/validator/jing/20200702VNU/jing-20200702VNU.jar'
require 'xerces/xercesImpl/2.12.2/xercesImpl-2.12.2.jar'
require 'org/nokogiri/nekodtd/0.1.11.noko1/nekodtd-0.1.11.noko1.jar'
require 'net/sf/saxon/Saxon-HE/9.6.0-4/Saxon-HE-9.6.0-4.jar'
require 'xalan/xalan/2.7.3/xalan-2.7.3.jar'
require 'xml-apis/xml-apis/1.4.01/xml-apis-1.4.01.jar'
require 'org/nokogiri/nekodtd/0.1.11.noko2/nekodtd-0.1.11.noko2.jar'
require 'isorelax/isorelax/20030108/isorelax-20030108.jar'
end

Expand All @@ -18,10 +18,10 @@
require_jar 'net.sourceforge.htmlunit', 'neko-htmlunit', '2.63.0'
require_jar 'nu.validator', 'jing', '20200702VNU'
require_jar 'xerces', 'xercesImpl', '2.12.2'
require_jar 'org.nokogiri', 'nekodtd', '0.1.11.noko1'
require_jar 'net.sf.saxon', 'Saxon-HE', '9.6.0-4'
require_jar 'xalan', 'xalan', '2.7.3'
require_jar 'xml-apis', 'xml-apis', '1.4.01'
require_jar 'org.nokogiri', 'nekodtd', '0.1.11.noko2'
require_jar 'isorelax', 'isorelax', '20030108'
end

Expand All @@ -32,7 +32,7 @@ module Nokogiri
"net.sf.saxon:Saxon-HE" => "9.6.0-4",
"net.sourceforge.htmlunit:neko-htmlunit" => "2.63.0",
"nu.validator:jing" => "20200702VNU",
"org.nokogiri:nekodtd" => "0.1.11.noko1",
"org.nokogiri:nekodtd" => "0.1.11.noko2",
"xalan:serializer" => "2.7.3",
"xalan:xalan" => "2.7.3",
"xerces:xercesImpl" => "2.12.2",
Expand Down
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion nokogiri.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ Gem::Specification.new do |spec|

spec.require_paths << "lib/nokogiri/jruby" # where we install the jars, see the :vendor_jars rake task
spec.requirements << "jar isorelax, isorelax, 20030108" # https://search.maven.org/artifact/isorelax/isorelax
spec.requirements << "jar org.nokogiri, nekodtd, 0.1.11.noko1"
spec.requirements << "jar org.nokogiri, nekodtd, 0.1.11.noko2"
spec.requirements << "jar net.sourceforge.htmlunit, neko-htmlunit, 2.63.0"
spec.requirements << "jar nu.validator, jing, 20200702VNU" # https://search.maven.org/artifact/nu.validator/jing
spec.requirements << "jar xalan, serializer, 2.7.3" # https://search.maven.org/artifact/xalan/serializer
Expand Down

0 comments on commit fc01685

Please sign in to comment.