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: Update to support Spring Boot 3.4 #26

Merged
merged 2 commits into from
Dec 9, 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 4, 2024 14:19
build.gradle Outdated
@@ -15,7 +15,7 @@ plugins {
}

ext {
springBootVersion = "${System.getenv("SPRING_BOOT_VERSION") ?: '3.2.2'}"
springBootVersion = "${System.getenv("SPRING_BOOT_VERSION") ?: '3.4.0'}"
Copy link
Contributor

Choose a reason for hiding this comment

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

Should it be,

Suggested change
springBootVersion = "${System.getenv("SPRING_BOOT_VERSION") ?: '3.4.0'}"
springBootVersion = "${System.getenv("SPRING_BOOT_VERSION") ?: '3.3.1'}"

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Good catch. I had this in for catching local build issues but forgot to revert it back

@Gravewalker666 Gravewalker666 merged commit 8dd09ca into master Dec 9, 2024
13 checks passed
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