Skip to content

Bump spring-boot to 3.5.13#2605

Merged
ihrasko merged 1 commit intoPANTHEONtech:mainfrom
ihrasko:spring-3513
Mar 27, 2026
Merged

Bump spring-boot to 3.5.13#2605
ihrasko merged 1 commit intoPANTHEONtech:mainfrom
ihrasko:spring-3513

Conversation

@ihrasko
Copy link
Copy Markdown
Collaborator

@ihrasko ihrasko commented Mar 27, 2026

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.12 to 3.5.13 across multiple POM files. Feedback indicates that the 3.5.x version line for Spring Boot does not exist, which will result in build failures due to dependency resolution errors. Additionally, it was suggested to centralize the version management in a parent property to improve maintainability and consistency.

<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-dependencies</artifactId>
<version>3.5.12</version>
<version>3.5.13</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.13 appears to be incorrect. Official Spring Boot releases do not have a 3.5.x version line. This will cause the build to fail due to a dependency resolution error. Please verify the correct version to use. For reference, recent stable Spring Boot 3 releases are in the 3.3.x and 3.2.x lines.

<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.5.12</version>
<version>3.5.13</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.13 appears to be incorrect, as there is no official 3.5.x release line for Spring Boot. This will cause the build to fail because the parent POM cannot be resolved. Please use a valid, existing Spring Boot version.

<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-dependencies</artifactId>
<version>3.5.12</version>
<version>3.5.13</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.

medium

To improve maintainability and ensure version consistency across modules, consider defining the Spring Boot version as a property (e.g., <spring-boot.version>) in the parent lighty-parent/pom.xml. You could then reference it here and in other modules using ${spring-boot.version}. This centralizes dependency version management, making future updates easier and less error-prone.

@ihrasko ihrasko merged commit 50c8527 into PANTHEONtech:main Mar 27, 2026
6 checks passed
@ihrasko ihrasko deleted the spring-3513 branch March 27, 2026 06:43
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.

1 participant