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

Use latest mvn dependency versions #349

Merged

Commits on Nov 15, 2024

  1. Use latest mvn dependency versions

    This is a routine update of all the maven dependency versions.
    
    The junit jupiter family of dependency versions now no longer uses a pom
    wide property to define its version. This is to make it easier to
    automatically update these fields using the command
    `mvn versions:use-latest-versions` which automates this. Using a
    property disrupts this from working.
    
    Signed-off-by: Jason Katonica <katonica@us.ibm.com>
    jasonkatonica committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    0657534 View commit details
    Browse the repository at this point in the history