Skip to content

Bump spring-boot to 3.5.13#2607

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

Bump spring-boot to 3.5.13#2607
ihrasko merged 1 commit intoPANTHEONtech:23.xfrom
ihrasko:23.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 17e9eab into PANTHEONtech:23.x Mar 27, 2026
5 of 6 checks passed
@ihrasko ihrasko deleted the 23.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 both the core controller and the netconf example. However, the feedback indicates that the 3.5.x version line for Spring Boot does not exist, which will cause dependency resolution errors and build failures.

<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 invalid. Official Spring Boot releases do not include a 3.5.x version line. This will likely cause a build failure due to being unable to resolve the dependency from public Maven repositories. Please correct this to a valid Spring Boot 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.

critical

The specified Spring Boot parent version 3.5.13 appears to be invalid. Official Spring Boot releases do not include a 3.5.x version line. This will likely cause a build failure due to being unable to resolve the parent POM from public Maven repositories. Please correct this to a valid Spring Boot 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