arquillian / arquillian-testrunner-spock

Arquillian Spock TestRunner
Apache License 2.0
30 stars 20 forks source link

build(deps): bump gmavenplus-plugin from 1.8.1 to 1.10.1 #101

Closed dependabot-preview[bot] closed 3 years ago

dependabot-preview[bot] commented 3 years ago

Bumps gmavenplus-plugin from 1.8.1 to 1.10.1.

Release notes

Sourced from gmavenplus-plugin's releases.

1.10.1

Bugs

None

Enhancements

  • Ability to override classes used to generate GroovyDoc (#91)
  • Ability to override GStringTemplates used for GroovyDoc (#105)
  • Ability to bind overridden properties (by binding project properties and/or session user properties) (#72)
  • Ability to load a script when launching GroovyConsole (#165)

Potentially breaking changes

None

Notes

None

1.10.0

Bugs

None

Enhancements

  • Change default GroovyDoc jar artifact type to javadoc, so its extension gets set to "jar" by the artifact handler instead of "groovydoc" by the default handler logic which uses the type for the extension in the case of unknown types (#151).

Potentially breaking changes

  • GroovyDoc jars and test GroovyDoc jars will now be of type "javadoc" and have extension "jar".  Rather than type and extension "groovydoc".  If you do not wish to transition to this new behavior, set the new artifactType or testArtifactType property to "groovydoc" to revert to the previous behavior.

Notes

  • While the artifact type of GroovyDoc jars has changed, the Maven classifier has not.  It remains "groovydoc", and you can still override that, just as before.

1.9.1

Bugs

None

Enhancements

  • Add a property to skip script execution (#162)

Potentially breaking changes

None

Notes

None

1.9.0

Bugs

None

Enhancements

  • Support for Java 14 (#152).
  • Support for Java 15 (#153).
  • Add skipBytecodeCheck property and parameter, so if a Java version comes out the plugin doesn't recognize, you can use it without having to wait for an update.
Commits
  • 091a819 [maven-release-plugin] prepare release 1.10.1
  • 7294766 Make null default explicit
  • c63c720 Merge pull request #171 from groovy/91
  • eb6cc9a Add ability to override classes used for GroovyDoc
  • 5e70d02 Minor refactoring
  • 536593a Add ability to bind only session user properties that override project proper...
  • f91d186 Merge pull request #168 from groovy/105
  • f7d280e Merge pull request #169 from groovy/72
  • a2f50f1 Add ability to bind project properties and session user properties
  • 48ef0eb Add parameters to override Groovydoc templates
  • Additional commits viewable in compare view


Dependabot compatibility score

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) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)
dependabot-preview[bot] commented 3 years ago

Superseded by #103.