-
Notifications
You must be signed in to change notification settings - Fork 0
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
Dependency bump #22
base: main
Are you sure you want to change the base?
Dependency bump #22
Conversation
TrojanerHD
commented
Aug 29, 2023
•
edited
Loading
edited
- Upgrade gradle wrapper
- Upgrade dependencies and plugins
- Force trailing commas
- Set compatibility version of java instead of pinning the JDK version using toolchain
Before I review this in detail: I think for this project it would be good to remain backwards compatible with older Java versions. I would like to continue supporting Java 8 if it does not become too much of a pain. That way consumers with older projects can continue using this. |
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.
Good work!
Needs a rebase and we need to check the frontend dependencies, check my comments. Since a bit of time has passed we can also already update some dependencies again I think. Gradle 8.4 has released e.g.
diffUtilsVersion = '3.0' | ||
alphanumericComparatorVersion = "1.4.1" | ||
|
||
bootstrapVersion = '4.6.0' | ||
jqueryVersion = '3.6.0' | ||
bootstrapVersion = '5.3.1' |
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.
If we want to upgrade this we also need to update the frontend since this version is not backwards compatible.
jqueryVersion = '3.7.0' | ||
popperVersion = '1.16.1' | ||
fontAwesomeVersion = '5.15.4' | ||
diff2htmlVersion = '3.1.7' | ||
markedVersion = '2.0.6' | ||
fontAwesomeVersion = '6.4.2' | ||
diff2htmlVersion = '3.4.29' | ||
markedVersion = '7.0.3' |
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.
Also manually test the other frontend dependencies.
"\"${result.description}\"" | ||
.replace("\n", HTML_LINE_ENDING) |
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.
We can have this in a single line now I think.