diff --git a/build.gradle b/build.gradle index e16ecd9..49462ba 100644 --- a/build.gradle +++ b/build.gradle @@ -34,10 +34,10 @@ dependencies { implementation 'com.vladsch.flexmark:flexmark-ext-attributes:0.64.8' implementation 'com.vladsch.flexmark:flexmark-ext-definition:0.64.8' implementation 'com.vladsch.flexmark:flexmark-ext-tables:0.64.8' - implementation 'io.github.openhtmltopdf:openhtmltopdf-core:1.1.22' - implementation 'io.github.openhtmltopdf:openhtmltopdf-pdfbox:1.1.22' - implementation 'io.github.openhtmltopdf:openhtmltopdf-slf4j:1.1.22' - implementation 'io.github.openhtmltopdf:openhtmltopdf-objects:1.1.22' + implementation 'io.github.openhtmltopdf:openhtmltopdf-core:1.1.23' + implementation 'io.github.openhtmltopdf:openhtmltopdf-pdfbox:1.1.23' + implementation 'io.github.openhtmltopdf:openhtmltopdf-slf4j:1.1.23' + implementation 'io.github.openhtmltopdf:openhtmltopdf-objects:1.1.23' implementation ('org.apache.xmlgraphics:batik-transcoder:1.18'){ // work around https://issues.apache.org/jira/browse/BATIK-1289 exclude group: "xml-apis", module: "xml-apis"