Skip to content

Conversation

@tcheeric
Copy link
Owner

Why now?

chore(deps): bump spring-boot.version from 3.5.4 to 3.5.5
Related issue: #____

What changed?

BREAKING

Review focus

Make sure all unit test pass.

Checklist

  • Scope ≤ 300 lines (or split/stack)
  • Title is verb + object (e.g., “Refactor auth middleware to async”)
  • Description links the issue and answers “why now?”
  • BREAKING flagged if needed
  • Tests/docs updated (if relevant)

dependabot bot and others added 2 commits August 26, 2025 03:48
Bumps `spring-boot.version` from 3.5.4 to 3.5.5.

Updates `org.springframework.boot:spring-boot-starter-websocket` from 3.5.4 to 3.5.5
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.5.4...v3.5.5)

Updates `org.springframework.boot:spring-boot-starter-test` from 3.5.4 to 3.5.5
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.5.4...v3.5.5)

Updates `org.springframework.boot:spring-boot-starter` from 3.5.4 to 3.5.5
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.5.4...v3.5.5)

---
updated-dependencies:
- dependency-name: org.springframework.boot:spring-boot-starter-websocket
  dependency-version: 3.5.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.springframework.boot:spring-boot-starter-test
  dependency-version: 3.5.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.springframework.boot:spring-boot-starter
  dependency-version: 3.5.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@tcheeric tcheeric requested a review from Copilot August 31, 2025 15:55
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR updates the Spring Boot version from 3.5.4 to 3.5.5 as a minor dependency bump, likely to incorporate bug fixes and security patches from the newer version.

  • Spring Boot version upgrade from 3.5.4 to 3.5.5

@github-actions
Copy link

Qodana Community for JVM

166 new problems were found

Inspection name Severity Problems
Unchecked warning 🔶 Warning 61
Link specified as plain text 🔶 Warning 24
Javadoc declaration problems 🔶 Warning 22
Dangling Javadoc comment 🔶 Warning 20
Redundant local variable 🔶 Warning 11
Field may be 'final' 🔶 Warning 3
Redundant type cast 🔶 Warning 3
Deprecated API usage 🔶 Warning 2
'size() == 0' can be replaced with 'isEmpty()' 🔶 Warning 2
AutoCloseable used without 'try'-with-resources 🔶 Warning 1
Caught exception is immediately rethrown 🔶 Warning 1
Default annotation parameter value 🔶 Warning 1
Deprecated member is still used 🔶 Warning 1
Lombok @Getter may be used 🔶 Warning 1
@NotNull/@Nullable problems 🔶 Warning 1
Redundant type arguments 🔶 Warning 1
Redundant character escape 🔶 Warning 1
Suspicious variable/parameter name combination 🔶 Warning 1
Type parameter hides visible type 🔶 Warning 1
Commented out code ◽️ Notice 5
Multiple occurrences of the same expression ◽️ Notice 2
@NotNull/@Nullable problems ◽️ Notice 1

☁️ View the detailed Qodana report

Contact Qodana team

Contact us at qodana-support@jetbrains.com

@tcheeric tcheeric merged commit 0837154 into develop Aug 31, 2025
3 checks passed
@tcheeric tcheeric deleted the release/0.3.1-refactor-deprecations branch August 31, 2025 15:58
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