Skip to content

BE: Chore: Bump Spring Boot to 3.5.3 #1143

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Jul 2, 2025
Merged

BE: Chore: Bump Spring Boot to 3.5.3 #1143

merged 3 commits into from
Jul 2, 2025

Conversation

yeikel
Copy link
Collaborator

@yeikel yeikel commented Jun 21, 2025

What changes did you make? (Give an overview)

  • Upgraded Spring Boot to the latest version (3.5.3) to fetch the latest bug fixes and features as well as fixing CVE-2025-41234
  • Removed several dependency overrides that are no longer necessary since they were upgraded by Spring
  • Removed the explicit inclusion of Junit5 , as it is provided transitively by spring-boot-starter-test. Keeping it explicitly declared leads to version conflicts, which goes against the JUnit project's recommendations for Spring Boot.

How Has This Been Tested? (put an "x" (case-sensitive!) next to an item)

  • Covered by existing automation

Checklist (put an "x" (case-sensitive!) next to all the items, otherwise the build will fail)

  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation (e.g. ENVIRONMENT VARIABLES)
  • My changes generate no new warnings (e.g. Sonar is happy)
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes
  • Any dependent changes have been merged

A picture of a cute animal (not mandatory but encouraged)

image

@yeikel yeikel requested a review from a team as a code owner June 21, 2025 04:49
@kapybro kapybro bot added status/triage Issues pending maintainers triage status/triage/manual Manual triage in progress status/triage/completed Automatic triage completed and removed status/triage Issues pending maintainers triage labels Jun 21, 2025
@yeikel yeikel marked this pull request as draft June 21, 2025 04:54
@yeikel yeikel force-pushed the patch-2 branch 7 times, most recently from 9a741e6 to 40076e3 Compare June 22, 2025 20:38
@yeikel yeikel marked this pull request as ready for review June 22, 2025 20:45
@Haarolean Haarolean added scope/backend Related to backend changes type/security Pull requests that address a security vulnerability type/dependencies A pull request/issue dedicated to updating the dependency(-ies) and removed status/triage/manual Manual triage in progress labels Jun 25, 2025
@Haarolean Haarolean added this to the 1.3 milestone Jun 25, 2025
@yeikel yeikel marked this pull request as draft June 27, 2025 03:15
@yeikel yeikel force-pushed the patch-2 branch 6 times, most recently from ad84806 to c6a1568 Compare June 30, 2025 02:38
@Haarolean Haarolean self-requested a review July 2, 2025 10:07
@Haarolean Haarolean marked this pull request as ready for review July 2, 2025 10:07
@Haarolean Haarolean moved this from Todo to PR Approved in Release 1.3 Jul 2, 2025
@Haarolean Haarolean merged commit 099b139 into kafbat:main Jul 2, 2025
15 checks passed
@github-project-automation github-project-automation bot moved this from PR Approved to Done in Release 1.3 Jul 2, 2025
@Haarolean
Copy link
Member

@yeikel thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
scope/backend Related to backend changes status/triage/completed Automatic triage completed type/dependencies A pull request/issue dedicated to updating the dependency(-ies) type/security Pull requests that address a security vulnerability
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

3 participants