Skip to content

Commit caa6cc3

Browse files
committed
Use latest Spring Boot version when testing htmx
1 parent bd56246 commit caa6cc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

start-site/src/test/java/io/spring/start/site/extension/dependency/htmx/HtmxBuildCustomizerTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
*/
3232
class HtmxBuildCustomizerTests extends AbstractExtensionTests {
3333

34-
private static final SupportedBootVersion BOOT_VERSION = SupportedBootVersion.V3_4;
34+
private static final SupportedBootVersion BOOT_VERSION = SupportedBootVersion.latest();
3535

3636
private final Dependency htmx = Dependency.withId("htmx", "io.github.wimdeblauwe", "htmx-spring-boot");
3737

0 commit comments

Comments
 (0)