From 6c3374a14bf36e1f77cfee3980acb0e51b955c88 Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Fri, 15 Nov 2024 13:24:54 -0800 Subject: [PATCH] Upgrade to antora-ui-spring 0.4.18 Closes gh-43194 --- antora/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/antora/package.json b/antora/package.json index abfb86a2ff4..58e8d2bc773 100644 --- a/antora/package.json +++ b/antora/package.json @@ -13,6 +13,6 @@ "@springio/asciidoctor-extensions": "1.0.0-alpha.14" }, "config": { - "ui-bundle-url": "https://github.com/spring-io/antora-ui-spring/releases/download/v0.4.17/ui-bundle.zip" + "ui-bundle-url": "https://github.com/spring-io/antora-ui-spring/releases/download/v0.4.18/ui-bundle.zip" } }