-
Notifications
You must be signed in to change notification settings - Fork 0
82 update external dependencies to latest versions #84
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
82 update external dependencies to latest versions #84
Conversation
Develop ->Master
Develop -> Master
Develop -> Master (Release 0.3.1)
Develop -> Master (Release 0.4)
Develop -> Master (version 0.5)
Release v1.0
Release version 1.1 🐺
Release v1.2
pwgit-create
left a comment
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.
Hi! Thanks a lot for the PR 👋
I’ve gone through the changes and there are a couple of things that need to be addressed before it can be approved:
-
Update the comment in
pom.xml
The comment needs to reflect the new version number.
You can link to the Maven page in two ways:- Version-independent link:
https://mvnrepository.com/artifact/org.apache.maven.plugins/maven-assembly-plugin - Version-specific link (preferred):
https://mvnrepository.com/artifact/org.apache.maven.plugins/maven-assembly-plugin/3.8.0
- Version-independent link:
-
Integrity Hash version number
The version number needs to match the version specified in the release ticket for this version
(e.g.1.2.1:
#74)Explanation:
This is important because there is already a previously created release ticket with a higher version number intended for a future release:
#83
Please let me know if anything is unclear, and thanks again for the work on this PR! 🙌
Co-authored-by: Peter Westin <83552499+pwgit-create@users.noreply.github.com>
Co-authored-by: Peter Westin <83552499+pwgit-create@users.noreply.github.com>
pwgit-create
left a comment
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.
Reviewed and approved. No issues found!
💯
This pull request updates the project's dependencies and build plugins to newer versions in the
pom.xmlfile. These upgrades help ensure compatibility, access to new features, and security improvements.Dependency updates:
logback-classicfrom version1.5.21to1.5.23to include the latest logging improvements and fixes.flatlaffrom version3.6.2to3.7for improved UI look and feel support.Build plugin updates:
exec-maven-pluginfrom3.6.2to3.6.3for better execution of Java programs during the build process.maven-assembly-pluginfrom3.7.1to3.8.0to improve the creation of distributable archives.Project version bump:
1.2to1.3to reflect these dependency and plugin updates.