This is an automated email from the ASF dual-hosted git repository.

paulk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/groovy-geb.git


The following commit(s) were added to refs/heads/master by this push:
     new 49d285b7 bump asciidoctor version
49d285b7 is described below

commit 49d285b758382bfd73d8e0544dbe7d84e3eb60e4
Author: Paul King <[email protected]>
AuthorDate: Sun Dec 15 12:19:50 2024 +1000

    bump asciidoctor version
---
 gradle/libs.versions.toml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml
index b734e915..aa6f892f 100644
--- a/gradle/libs.versions.toml
+++ b/gradle/libs.versions.toml
@@ -25,7 +25,7 @@ spock = "2.3-groovy-4.0"
 threeTen = "1.7.0"
 
 [libraries]
-asciidoctorj = 'org.asciidoctor:asciidoctorj:2.5.2'
+asciidoctorj = 'org.asciidoctor:asciidoctorj:2.5.11'
 cglib = 'cglib:cglib:2.2'
 codenarcGroovy4 = 'org.codenarc:CodeNarc:3.1.0-groovy-4.0'
 codenarc = 'org.codenarc:CodeNarc:2.2.0'
@@ -62,7 +62,7 @@ testng = 'org.testng:testng:6.14.3'
 threeTen-extra = { module = 'org.threeten:threeten-extra', version.ref = 
'threeTen' }
 
 [plugins]
-asciidoc = { id = 'org.asciidoctor.jvm.convert', version = '3.3.2' }
+asciidoc = { id = 'org.asciidoctor.jvm.convert', version = '4.0.2' }
 asl2 = { id = 'com.energizedwork.asl2', version = '1.1' }
 nexusPublish = { id = 'io.github.gradle-nexus.publish-plugin', version = 
'2.0.0' }
 node = { id = 'com.github.node-gradle.node', version = '3.5.0' }

Reply via email to