Skip to content

Commit

Permalink
use Spring Boot 3.4.0 in integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sullis committed Dec 15, 2024
1 parent 9702624 commit 9f72c6b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
*/
class ProjectGeneratorIntegrationTests {

private static final String SPRING_BOOT_VERSION = "3.3.0";
private static final String SPRING_BOOT_VERSION = "3.4.0";

private static final String JAVA_VERSION = "17";

Expand Down

0 comments on commit 9f72c6b

Please sign in to comment.