From 580ad488f024cb722d6cf10d8b0178100b6a6f8f Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Fri, 21 Nov 2025 17:06:31 -0800 Subject: [PATCH] Upgrade to Antora Spring UI v0.4.25 Closes gh-48236 --- antora/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/antora/package.json b/antora/package.json index b4bab83e096..9205dd88825 100644 --- a/antora/package.json +++ b/antora/package.json @@ -13,6 +13,6 @@ "@springio/asciidoctor-extensions": "1.0.0-alpha.17" }, "config": { - "ui-bundle-url": "https://github.com/spring-io/antora-ui-spring/releases/download/v0.4.24/ui-bundle.zip" + "ui-bundle-url": "https://github.com/spring-io/antora-ui-spring/releases/download/v0.4.25/ui-bundle.zip" } }