From 4d94fcba9a837041192148ea752ff5e7c8c61fb1 Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Thu, 20 Nov 2025 14:17:30 -0800 Subject: [PATCH] Upgrade to Antora Spring UI v0.4.24 Closes gh-48210 --- antora/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/antora/package.json b/antora/package.json index ccea3540ba2..b4bab83e096 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.21/ui-bundle.zip" + "ui-bundle-url": "https://github.com/spring-io/antora-ui-spring/releases/download/v0.4.24/ui-bundle.zip" } }