onobc commented on code in PR #546:
URL: https://github.com/apache/pulsar-manager/pull/546#discussion_r1483162481
##########
build.gradle:
##########
@@ -14,7 +14,7 @@
buildscript {
ext {
- springBootVersion = '2.0.2.RELEASE'
+ springBootVersion = '2.5.3'
Review Comment:
I attempted to bring all-the-things up to the latest-and-greatest (Boot 3.x
/ Spring 6.x / etc..) and it was quite a bit of changes and will take a while
to get through that.
Thanks for the bump up to `2.5.3`. This is an improvement for sure, but all
versions < `3.0.0` are EOL already. I am curious as to why `2.5.x` rather than
`2.6` or `2.7` - I am guessing bigger changes on those updates.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]