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

matrei pushed a commit to branch spring-boot-4.1.1
in repository https://gitbox.apache.org/repos/asf/grails-core.git

commit 9b988958bc914ea54f55a89b8401c574c4f9b2c3
Author: Mattias Reichel <[email protected]>
AuthorDate: Fri Aug 21 13:27:05 2026 +0200

    fix(deps): Bump asciidoctorj to 3.0.1
---
 dependencies.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dependencies.gradle b/dependencies.gradle
index b2c002ea9d..ffad1c28eb 100644
--- a/dependencies.gradle
+++ b/dependencies.gradle
@@ -24,7 +24,7 @@ ext {
     gradleBomDependencyVersions = [
             'ant.version'                   : '1.10.17',
             'asciidoctor-gradle-jvm.version': '4.0.5',
-            'asciidoctorj.version'          : '3.0.0',
+            'asciidoctorj.version'          : '3.0.1',
             'asm.version'                   : '9.10.1',
             'asset-pipeline-gradle.version' : '5.2.0-M3',
             'commons-text.version'          : '1.15.0',

Reply via email to