From 6763c1e92971eb7d06749ad4d947049c4b7314f6 Mon Sep 17 00:00:00 2001 From: Alexander Kriegisch Date: Thu, 4 Jan 2024 13:42:52 +0700 Subject: Fix warning in Asciidoctor Maven by JRuby version bump Warning "Native subprocess control requires open access to the JDK IO subsystem" can be avoided by upgrading JRuby, see https://github.com/asciidoctor/asciidoctor-maven-plugin/issues/553. Signed-off-by: Alexander Kriegisch --- pom.xml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 3fd4a5ff8..99c73736f 100644 --- a/pom.xml +++ b/pom.xml @@ -420,7 +420,7 @@ org.asciidoctor asciidoctor-maven-plugin - 2.2.1 + 2.2.4 coderay @@ -429,6 +429,14 @@ font + + + + org.jruby + jruby + 9.4.5.0 + + -- cgit v1.2.3