Skip to content

Commit

Permalink
Update to Spring Boot 3.4.1
Browse files Browse the repository at this point in the history
Closes gh-1605
  • Loading branch information
mhalbritter committed Dec 20, 2024
1 parent d032e88 commit 7c20fa3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,11 @@
*/
class ProjectGeneratorIntegrationTests {

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

private static final String JAVA_VERSION = "17";

private static final String DEPENDENCY_MANAGEMENT_PLUGIN_VERSION = "1.1.6";
private static final String DEPENDENCY_MANAGEMENT_PLUGIN_VERSION = "1.1.7";

private ProjectGeneratorTester projectTester;

Expand Down
2 changes: 1 addition & 1 deletion initializr-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<commons-text.version>1.12.0</commons-text.version>
<maven.version>3.9.6</maven.version>
<maven-resolver.version>1.9.20</maven-resolver.version>
<spring-boot.version>3.4.0</spring-boot.version>
<spring-boot.version>3.4.1</spring-boot.version>
<spring-cloud-contract.version>4.2.0</spring-cloud-contract.version>
</properties>
<scm>
Expand Down

0 comments on commit 7c20fa3

Please sign in to comment.