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 2ee56d55 bump asciidoctor version
2ee56d55 is described below
commit 2ee56d55d4c9b4763dc45c8634fa1cf673e68eda
Author: Paul King <[email protected]>
AuthorDate: Sun Dec 15 12:48:42 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 aa6f892f..6d3e626d 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.11'
+asciidoctorj = 'org.asciidoctor:asciidoctorj:2.5.13'
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 = '4.0.2' }
+asciidoc = { id = 'org.asciidoctor.jvm.convert', version = '4.0.3' }
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' }