From e5a7338af185824240d59f98d1125fdd20f4c788 Mon Sep 17 00:00:00 2001 From: Wim Deblauwe Date: Thu, 27 Nov 2025 22:01:26 +0100 Subject: [PATCH] Mark htmx-spring-boot as compatible with Spring Boot 4 Signed-off-by: Wim Deblauwe --- start-site/src/main/resources/application.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/start-site/src/main/resources/application.yml b/start-site/src/main/resources/application.yml index 1b43b27543d..099e16a9687 100644 --- a/start-site/src/main/resources/application.yml +++ b/start-site/src/main/resources/application.yml @@ -460,10 +460,12 @@ initializr: groupId: io.github.wimdeblauwe artifactId: htmx-spring-boot description: Build modern user interfaces with the simplicity and power of hypertext. - compatibilityRange: "[3.4.0,4.0.0-M1)" + compatibilityRange: "[3.4.0,4.1.0-M1)" mappings: - compatibilityRange: "[3.4.0,4.0.0-M1)" - version: 4.0.1 + version: 4.0.2 + - compatibilityRange: "[4.0.0,4.1.0-M1)" + version: 5.0.0 links: - rel: reference href: https://github.com/wimdeblauwe/htmx-spring-boot