Skip to content

Commit 63a4853

Browse files
committed
Mark htmx-spring-boot as compatible with Spring Boot 4
Signed-off-by: Wim Deblauwe <[email protected]>
1 parent 0319f90 commit 63a4853

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

start-site/src/main/resources/application.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -460,10 +460,11 @@ initializr:
460460
groupId: io.github.wimdeblauwe
461461
artifactId: htmx-spring-boot
462462
description: Build modern user interfaces with the simplicity and power of hypertext.
463-
compatibilityRange: "[3.4.0,4.0.0-M1)"
464463
mappings:
465464
- compatibilityRange: "[3.4.0,4.0.0-M1)"
466-
version: 4.0.1
465+
version: 4.0.2
466+
- compatibilityRange: "[4.0.0,4.1.0-M1)"
467+
version: 5.0.0
467468
links:
468469
- rel: reference
469470
href: https://github.com/wimdeblauwe/htmx-spring-boot

0 commit comments

Comments
 (0)