Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mhalbritter committed Dec 18, 2024
1 parent d99115e commit 9ccccbb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
*/
class HtmxBuildCustomizerTests extends AbstractExtensionTests {

private static final SupportedBootVersion BOOT_VERSION = SupportedBootVersion.V3_3;
private static final SupportedBootVersion BOOT_VERSION = SupportedBootVersion.latest();

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

Expand Down

0 comments on commit 9ccccbb

Please sign in to comment.