Skip to content

Commit

Permalink
Merge pull request #90 from asciidoctor/upgrade-2.3.5
Browse files Browse the repository at this point in the history
Upgrade to asciidoctor-diagram 2.3.5
  • Loading branch information
robertpanzer committed Apr 9, 2023
2 parents 4d6b7e5 + dd5f164 commit 2a66b06
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion asciidoctorj-pdf/gradle.properties
@@ -1,4 +1,4 @@
properName=AsciidoctorJ PDF
description=AsciidoctorJ PDF bundles the Asciidoctor PDF RubyGem (asciidoctor-pdf) so it can be loaded into the JVM using JRuby.
version=2.3.4
version=2.3.5
gem_name=asciidoctor-pdf
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -40,7 +40,7 @@ ext {

// gem versions
asciidoctorJVersion = project.hasProperty('asciidoctorJVersion') ? project.asciidoctorJVersion : '2.5.7'
asciidoctorPdfGemVersion = project.hasProperty('asciidoctorPdfGemVersion') ? project.asciidoctorPdfGemVersion : '2.3.4'
asciidoctorPdfGemVersion = project.hasProperty('asciidoctorPdfGemVersion') ? project.asciidoctorPdfGemVersion : '2.3.5'

addressableVersion = '2.8.0'
concurrentRubyVersion = '1.1.7'
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
@@ -1,3 +1,3 @@
version=2.3.4
version=2.3.5
sourceCompatibility=1.8
targetCompatibility=1.8

0 comments on commit 2a66b06

Please sign in to comment.