Skip to content
Snippets Groups Projects
Commit 823067e5 authored by dgelessus's avatar dgelessus
Browse files

Update some dependencies

parent e7691be7
No related branches found
No related tags found
No related merge requests found
...@@ -8,8 +8,8 @@ buildscript { ...@@ -8,8 +8,8 @@ buildscript {
} }
dependencies { dependencies {
classpath 'org.freemarker:freemarker:2.3.29' classpath 'org.freemarker:freemarker:2.3.30'
classpath 'org.yaml:snakeyaml:1.25' classpath 'org.yaml:snakeyaml:1.27'
} }
} }
...@@ -34,10 +34,7 @@ dependencies { ...@@ -34,10 +34,7 @@ dependencies {
asciidoctor 'org.asciidoctor:asciidoctorj-epub3:1.5.0-alpha.9' asciidoctor 'org.asciidoctor:asciidoctorj-epub3:1.5.0-alpha.9'
asciidoctor 'org.asciidoctor:asciidoctorj-pdf:1.5.0-beta.8' asciidoctor 'org.asciidoctor:asciidoctorj-pdf:1.5.0-beta.8'
// asciidoctor-bibtex requires a 4.x version of bibtex-ruby, but for some reason the build installs a 5.x version by default. gems 'rubygems:asciidoctor-bibtex:0.8.0'
// To fix this we need this manual dependency on a 4.x version of bibtex-ruby.
gems 'rubygems:bibtex-ruby:4.4.7'
gems 'rubygems:asciidoctor-bibtex:0.6.0'
} }
asciidoctorj { asciidoctorj {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment