Skip to content

Bump spring-boot to 3.5.12#2603

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

Bump spring-boot to 3.5.12#2603
ihrasko merged 1 commit intoPANTHEONtech:22.xfrom
ihrasko:22.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 in both the core dependency management and the example project. Feedback indicates that version 3.5.12 is not an official Spring Boot release, which could lead to build failures and dependency resolution issues if a custom repository is not configured.

<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 correspond to a public release. The official Spring Boot release trains are, for example, 3.3.x and 3.2.x. Using a non-standard version that could conflict with future official releases can lead to dependency issues and confusion. This will likely cause the build to fail if a custom repository hosting this artifact is not configured. It is strongly recommended to use an official release version. If this is a custom build, its versioning should be distinct from official release versioning schemes.

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 specified spring-boot-starter-parent version 3.5.12 is not an official Spring Boot release. This will likely cause dependency resolution to fail unless a private repository is available. It is recommended to align with an official Spring Boot release train, such as 3.3.x or 3.2.x, to ensure build stability and avoid confusion with official releases.

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 eccae1d into PANTHEONtech:22.x Mar 27, 2026
6 checks passed
@ihrasko ihrasko deleted the 22.x-spring-3.5.12 branch March 27, 2026 06:44
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