Skip to content

Commit 6f4ac24

Browse files
committed
Upgrade to asciidoctor 2.0.17
1 parent 5765549 commit 6f4ac24

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

CHANGELOG.adoc

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,11 @@ For a detailed view of what has changed, refer to the {url-repo}/commits/main[co
1515

1616
Improvement::
1717

18+
* Upgrade to asciidoctorj 2.0.17 (#1074)
1819
* Upgrade to asciidoctorj-pdf 1.6.2 (#1073)
19-
* Upgrade to rouge 3.27.0 (#1073)
2020
* Upgrade to asciidoctorj-diagram 2.2.1 (#1066) (@abelsromero) (#1065)
21+
* Upgrade to jruby 9.2.20.1 (#1074)
22+
* Upgrade to rouge 3.27.0 (#1073)
2123
* Upgrade CLI to use JCommander 1.81 (@abelsromero) (#1067)
2224

2325
Build Improvement::
@@ -28,6 +30,9 @@ Build Improvement::
2830
Documentation::
2931

3032
* Clarify execution order for extensions (@rockyallen) (#1068)
33+
* Added docs for attributes and positional attributes in extensions (#1072)
34+
* Added docs for how to log from extensions (#1071)
35+
3136

3237
== 2.5.2 (2021-08-08)
3338

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ ext {
6969
guavaVersion = '18.0'
7070
hamcrestVersion = '1.3'
7171
jcommanderVersion = '1.81'
72-
jrubyVersion = '9.2.17.0'
72+
jrubyVersion = '9.2.20.1'
7373
jsoupVersion = '1.14.3'
7474
junitVersion = '4.13.2'
7575
assertjVersion = '3.19.0'
@@ -79,15 +79,15 @@ ext {
7979
pdfboxVersion = '1.8.16'
8080

8181
// gem versions
82-
asciidoctorGemVersion = project.hasProperty('asciidoctorGemVersion') ? project.asciidoctorGemVersion : '2.0.16'
82+
asciidoctorGemVersion = project.hasProperty('asciidoctorGemVersion') ? project.asciidoctorGemVersion : '2.0.17'
8383
asciimathGemVersion = '2.0.3'
8484
coderayGemVersion = '1.1.3'
8585
rougeGemVersion = '3.27.0'
8686

8787
codenarcVersion = '2.1.0'
8888
groovyVersion = '2.4.21'
8989
erubisGemVersion = '2.7.0'
90-
hamlGemVersion = '5.0.4'
90+
hamlGemVersion = '5.2.2'
9191
openUriCachedGemVersion = '0.0.5'
9292
slimGemVersion = '4.1.0'
9393
concurrentRubyGemVersion = '1.1.7'

0 commit comments

Comments
 (0)