-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
Update spring-boot version to 2.4.6 and other dependencies #15057
Conversation
@@ -57,19 +61,19 @@ cassandraDriverVersion=4.9.0 | |||
|
|||
# gradle plugin version | |||
jibPluginVersion=<%= JIB_VERSION %> | |||
gitPropertiesPluginVersion=2.2.4 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's see if this works. In another project it still didn't work, so I had to stick with 2.2.4.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes I remember when I try updating to 2.3.0... Just waiting that versions are available in maven server to validate it
Now that Spring Boot 2.5 is out, maybe that should be a priority over this upgrade? |
It is my next step |
@mraible Actually CI is too unstable to try 2.5.0 |
@DanielFran If there's anything I can do to help, please let me know. |
Please make sure the below checklist is followed for Pull Requests.
When you are still working on the PR, consider converting it to Draft (bellow reviewers) and adding
skip-ci
label, you can still see CI build result at your branch.