From 5fd339802e8dd691c8a7ba07452c5ccf57fd2761 Mon Sep 17 00:00:00 2001 From: Adrian Stoica <stoica@ntnu.no> Date: Wed, 21 Aug 2024 13:22:54 +0200 Subject: [PATCH] update pom rubygems:asciidoctor-revealjs:gem to 4.1.0 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 3fec77e..f4fd1f1 100644 --- a/pom.xml +++ b/pom.xml @@ -29,7 +29,7 @@ <dependency> <groupId>rubygems</groupId> <artifactId>asciidoctor-revealjs</artifactId> - <version>4.0.1</version> + <version>4.1.0</version> <type>gem</type> <!-- Avoid downloading gems included in AsciidoctorJ --> <exclusions> -- GitLab