Skip to content

Bump spring-boot to 3.5.13#2606

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

Bump spring-boot to 3.5.13#2606
ihrasko merged 1 commit intoPANTHEONtech:22.xfrom
ihrasko:22.x-spring-3.5.13

Conversation

@ihrasko
Copy link
Copy Markdown
Collaborator

@ihrasko ihrasko commented Mar 27, 2026

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

Signed-off-by: Ivan Hrasko <ivan.hrasko@pantheon.tech>
(cherry picked from commit 630db9f)
@ihrasko ihrasko merged commit 1a85491 into PANTHEONtech:22.x Mar 27, 2026
5 of 6 checks passed
@ihrasko ihrasko deleted the 22.x-spring-3.5.13 branch March 27, 2026 06:43
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 in the lighty-core and lighty-examples modules. The feedback suggests using a Maven property to manage the Spring Boot version centrally rather than hardcoding it in multiple POM files to improve maintainability and ensure 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.

medium

To improve maintainability and ensure version consistency across modules, it's better to manage the Spring Boot version using a property. This avoids hardcoding the version in multiple places and makes future updates easier.

I recommend defining a property like <spring-boot.version>3.5.13</spring-boot.version> in the <properties> section of a parent POM (e.g., lighty-parent/pom.xml) and then referencing it here.

Suggested change
<version>3.5.13</version>
<version>${spring-boot.version}</version>

<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.

medium

For better maintainability, it's a good practice to define the parent version as a property. This makes it easier to manage and update.

You can add a <spring-boot.version>3.5.13</spring-boot.version> property to the <properties> section of this pom.xml and use it here.

Suggested change
<version>3.5.13</version>
<version>${spring-boot.version}</version>

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