Skip to content

Commit

Permalink
Merge pull request #1052 from robertpanzer/asciidoctor-2.0.16
Browse files Browse the repository at this point in the history
Update Asciidoctor to 2.0.16
  • Loading branch information
robertpanzer authored Aug 8, 2021
2 parents a637d7c + 062c9bb commit 3b8e378
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions asciidoctorj-core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ dependencies {
api "org.jruby:jruby:$jrubyVersion"
implementation "com.beust:jcommander:$jcommanderVersion"
gems "rubygems:asciidoctor:$asciidoctorGemVersion"
gems "rubygems:asciimath:$asciimathGemVersion"
gems "rubygems:coderay:$coderayGemVersion"
gems "rubygems:rouge:$rougeGemVersion"
gems "rubygems:erubis:$erubisGemVersion"
Expand Down
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,8 @@ ext {
pdfboxVersion = '1.8.16'

// gem versions
asciidoctorGemVersion = project.hasProperty('asciidoctorGemVersion') ? project.asciidoctorGemVersion : '2.0.15'
asciidoctorGemVersion = project.hasProperty('asciidoctorGemVersion') ? project.asciidoctorGemVersion : '2.0.16'
asciimathGemVersion = '2.0.3'
coderayGemVersion = '1.1.3'
rougeGemVersion = '3.26.0'

Expand Down

0 comments on commit 3b8e378

Please sign in to comment.