Upgrade asciidoctorj to 1.5.4.1 and jruby-complete to 1.7.25

This version of asciidoctorj fixes an ArrayIndexOutOfBoundsException in
AsciidoctorUtils.getOptions() under certain circumstances.

This upgrade also requires an upgrade of the jruby-complete dependency.

Change-Id: I40ae00fbbd599687fceb6057d6239d73db2e2490
This commit is contained in:
David Pursehouse
2016-08-18 13:06:49 +09:00
parent a806afe748
commit e9a79812d0

View File

@@ -44,8 +44,8 @@ java_library(
maven_jar(
name = 'asciidoctor',
id = 'org.asciidoctor:asciidoctorj:1.5.2',
sha1 = '39d33f739ec1c46f6e908a725264eb74b23c9f99',
id = 'org.asciidoctor:asciidoctorj:1.5.4.1',
sha1 = 'f7ddfb2bbed2f8da3f9ad0d1a5514f04b4274a5a',
license = 'asciidoctor',
visibility = [],
attach_source = False,
@@ -53,8 +53,8 @@ maven_jar(
maven_jar(
name = 'jruby',
id = 'org.jruby:jruby-complete:1.7.18',
sha1 = 'a1be3e1790aace5c99614a87785454d875eb21c2',
id = 'org.jruby:jruby-complete:1.7.25',
sha1 = '8eb234259ec88edc05eedab05655f458a84bfcab',
license = 'DO_NOT_DISTRIBUTE',
visibility = [],
attach_source = False,