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

APPENG-1074: Support for Spring Boot 3.4 #6

Merged
merged 2 commits into from
Dec 11, 2024

Conversation

normanma-tw
Copy link
Contributor

Context

https://transferwise.atlassian.net/browse/APPENG-1074

Checklist

@normanma-tw normanma-tw requested a review from a team as a code owner December 9, 2024 14:21
@@ -1,5 +1,5 @@
ext {
springBootVersion = "${System.getenv("SPRING_BOOT_VERSION") ?: "3.2.2"}"
springBootVersion = "${System.getenv("SPRING_BOOT_VERSION") ?: "3.3.1"}"
Copy link
Contributor

Choose a reason for hiding this comment

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

Should we also change to the latest 3.3 boot? (.6)

@normanma-tw normanma-tw force-pushed the spring-boot-3.4-upgrade branch from fd8da23 to 4f6291a Compare December 11, 2024 11:02
@normanma-tw normanma-tw force-pushed the spring-boot-3.4-upgrade branch from 4f6291a to 03aa898 Compare December 11, 2024 11:18
@Gravewalker666 Gravewalker666 merged commit a1a7d23 into main Dec 11, 2024
13 checks passed
@Gravewalker666 Gravewalker666 deleted the spring-boot-3.4-upgrade branch December 11, 2024 11:25
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.

3 participants