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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): Bump maven-invoker-plugin from 3.2.2 to 3.3.0 in /maven #5270

Commits on Jun 2, 2022

  1. build(deps): Bump maven-invoker-plugin from 3.2.2 to 3.3.0 in /maven

    Bumps [maven-invoker-plugin](https://github.com/apache/maven-invoker-plugin) from 3.2.2 to 3.3.0.
    - [Release notes](https://github.com/apache/maven-invoker-plugin/releases)
    - [Commits](apache/maven-invoker-plugin@maven-invoker-plugin-3.2.2...maven-invoker-plugin-3.3.0)
    
    Signed-off-by: BJ Hargrave <bj@hargrave.dev>
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.maven.plugins:maven-invoker-plugin
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and bjhargrave committed Jun 2, 2022
    Copy the full SHA
    c1cac7f View commit details
    Browse the repository at this point in the history
  2. maven: Update to use groovy.xml.XmlSlurper for Groovy 3

    The maven-invoker-plugin 3.3.0 update moves to Groovy 3 so we need to
    import the proper XmlSlurper class.
    
    We also need to avoid a missing method.
    
    Signed-off-by: BJ Hargrave <bj@hargrave.dev>
    bjhargrave committed Jun 2, 2022
    Copy the full SHA
    0dc0b47 View commit details
    Browse the repository at this point in the history
  3. maven: Update pre/postbuild scripts to organize imports

    Signed-off-by: BJ Hargrave <bj@hargrave.dev>
    bjhargrave committed Jun 2, 2022
    Copy the full SHA
    485698d View commit details
    Browse the repository at this point in the history