Skip to content

Bump spring-boot to 3.5.12#2604

Merged
ihrasko merged 1 commit intoPANTHEONtech:23.xfrom
ihrasko:23.x-spring-3.5.12
Mar 27, 2026
Merged

Bump spring-boot to 3.5.12#2604
ihrasko merged 1 commit intoPANTHEONtech:23.xfrom
ihrasko:23.x-spring-3.5.12

Conversation

@ihrasko
Copy link
Copy Markdown
Collaborator

@ihrasko ihrasko commented Mar 26, 2026

https://github.com/spring-projects/spring-boot/releases/tag/v3.5.12

Signed-off-by: Ivan Hrasko <ivan.hrasko@pantheon.tech>
(cherry picked from commit 9fab116)
Copy link
Copy Markdown

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request updates the Spring Boot version from 3.5.11 to 3.5.12 across multiple POM files. The review feedback correctly identifies that version 3.5.12 is likely non-existent, which would lead to build failures, and suggests centralizing the version management via Maven properties to improve maintainability.

<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-dependencies</artifactId>
<version>3.5.11</version>
<version>3.5.12</version>
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

critical

The specified Spring Boot version 3.5.12 does not appear to be a valid, released version. Using a non-existent version will cause the build to fail when Maven attempts to resolve this dependency. Please update this to a correct and available Spring Boot version.

On a related note, to improve maintainability, consider defining the Spring Boot version as a Maven property in a parent POM. This would centralize the version number, making future updates easier and less error-prone, especially since this version is used in multiple modules.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.5.11</version>
<version>3.5.12</version>
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

critical

The Spring Boot parent version 3.5.12 seems to be incorrect, as there is no such version released. This will cause the build to fail. Please correct this to a valid Spring Boot version.

To improve project maintainability, it is a good practice to manage dependency versions in a centralized manner. Using properties in a parent POM or a Bill of Materials (BOM) for key dependencies like Spring Boot can help ensure consistency and simplify updates across the project.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ihrasko ihrasko merged commit 581a968 into PANTHEONtech:23.x Mar 27, 2026
6 checks passed
@ihrasko ihrasko deleted the 23.x-spring-3.5.12 branch March 27, 2026 06:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants