Skip to content

Commit 26e8674

Browse files
Bump org.asciidoctor:asciidoctorj-pdf from 2.3.10 to 2.3.12 (#252)
Bumps [org.asciidoctor:asciidoctorj-pdf](https://github.com/asciidoctor/asciidoctorj-pdf) from 2.3.10 to 2.3.12. - [Release notes](https://github.com/asciidoctor/asciidoctorj-pdf/releases) - [Changelog](https://github.com/asciidoctor/asciidoctorj-pdf/blob/main/CHANGELOG.adoc) - [Commits](asciidoctor/asciidoctorj-pdf@v2.3.10...v2.3.12) --- updated-dependencies: - dependency-name: org.asciidoctor:asciidoctorj-pdf dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 988a98e commit 26e8674

File tree

4 files changed

+4
-4
lines changed
  • asciidoc-multiple-inputs-example
  • asciidoctor-pdf-cjk-example
  • asciidoctor-pdf-example
  • asciidoctor-pdf-with-theme-example

4 files changed

+4
-4
lines changed

asciidoc-multiple-inputs-example/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<maven.compiler.source>1.8</maven.compiler.source>
1414
<maven.compiler.target>1.8</maven.compiler.target>
1515
<asciidoctor.maven.plugin.version>2.2.6</asciidoctor.maven.plugin.version>
16-
<asciidoctorj.pdf.version>2.3.10</asciidoctorj.pdf.version>
16+
<asciidoctorj.pdf.version>2.3.12</asciidoctorj.pdf.version>
1717
<asciidoctorj.version>2.5.11</asciidoctorj.version>
1818
<jruby.version>9.4.5.0</jruby.version>
1919
</properties>

asciidoctor-pdf-cjk-example/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<maven.compiler.target>1.8</maven.compiler.target>
1818
<asciidoctor.maven.plugin.version>2.2.6</asciidoctor.maven.plugin.version>
1919
<asciidoctorj.version>2.5.11</asciidoctorj.version>
20-
<asciidoctorj.pdf.version>2.3.10</asciidoctorj.pdf.version>
20+
<asciidoctorj.pdf.version>2.3.12</asciidoctorj.pdf.version>
2121
<jruby.version>9.4.5.0</jruby.version>
2222
<pdf.cjk.version>0.1.3</pdf.cjk.version>
2323
<pdf.cjk.kaigen.version>0.1.1</pdf.cjk.kaigen.version>

asciidoctor-pdf-example/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<maven.compiler.source>1.8</maven.compiler.source>
1414
<maven.compiler.target>1.8</maven.compiler.target>
1515
<asciidoctor.maven.plugin.version>2.2.6</asciidoctor.maven.plugin.version>
16-
<asciidoctorj.pdf.version>2.3.10</asciidoctorj.pdf.version>
16+
<asciidoctorj.pdf.version>2.3.12</asciidoctorj.pdf.version>
1717
<asciidoctorj.version>2.5.11</asciidoctorj.version>
1818
<jruby.version>9.4.5.0</jruby.version>
1919
</properties>

asciidoctor-pdf-with-theme-example/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<maven.compiler.source>1.8</maven.compiler.source>
1414
<maven.compiler.target>1.8</maven.compiler.target>
1515
<asciidoctor.maven.plugin.version>2.2.6</asciidoctor.maven.plugin.version>
16-
<asciidoctorj.pdf.version>2.3.10</asciidoctorj.pdf.version>
16+
<asciidoctorj.pdf.version>2.3.12</asciidoctorj.pdf.version>
1717
<asciidoctorj.version>2.5.11</asciidoctorj.version>
1818
<jruby.version>9.4.5.0</jruby.version>
1919
</properties>

0 commit comments

Comments
 (0)