Skip to content

Commit

Permalink
Merge pull request #1109 from robertpanzer/dependency-upgrades
Browse files Browse the repository at this point in the history
Upgrade to asciidoctorj-pdf 2.3.0, JRuby 9.3.7.0, asciimath 2.0.4, ro…
  • Loading branch information
robertpanzer authored Aug 20, 2022
2 parents dd5638a + 25b5875 commit 582dc70
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 8 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,10 @@ Improvement::

* BREAKING: Fix Macro APIs to take StructuralNodes and return Phrase- or StructuralNodes. (#1084)
* BREAKING: Allow Preprocessor extensions to create new Readers and replace the original Reader. (#1081)
* Upgrade to asciidoctorj-pdf 2.1.6 (#1094)
* Upgrade to asciidoctorj-pdf 2.3.0 (#1109)
* Upgrade to JRuby 9.3.7.0 (#1109)
* Upgrade to tilt 2.0.11 (#1109)
* Upgrade to asciimath 2.0.4 (#1109)

Bug Fixes::

Expand All @@ -26,7 +29,7 @@ Bug Fixes::

Build Improvement::

* Upgrade build to Gradle 7.5 (#1100)
* Upgrade build to Gradle 7.5.1 (#1109)

== 2.5.4 (2022-06-30)

Expand Down
10 changes: 5 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ ext {
// jar versions
arquillianVersion = '1.6.0.Final'
arquillianSpockVersion = '1.0.0.CR1'
asciidoctorjPdfVersion = '2.1.6'
asciidoctorjPdfVersion = '2.3.0'
asciidoctorjEpub3Version = '1.5.1'
asciidoctorjDiagramVersion = '2.2.3'
asciidoctorjDiagramDitaaMiniVersion = '1.0.3'
Expand All @@ -69,7 +69,7 @@ ext {
guavaVersion = '18.0'
hamcrestVersion = '1.3'
jcommanderVersion = '1.82'
jrubyVersion = '9.3.4.0'
jrubyVersion = '9.3.7.0'
jsoupVersion = '1.14.3'
junitVersion = '4.13.2'
assertjVersion = '3.23.1'
Expand All @@ -80,9 +80,9 @@ ext {

// gem versions
asciidoctorGemVersion = project.hasProperty('asciidoctorGemVersion') ? project.asciidoctorGemVersion : '2.0.17'
asciimathGemVersion = '2.0.3'
asciimathGemVersion = '2.0.4'
coderayGemVersion = '1.1.3'
rougeGemVersion = '3.28.0'
rougeGemVersion = '3.30.0'

codenarcVersion = '2.1.0'
groovyVersion = '2.4.21'
Expand All @@ -93,7 +93,7 @@ ext {
concurrentRubyGemVersion = '1.1.7'
spockVersion = '1.3-groovy-2.4'
threadSafeGemVersion = '0.3.6'
tiltGemVersion = '2.0.10'
tiltGemVersion = '2.0.11'
osgiVersion = '7.0.0'
}

Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.5-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.5.1-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit 582dc70

Please sign in to comment.