Skip to content

Commit e222638

Browse files
Bump org.jruby:jruby from 9.4.8.0 to 9.4.9.0 (#312)
Bumps org.jruby:jruby from 9.4.8.0 to 9.4.9.0. --- updated-dependencies: - dependency-name: org.jruby:jruby dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 972f9ab commit e222638

File tree

13 files changed

+13
-13
lines changed
  • asciidoc-maven-site-converter-example
  • asciidoc-maven-site-parser-example
  • asciidoc-multiple-inputs-example
  • asciidoc-to-html-example
  • asciidoc-to-html-multipage-example
  • asciidoc-to-revealjs-example
  • asciidoctor-diagram-example
  • asciidoctor-epub-example
  • asciidoctor-pdf-cjk-example
  • asciidoctor-pdf-example
  • asciidoctor-pdf-with-theme-example
  • docbook-pipeline-docbkx-example
  • java-extension-example/asciidoctor-with-extension-example

13 files changed

+13
-13
lines changed

asciidoc-maven-site-converter-example/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
1616
<asciidoctor.maven.plugin.version>3.1.0</asciidoctor.maven.plugin.version>
1717
<asciidoctorj.version>3.0.0</asciidoctorj.version>
18-
<jruby.version>9.4.8.0</jruby.version>
18+
<jruby.version>9.4.9.0</jruby.version>
1919
</properties>
2020

2121
<build>

asciidoc-maven-site-parser-example/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
1616
<asciidoctor.maven.plugin.version>3.1.0</asciidoctor.maven.plugin.version>
1717
<asciidoctorj.version>3.0.0</asciidoctorj.version>
18-
<jruby.version>9.4.8.0</jruby.version>
18+
<jruby.version>9.4.9.0</jruby.version>
1919
</properties>
2020

2121
<build>

asciidoc-multiple-inputs-example/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<asciidoctor.maven.plugin.version>3.1.0</asciidoctor.maven.plugin.version>
1616
<asciidoctorj.pdf.version>2.3.19</asciidoctorj.pdf.version>
1717
<asciidoctorj.version>3.0.0</asciidoctorj.version>
18-
<jruby.version>9.4.8.0</jruby.version>
18+
<jruby.version>9.4.9.0</jruby.version>
1919
</properties>
2020

2121
<build>

asciidoc-to-html-example/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<maven.compiler.target>1.8</maven.compiler.target>
1515
<asciidoctor.maven.plugin.version>3.1.0</asciidoctor.maven.plugin.version>
1616
<asciidoctorj.version>3.0.0</asciidoctorj.version>
17-
<jruby.version>9.4.8.0</jruby.version>
17+
<jruby.version>9.4.9.0</jruby.version>
1818
</properties>
1919

2020
<build>

asciidoc-to-html-multipage-example/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<asciidoctor.maven.plugin.version>3.1.0</asciidoctor.maven.plugin.version>
1818
<asciidoctorj.version>3.0.0</asciidoctorj.version>
1919
<asciidoctor-multipage.version>0.0.19</asciidoctor-multipage.version>
20-
<jruby.version>9.4.8.0</jruby.version>
20+
<jruby.version>9.4.9.0</jruby.version>
2121
</properties>
2222

2323
<dependencies>

asciidoc-to-revealjs-example/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<maven.compiler.target>1.8</maven.compiler.target>
1616
<asciidoctor.maven.plugin.version>3.1.0</asciidoctor.maven.plugin.version>
1717
<asciidoctorj.version>3.0.0</asciidoctorj.version>
18-
<jruby.version>9.4.8.0</jruby.version>
18+
<jruby.version>9.4.9.0</jruby.version>
1919
<revealjs.version>3.9.2</revealjs.version>
2020
<!-- Use 'master' as version and remove the 'v' prefixing the download url to use the current snapshot version -->
2121
<asciidoctor-revealjs.version>master</asciidoctor-revealjs.version>

asciidoctor-diagram-example/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<asciidoctor.maven.plugin.version>3.1.0</asciidoctor.maven.plugin.version>
1414
<asciidoctorj.version>3.0.0</asciidoctorj.version>
1515
<asciidoctorj.diagram.version>2.3.1</asciidoctorj.diagram.version>
16-
<jruby.version>9.4.8.0</jruby.version>
16+
<jruby.version>9.4.9.0</jruby.version>
1717
</properties>
1818

1919
<build>

asciidoctor-epub-example/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<asciidoctorj.epub.version>2.1.3</asciidoctorj.epub.version>
1919
<asciidoctorj.version>3.0.0</asciidoctorj.version>
2020
<!-- for a correct kf8 generation, you'll need at least jRuby >= 9.1.8.0 -->
21-
<jruby.version>9.4.8.0</jruby.version>
21+
<jruby.version>9.4.9.0</jruby.version>
2222
<!-- provide full path to kindlegen application if you need the fallback solution -->
2323
<path.to.kindlegen>/absolute/path/to/kindlegen</path.to.kindlegen>
2424
</properties>

asciidoctor-pdf-cjk-example/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<asciidoctor.maven.plugin.version>3.1.0</asciidoctor.maven.plugin.version>
1919
<asciidoctorj.version>3.0.0</asciidoctorj.version>
2020
<asciidoctorj.pdf.version>2.3.19</asciidoctorj.pdf.version>
21-
<jruby.version>9.4.8.0</jruby.version>
21+
<jruby.version>9.4.9.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>
2424
<pdf.cjk.kaigen.fonts.download.uri>https://github.com/chloerei/asciidoctor-pdf-cjk-kai_gen_gothic/releases/download/v0.1.0-fonts</pdf.cjk.kaigen.fonts.download.uri>

asciidoctor-pdf-example/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<asciidoctor.maven.plugin.version>3.1.0</asciidoctor.maven.plugin.version>
1616
<asciidoctorj.pdf.version>2.3.19</asciidoctorj.pdf.version>
1717
<asciidoctorj.version>3.0.0</asciidoctorj.version>
18-
<jruby.version>9.4.8.0</jruby.version>
18+
<jruby.version>9.4.9.0</jruby.version>
1919
</properties>
2020

2121
<build>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<asciidoctor.maven.plugin.version>3.1.0</asciidoctor.maven.plugin.version>
1616
<asciidoctorj.pdf.version>2.3.19</asciidoctorj.pdf.version>
1717
<asciidoctorj.version>3.0.0</asciidoctorj.version>
18-
<jruby.version>9.4.8.0</jruby.version>
18+
<jruby.version>9.4.9.0</jruby.version>
1919
</properties>
2020

2121
<build>

docbook-pipeline-docbkx-example/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<maven.compiler.target>1.8</maven.compiler.target>
1515
<asciidoctor.maven.plugin.version>3.1.0</asciidoctor.maven.plugin.version>
1616
<asciidoctorj.version>3.0.0</asciidoctorj.version>
17-
<jruby.version>9.4.8.0</jruby.version>
17+
<jruby.version>9.4.9.0</jruby.version>
1818
</properties>
1919

2020
<build>

java-extension-example/asciidoctor-with-extension-example/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1313
<asciidoctor.maven.plugin.version>3.1.0</asciidoctor.maven.plugin.version>
1414
<asciidoctorj.version>3.0.0</asciidoctorj.version>
15-
<jruby.version>9.4.8.0</jruby.version>
15+
<jruby.version>9.4.9.0</jruby.version>
1616
</properties>
1717

1818
<build>

0 commit comments

Comments
 (0)