Skip to content

Commit 4803de9

Browse files
committed
Upgrade to asciidoctor-pdf 2.3.7
1 parent 8fd9ed0 commit 4803de9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

asciidoctorj-pdf/gradle.properties

+1-1
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.6
3+
version=2.3.7
44
gem_name=asciidoctor-pdf

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ ext {
4040

4141
// gem versions
4242
asciidoctorJVersion = project.hasProperty('asciidoctorJVersion') ? project.asciidoctorJVersion : '2.5.7'
43-
asciidoctorPdfGemVersion = project.hasProperty('asciidoctorPdfGemVersion') ? project.asciidoctorPdfGemVersion : '2.3.6'
43+
asciidoctorPdfGemVersion = project.hasProperty('asciidoctorPdfGemVersion') ? project.asciidoctorPdfGemVersion : '2.3.7'
4444

4545
addressableVersion = '2.8.0'
4646
concurrentRubyVersion = '1.1.7'

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
version=2.3.6
1+
version=2.3.7
22
sourceCompatibility=1.8
33
targetCompatibility=1.8

0 commit comments

Comments
 (0)