mojohaus / exec-maven-plugin

Exec Maven Plugin
https://www.mojohaus.org/exec-maven-plugin/
Apache License 2.0
163 stars 96 forks source link

Bump mavenVersion from 3.2.5 to 3.9.0 #360

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps mavenVersion from 3.2.5 to 3.9.0. Updates maven-model from 3.2.5 to 3.9.0

Release notes

Sourced from maven-model's releases.

3.8.7

Sub-task

  • [MNG-7019] - Notify also at start when profile is missing

Bug

  • [MNG-7106] - VersionRange.toString() produces a string that cannot be parsed with VersionRange.createFromVersionSpec() for same lower and upper bounds
  • [MNG-7316] - REGRESSION: MavenProject.getAttachedArtifacts() is read-only
  • [MNG-7352] - org.apache.maven.toolchain.java.JavaToolchainImpl should be public
  • [MNG-7529] - Maven resolver makes bad repository choices when resolving version ranges
  • [MNG-7563] - REGRESSION: User properties now override model properties in dependencies
  • [MNG-7568] - [WARNING] The requested profile "ABCDEF" could not be activated because it does not exist.
  • [MNG-7578] - Building Linux image on Windows impossible (patch incuded)
  • [MNG-7600] - LocalRepositoryManager is created too early
  • [MNG-7621] - Parameter '-f' causes ignoring any 'maven.config' (only on Windows)
  • [MNG-7637] - Possible NPE in MavenProject#hashCode()
  • [MNG-7644] - Fix version comparison where .X1 < -X2 for any string qualifier X

Improvement

  • [MNG-7590] - Allow configure resolver by properties in settings.xml
  • [MNG-7645] - Implement some #toString() methods

Task

  • [MNG-7513] - Address commons-io_commons-io vulnerability found in maven latest version
  • [MNG-7634] - Revert MNG-5982 and MNG-7417
  • [MNG-7636] - Partially revert MNG-5868 to restore backward compatibility (see MNG-7316)

Dependency upgrade

  • [MNG-7506] - Upgrade Maven Wagon to 3.5.2
  • [MNG-7641] - Upgrade Maven Wagon to 3.5.3

3.8.6

What's Changed

Full Changelog: https://github.com/apache/maven/compare/maven-3.8.5...maven-3.8.6

... (truncated)

Commits
  • 9b58d2b [maven-release-plugin] prepare release maven-3.9.0
  • 87f4044 Update git-blame-ignore-revs
  • e9d5708 Reformat
  • 1a600c7 [MNG-7675] Update Parent to 39 and reformat
  • a5d0ca4 Fix site plugin warning (#973)
  • 48cac1c [MNG-7672] Fork should only execute the project and its submodules (#969)
  • 8fa5545 Get rid of surefire watning, take 2 (#967)
  • 36f02c9 Get rid of surefire warning (#965)
  • f7ca0b6 [MNG-7608] Make native transport the default (#961)
  • 51354e6 [maven-3.9.x] [MNG-7666] Update default binding and lifecycle plugin versions...
  • Additional commits viewable in compare view


Updates maven-artifact from 3.2.5 to 3.9.0

Release notes

Sourced from maven-artifact's releases.

3.8.7

Sub-task

  • [MNG-7019] - Notify also at start when profile is missing

Bug

  • [MNG-7106] - VersionRange.toString() produces a string that cannot be parsed with VersionRange.createFromVersionSpec() for same lower and upper bounds
  • [MNG-7316] - REGRESSION: MavenProject.getAttachedArtifacts() is read-only
  • [MNG-7352] - org.apache.maven.toolchain.java.JavaToolchainImpl should be public
  • [MNG-7529] - Maven resolver makes bad repository choices when resolving version ranges
  • [MNG-7563] - REGRESSION: User properties now override model properties in dependencies
  • [MNG-7568] - [WARNING] The requested profile "ABCDEF" could not be activated because it does not exist.
  • [MNG-7578] - Building Linux image on Windows impossible (patch incuded)
  • [MNG-7600] - LocalRepositoryManager is created too early
  • [MNG-7621] - Parameter '-f' causes ignoring any 'maven.config' (only on Windows)
  • [MNG-7637] - Possible NPE in MavenProject#hashCode()
  • [MNG-7644] - Fix version comparison where .X1 < -X2 for any string qualifier X

Improvement

  • [MNG-7590] - Allow configure resolver by properties in settings.xml
  • [MNG-7645] - Implement some #toString() methods

Task

  • [MNG-7513] - Address commons-io_commons-io vulnerability found in maven latest version
  • [MNG-7634] - Revert MNG-5982 and MNG-7417
  • [MNG-7636] - Partially revert MNG-5868 to restore backward compatibility (see MNG-7316)

Dependency upgrade

  • [MNG-7506] - Upgrade Maven Wagon to 3.5.2
  • [MNG-7641] - Upgrade Maven Wagon to 3.5.3

3.8.6

What's Changed

Full Changelog: https://github.com/apache/maven/compare/maven-3.8.5...maven-3.8.6

... (truncated)

Commits
  • 9b58d2b [maven-release-plugin] prepare release maven-3.9.0
  • 87f4044 Update git-blame-ignore-revs
  • e9d5708 Reformat
  • 1a600c7 [MNG-7675] Update Parent to 39 and reformat
  • a5d0ca4 Fix site plugin warning (#973)
  • 48cac1c [MNG-7672] Fork should only execute the project and its submodules (#969)
  • 8fa5545 Get rid of surefire watning, take 2 (#967)
  • 36f02c9 Get rid of surefire warning (#965)
  • f7ca0b6 [MNG-7608] Make native transport the default (#961)
  • 51354e6 [maven-3.9.x] [MNG-7666] Update default binding and lifecycle plugin versions...
  • Additional commits viewable in compare view


Updates maven-core from 3.2.5 to 3.9.0

Release notes

Sourced from maven-core's releases.

3.8.7

Sub-task

  • [MNG-7019] - Notify also at start when profile is missing

Bug

  • [MNG-7106] - VersionRange.toString() produces a string that cannot be parsed with VersionRange.createFromVersionSpec() for same lower and upper bounds
  • [MNG-7316] - REGRESSION: MavenProject.getAttachedArtifacts() is read-only
  • [MNG-7352] - org.apache.maven.toolchain.java.JavaToolchainImpl should be public
  • [MNG-7529] - Maven resolver makes bad repository choices when resolving version ranges
  • [MNG-7563] - REGRESSION: User properties now override model properties in dependencies
  • [MNG-7568] - [WARNING] The requested profile "ABCDEF" could not be activated because it does not exist.
  • [MNG-7578] - Building Linux image on Windows impossible (patch incuded)
  • [MNG-7600] - LocalRepositoryManager is created too early
  • [MNG-7621] - Parameter '-f' causes ignoring any 'maven.config' (only on Windows)
  • [MNG-7637] - Possible NPE in MavenProject#hashCode()
  • [MNG-7644] - Fix version comparison where .X1 < -X2 for any string qualifier X

Improvement

  • [MNG-7590] - Allow configure resolver by properties in settings.xml
  • [MNG-7645] - Implement some #toString() methods

Task

  • [MNG-7513] - Address commons-io_commons-io vulnerability found in maven latest version
  • [MNG-7634] - Revert MNG-5982 and MNG-7417
  • [MNG-7636] - Partially revert MNG-5868 to restore backward compatibility (see MNG-7316)

Dependency upgrade

  • [MNG-7506] - Upgrade Maven Wagon to 3.5.2
  • [MNG-7641] - Upgrade Maven Wagon to 3.5.3

3.8.6

What's Changed

Full Changelog: https://github.com/apache/maven/compare/maven-3.8.5...maven-3.8.6

... (truncated)

Commits
  • 9b58d2b [maven-release-plugin] prepare release maven-3.9.0
  • 87f4044 Update git-blame-ignore-revs
  • e9d5708 Reformat
  • 1a600c7 [MNG-7675] Update Parent to 39 and reformat
  • a5d0ca4 Fix site plugin warning (#973)
  • 48cac1c [MNG-7672] Fork should only execute the project and its submodules (#969)
  • 8fa5545 Get rid of surefire watning, take 2 (#967)
  • 36f02c9 Get rid of surefire warning (#965)
  • f7ca0b6 [MNG-7608] Make native transport the default (#961)
  • 51354e6 [maven-3.9.x] [MNG-7666] Update default binding and lifecycle plugin versions...
  • Additional commits viewable in compare view


Updates maven-plugin-api from 3.2.5 to 3.9.0

Release notes

Sourced from maven-plugin-api's releases.

3.8.7

Sub-task

  • [MNG-7019] - Notify also at start when profile is missing

Bug

  • [MNG-7106] - VersionRange.toString() produces a string that cannot be parsed with VersionRange.createFromVersionSpec() for same lower and upper bounds
  • [MNG-7316] - REGRESSION: MavenProject.getAttachedArtifacts() is read-only
  • [MNG-7352] - org.apache.maven.toolchain.java.JavaToolchainImpl should be public
  • [MNG-7529] - Maven resolver makes bad repository choices when resolving version ranges
  • [MNG-7563] - REGRESSION: User properties now override model properties in dependencies
  • [MNG-7568] - [WARNING] The requested profile "ABCDEF" could not be activated because it does not exist.
  • [MNG-7578] - Building Linux image on Windows impossible (patch incuded)
  • [MNG-7600] - LocalRepositoryManager is created too early
  • [MNG-7621] - Parameter '-f' causes ignoring any 'maven.config' (only on Windows)
  • [MNG-7637] - Possible NPE in MavenProject#hashCode()
  • [MNG-7644] - Fix version comparison where .X1 < -X2 for any string qualifier X

Improvement

  • [MNG-7590] - Allow configure resolver by properties in settings.xml
  • [MNG-7645] - Implement some #toString() methods

Task

  • [MNG-7513] - Address commons-io_commons-io vulnerability found in maven latest version
  • [MNG-7634] - Revert MNG-5982 and MNG-7417
  • [MNG-7636] - Partially revert MNG-5868 to restore backward compatibility (see MNG-7316)

Dependency upgrade

  • [MNG-7506] - Upgrade Maven Wagon to 3.5.2
  • [MNG-7641] - Upgrade Maven Wagon to 3.5.3

3.8.6

What's Changed

Full Changelog: https://github.com/apache/maven/compare/maven-3.8.5...maven-3.8.6

... (truncated)

Commits
  • 9b58d2b [maven-release-plugin] prepare release maven-3.9.0
  • 87f4044 Update git-blame-ignore-revs
  • e9d5708 Reformat
  • 1a600c7 [MNG-7675] Update Parent to 39 and reformat
  • a5d0ca4 Fix site plugin warning (#973)
  • 48cac1c [MNG-7672] Fork should only execute the project and its submodules (#969)
  • 8fa5545 Get rid of surefire watning, take 2 (#967)
  • 36f02c9 Get rid of surefire warning (#965)
  • f7ca0b6 [MNG-7608] Make native transport the default (#961)
  • 51354e6 [maven-3.9.x] [MNG-7666] Update default binding and lifecycle plugin versions...
  • Additional commits viewable in compare view


Updates maven-compat from 3.2.5 to 3.9.0

Release notes

Sourced from maven-compat's releases.

3.8.7

Sub-task

  • [MNG-7019] - Notify also at start when profile is missing

Bug

  • [MNG-7106] - VersionRange.toString() produces a string that cannot be parsed with VersionRange.createFromVersionSpec() for same lower and upper bounds
  • [MNG-7316] - REGRESSION: MavenProject.getAttachedArtifacts() is read-only
  • [MNG-7352] - org.apache.maven.toolchain.java.JavaToolchainImpl should be public
  • [MNG-7529] - Maven resolver makes bad repository choices when resolving version ranges
  • [MNG-7563] - REGRESSION: User properties now override model properties in dependencies
  • [MNG-7568] - [WARNING] The requested profile "ABCDEF" could not be activated because it does not exist.
  • [MNG-7578] - Building Linux image on Windows impossible (patch incuded)
  • [MNG-7600] - LocalRepositoryManager is created too early
  • [MNG-7621] - Parameter '-f' causes ignoring any 'maven.config' (only on Windows)
  • [MNG-7637] - Possible NPE in MavenProject#hashCode()
  • [MNG-7644] - Fix version comparison where .X1 < -X2 for any string qualifier X

Improvement

  • [MNG-7590] - Allow configure resolver by properties in settings.xml
  • [MNG-7645] - Implement some #toString() methods

Task

  • [MNG-7513] - Address commons-io_commons-io vulnerability found in maven latest version
  • [MNG-7634] - Revert MNG-5982 and MNG-7417
  • [MNG-7636] - Partially revert MNG-5868 to restore backward compatibility (see MNG-7316)

Dependency upgrade

  • [MNG-7506] - Upgrade Maven Wagon to 3.5.2
  • [MNG-7641] - Upgrade Maven Wagon to 3.5.3

3.8.6

What's Changed

Full Changelog: https://github.com/apache/maven/compare/maven-3.8.5...maven-3.8.6

... (truncated)

Commits
  • 9b58d2b [maven-release-plugin] prepare release maven-3.9.0
  • 87f4044 Update git-blame-ignore-revs
  • e9d5708 Reformat
  • 1a600c7 [MNG-7675] Update Parent to 39 and reformat
  • a5d0ca4 Fix site plugin warning (#973)
  • 48cac1c [MNG-7672] Fork should only execute the project and its submodules (#969)
  • 8fa5545 Get rid of surefire watning, take 2 (#967)
  • 36f02c9 Get rid of surefire warning (#965)
  • f7ca0b6 [MNG-7608] Make native transport the default (#961)
  • 51354e6 [maven-3.9.x] [MNG-7666] Update default binding and lifecycle plugin versions...
  • Additional commits viewable in compare view


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
slachiewicz commented 1 year ago

@dependabot ignore this major version

dependabot[bot] commented 1 year ago

OK, I won't notify you about version 3.x.x again, unless you re-open this PR. 😢