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

[NEUTRAL] Update dependency org.codehaus.gmavenplus:gmavenplus-plugin to v4 #120

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

mend-for-github-com[bot]
Copy link

@mend-for-github-com mend-for-github-com bot commented Mar 21, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
org.codehaus.gmavenplus:gmavenplus-plugin (source) 1.13.1 -> 4.1.1 age adoption passing confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

groovy/GMavenPlus (org.codehaus.gmavenplus:gmavenplus-plugin)

v4.1.1

Compare Source

Bugs

  • Accidentally changed required Maven version from >=3.6.3 to >=3.9.9 (#​324).

Enhancements

None.

Potentially breaking changes

None

Notes

None

v4.1.0

Compare Source

Bugs

None

Enhancements

  • Add a property for scripts parameter, so it can be specified from the command line (#​316).
  • Add timeouts for connecting and reading from scripts URLs (#​317).

Potentially breaking changes

None

Notes

None

v4.0.1

Compare Source

Bugs

  • Fix broken plugin due to problems encountered during release process (#​314)

Enhancements

None

Potentially breaking changes

None

Notes

None

v4.0.0

Compare Source

Bugs

None

Enhancements

  • Support Java 22 and 23 (#​302)
  • Multiple dependency upgrades, including some that fixed CVEs
  • Added a warning about using SecurityManager to prevent System.exit() calls. JEP 411 deprecated SecurityManager in Java 17, for future removal. It is unclear what it will be replaced with for the use case of preventing System.exit() usages. JDK-8199704 is one possibility.

Potentially breaking changes

  • Updated the required Maven version to 3.6.3 to conform to the compatibility plan (#​309)

Notes

None

v3.0.2

Compare Source

Bugs

[#​280] The 3.0.1 jar was corrupt (thanks @​eugene-sadovsky for reporting this!).

Enhancements

Potentially breaking changes

None.

Notes

The CVE fixed were related to dependencies of the plugin. While I haven't done an analysis of whether they were exploitable (since this is a Maven plugin and not an application), it seems unlikely.

v3.0.1

Compare Source

Bugs

  • [#​276] Fix that enabling skipBytecodeCheck causes the Groovy version to be reported as not supporting the goal (thanks for reporting this @​jgenoctr!).

Enhancements

Potentially breaking changes

None.

Notes

The CVEs fixed were related to dependencies of the plugin. While I haven't done an analysis of whether they were exploitable (since this is a Maven plugin and not an application), it seems unlikely.

v3.0.0

Compare Source

Bugs

Enhancements

Potentially breaking changes

Maven's compatibility plan marked Maven versions older than 3.2.5 as EOL in March 2023. Therefore, we now require 3.2.5 to move forward with the rest of the ecosystem.

Notes

Fixing the validation warnings removed some Maven dependencies from the plugin's classpath (instead of using the ones from Maven itself). I'm not aware of any negative consequences of this, but it's possible certain specialized use cases might encounter changes in behavior.

v2.1.0

Compare Source

Bugs

None.

Enhancements

  • [#​230] Recognize JDK 19 as a valid target bytecode.
  • [#​232] Recognize JDK 20 as a valid target bytecode.

Potentially breaking changes

None.

Notes

None.

v2.0.0

Compare Source

Bugs

None.

Enhancements

  • [#​210] Improve error messages when Groovy classes can't be located (avoiding the NullPointerExceptions that were causing confusion and instead throwing our own exception).
  • [#​221] apache/groovy@8d19017#diff-5522480b605c81fc7dd50f58b857f5fc8802ea69229742441c6fdef328846062 caused an exception to be thrown for Groovy 4.0.0-RC-1 and newer when binding properties in a script/console/shell and bindPropertiesToSeparateVariables is false. The error logging when this happens has been improved.
  • [#​223] Support 5, 6, 7, 8, and 1.9 arguments to targetBytecode so that validation doesn't unexpectedly fail since it uses the maven.compiler.target property and these arguments are valid for javac.

Potentially breaking changes

This release requires Java 8 and drops support for Java 7. This was necessary to update dependencies which fix vulnerabilities. Specifically, in maven-archiver. At the time of release, the following dependencies were not compatible with Java 7

  • org.apache.commons:commons-compress
  • org.codehaus.plexus:plexus-archiver
  • org.apache.maven:maven-archiver
  • org.codehaus.plexus:plexus-io
  • org.codehaus.plexus:plexus-utils

This is not the first breaking release, but it is the first breaking release to follow the semver conventions.

Notes

None.


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

disabled

@mend-for-github-com mend-for-github-com bot changed the title Update dependency org.codehaus.gmavenplus:gmavenplus-plugin to v2 Update dependency org.codehaus.gmavenplus:gmavenplus-plugin to v2 - autoclosed Apr 20, 2023
@mend-for-github-com mend-for-github-com bot deleted the whitesource-remediate/major-maven.gmaven.plugin.version branch April 20, 2023 00:10
@mend-for-github-com mend-for-github-com bot changed the title Update dependency org.codehaus.gmavenplus:gmavenplus-plugin to v2 - autoclosed Update dependency org.codehaus.gmavenplus:gmavenplus-plugin to v2 Apr 20, 2023
@mend-for-github-com mend-for-github-com bot reopened this Apr 20, 2023
@mend-for-github-com mend-for-github-com bot restored the whitesource-remediate/major-maven.gmaven.plugin.version branch April 20, 2023 09:29
@mend-for-github-com mend-for-github-com bot force-pushed the whitesource-remediate/major-maven.gmaven.plugin.version branch from acc2b32 to 8439762 Compare May 24, 2023 05:35
@mend-for-github-com mend-for-github-com bot changed the title Update dependency org.codehaus.gmavenplus:gmavenplus-plugin to v2 Update dependency org.codehaus.gmavenplus:gmavenplus-plugin to v3 May 24, 2023
@mend-for-github-com mend-for-github-com bot force-pushed the whitesource-remediate/major-maven.gmaven.plugin.version branch from 8439762 to 85b4790 Compare November 29, 2023 07:24
@mend-for-github-com mend-for-github-com bot force-pushed the whitesource-remediate/major-maven.gmaven.plugin.version branch from 85b4790 to ae44628 Compare October 9, 2024 05:29
@mend-for-github-com mend-for-github-com bot changed the title Update dependency org.codehaus.gmavenplus:gmavenplus-plugin to v3 [LOW] Update dependency org.codehaus.gmavenplus:gmavenplus-plugin to v4 Oct 9, 2024
@mend-for-github-com mend-for-github-com bot changed the title [LOW] Update dependency org.codehaus.gmavenplus:gmavenplus-plugin to v4 [NEUTRAL] Update dependency org.codehaus.gmavenplus:gmavenplus-plugin to v4 Oct 25, 2024
@mend-for-github-com mend-for-github-com bot changed the title [NEUTRAL] Update dependency org.codehaus.gmavenplus:gmavenplus-plugin to v4 [LOW] Update dependency org.codehaus.gmavenplus:gmavenplus-plugin to v4 Nov 27, 2024
@mend-for-github-com mend-for-github-com bot changed the title [LOW] Update dependency org.codehaus.gmavenplus:gmavenplus-plugin to v4 [NEUTRAL] Update dependency org.codehaus.gmavenplus:gmavenplus-plugin to v4 Dec 19, 2024
@mend-for-github-com mend-for-github-com bot force-pushed the whitesource-remediate/major-maven.gmaven.plugin.version branch from ae44628 to 2add896 Compare January 3, 2025 01:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants