From 1980f5f8b4ba783dc95de13e1c270140977223fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Oct 2025 03:06:07 +0000 Subject: [PATCH] Bump org.hibernate.infra:hibernate-asciidoctor-theme Bumps the hibernate group with 1 update: [org.hibernate.infra:hibernate-asciidoctor-theme](https://github.com/hibernate/hibernate-asciidoctor-theme). Updates `org.hibernate.infra:hibernate-asciidoctor-theme` from 6.0.2.Final to 6.0.4.Final - [Release notes](https://github.com/hibernate/hibernate-asciidoctor-theme/releases) - [Commits](https://github.com/hibernate/hibernate-asciidoctor-theme/compare/6.0.2.Final...6.0.4.Final) --- updated-dependencies: - dependency-name: org.hibernate.infra:hibernate-asciidoctor-theme dependency-version: 6.0.4.Final dependency-type: direct:production update-type: version-update:semver-patch dependency-group: hibernate ... Signed-off-by: dependabot[bot] --- documentation/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/build.gradle b/documentation/build.gradle index 04e5225c9..def1d11dd 100644 --- a/documentation/build.gradle +++ b/documentation/build.gradle @@ -12,7 +12,7 @@ configurations { } dependencies { - themezip 'org.hibernate.infra:hibernate-asciidoctor-theme:6.0.2.Final@zip' + themezip 'org.hibernate.infra:hibernate-asciidoctor-theme:6.0.4.Final@zip' } ext {