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.git


The following commit(s) were added to refs/heads/master by this push:
     new 20dfcc69aa GROOVY-11484: Downgrade asciidoctorj-diagram to 2.2.10 due 
to errors
20dfcc69aa is described below

commit 20dfcc69aa4adc2b3c5f1ae2110cf285ae44f921
Author: Paul King <pa...@asert.com.au>
AuthorDate: Tue Sep 24 22:05:59 2024 +1000

    GROOVY-11484: Downgrade asciidoctorj-diagram to 2.2.10 due to errors
---
 versions.properties | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/versions.properties b/versions.properties
index 50e5237ae2..161e307f68 100644
--- a/versions.properties
+++ b/versions.properties
@@ -15,7 +15,8 @@
 
 ant=1.10.15
 asciidoctorj=2.5.11
-asciidoctorDiagram=2.3.1
+# later asciidoctorDiagram versions seem to break some diagrams
+asciidoctorDiagram=2.2.10
 asciidoctorPdf=2.3.18
 asciidoctorGroovyDsl=2.0.2
 asm=9.7

Reply via email to