Skip to content
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

chore(deps): update spring boot version to 3.4.2 #35

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

mherwig
Copy link
Contributor

@mherwig mherwig commented Jan 23, 2025

Updating to latest SpringBoot version 2.4.3 also allows us to call isClosed() on an application context to check whether the application is already shutting down. This is helpful for checking whether a process has been stopped by unexpectedly or due to a planned graceful shutdown.

@mherwig mherwig requested a review from a team as a code owner January 23, 2025 15:17
@mherwig mherwig requested review from Th3Shadowbroker, erabedtit and WRichter72 and removed request for a team January 23, 2025 15:17
Copy link

Overall Project 34.33%

There is no coverage information present for the Files changed

@mherwig
Copy link
Contributor Author

mherwig commented Jan 23, 2025

Note: The mongo-java-server dependency must be updated alongside since the old version is not compatible with the mongo drivers

@Th3Shadowbroker Th3Shadowbroker changed the title feat: update spring boot version to 3.4.2 chore(deps): update spring boot version to 3.4.2 Jan 24, 2025
@Th3Shadowbroker Th3Shadowbroker added the dependencies Pull requests that update a dependency file label Jan 24, 2025
Copy link
Member

@Th3Shadowbroker Th3Shadowbroker left a comment

Choose a reason for hiding this comment

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

I updated the title to match the dependency updates suggested by dependabot and added the matching label. Aside from that everyting looks good 👍🏼

Please squash 🙂

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants