Skip to content

Commit 9093b46

Browse files
committed
Upgrade to asciidoctor-pdf 2.3.19
1 parent 7e11e10 commit 9093b46

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

asciidoctorj-pdf/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
properName=AsciidoctorJ PDF
22
description=AsciidoctorJ PDF bundles the Asciidoctor PDF RubyGem (asciidoctor-pdf) so it can be loaded into the JVM using JRuby.
3-
version=2.3.18
3+
version=2.3.19
44
gem_name=asciidoctor-pdf

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ ext {
4444

4545
// gem versions
4646
asciidoctorJVersion = project.hasProperty('asciidoctorJVersion') ? project.asciidoctorJVersion : '2.5.7'
47-
asciidoctorPdfGemVersion = project.hasProperty('asciidoctorPdfGemVersion') ? project.asciidoctorPdfGemVersion : '2.3.18'
47+
asciidoctorPdfGemVersion = project.hasProperty('asciidoctorPdfGemVersion') ? project.asciidoctorPdfGemVersion : '2.3.19'
4848

4949
addressableVersion = '2.8.0'
5050
concurrentRubyVersion = '1.1.7'

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version=2.3.18
1+
version=2.3.19
22
sourceCompatibility=1.8
33
targetCompatibility=1.8
44

0 commit comments

Comments
 (0)