Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lighty-core/lighty-controller-spring-di/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<dependency>
<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.

<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<parent>
<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.

<relativePath/> <!-- lookup parent from repository -->
</parent>

Expand Down
Loading