From 7e7462ad5d15883252262a7d8de4b100ea9ab508 Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Fri, 29 Mar 2024 12:00:39 -0700 Subject: [PATCH] Upgrade to antora-ui-spring v0.4.12 --- antora/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/antora/package.json b/antora/package.json index 724d0d0f981..d5d40c263c7 100644 --- a/antora/package.json +++ b/antora/package.json @@ -13,6 +13,6 @@ "@springio/asciidoctor-extensions": "1.0.0-alpha.10" }, "config": { - "ui-bundle-url": "https://github.com/spring-io/antora-ui-spring/releases/download/v0.4.11/ui-bundle.zip" + "ui-bundle-url": "https://github.com/spring-io/antora-ui-spring/releases/download/v0.4.12/ui-bundle.zip" } }