arquillian / arquillian-testrunner-spock

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

Bump gmavenplus-plugin from 1.2 to 1.6.2 #37

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 5 years ago

⚠️ Dependabot is rebasing this PR ⚠️

If you make any changes to it yourself then they will take precedence over the rebase.


Bumps gmavenplus-plugin from 1.2 to 1.6.2.

Release notes *Sourced from [gmavenplus-plugin's releases](https://github.com/groovy/GMavenPlus/releases).* > ## 1.6.2 > ## Bugs > * Fixed that could error saying no Groovy dependency when it shouldn't because no Groovy sources exist (ef3a3d51dae4d13ab12821e679d594a8bf468179). > > ## Enhancements > * Support for Java 10 bytecode ([#104](https://github-redirect.dependabot.com/groovy/GMavenPlus/issues/104)) > * Support for Java 11 bytecode ([#106](https://github-redirect.dependabot.com/groovy/GMavenPlus/issues/106)) > > ## Potentially breaking changes > None > > ## Notes > None > > ## 1.6.1 > ## Bugs > * Fixed that was logging Groovy version as not supporting config script if config script file didn't exist > * Fixed NPE when calling mojo without Groovy dependency > * Fixed that was logging compile classpath instead of test classpath during test GroovyDoc generation > > ## Enhancements > None > > ## Potentially breaking changes > None > > ## Notes > None > > ## 1.6 > ## Bugs > * [[38](https://github-redirect.dependabot.com/groovy/GMavenPlus/issues/38)] - Compilation doesn't allow indy back far enough (thanks for pointing this out Pascal Schumacher!) > > ## Enhancements > * [[36](https://github-redirect.dependabot.com/groovy/GMavenPlus/issues/36)] - Allow script files to be executed as filenames as well as URLs (see Significant changes of note for an example) > * [[41](https://github-redirect.dependabot.com/groovy/GMavenPlus/issues/41)] - Verify Groovy version supports target bytecode (See Potentially breaking changes for a description) > * [[46](https://github-redirect.dependabot.com/groovy/GMavenPlus/issues/46)] - Remove scriptExtensions config option > * [[58](https://github-redirect.dependabot.com/groovy/GMavenPlus/issues/58)] - IntelliJ improperly adding stub directories to sources > * [[61](https://github-redirect.dependabot.com/groovy/GMavenPlus/issues/61)] - You can now skip Groovydoc generation with new skipGroovyDoc property (Thanks rvenutolo!) > * [[45](https://github-redirect.dependabot.com/groovy/GMavenPlus/issues/45)] - GROOVY-7423 ([JEP 118](http://openjdk.java.net/jeps/118)) Support (requires Groovy 2.5.0-alpha-1 or newer and enabled with new parameters boolean property) > > ## Potentially breaking changes > > * [46](https://github-redirect.dependabot.com/groovy/GMavenPlus/issues/46) will break your build if you are using . But the fix is simple, just the delete the configuration option and GMavenPlus will automatically do the right thing. > * [41](https://github-redirect.dependabot.com/groovy/GMavenPlus/issues/41) will break your build if you were passing an invalid target bytecode. GMavenPlus will no longer allow Groovy to silently default to 1.4 or 1.5. It will verify that the bytecode is supported by your Groovy version (that is, the option exists in org.codehaus.groovy.control.CompilerConfiguration), and fail if it isn't. > * [58](https://github-redirect.dependabot.com/groovy/GMavenPlus/issues/58) will require renaming goals testGenerateStubs to generateTestStubs and testCompile to compileTests. IntelliJ has hard-coded the goal names in their plugin, and these names will make IntelliJ work with both GMaven and GMavenPlus. > * In order to support using the latest Maven plugins (and to make GMavenPlus easier to maintain), GMavenPlus now requires Java 6 or newer and Maven 3.0.1 or newer (previously was Java 5 or newer and Maven 2.2.1 or newer). > * Due to an unintended side-effect of logging order change, adding a GMavenPlus goal without Groovy dependency will fail if there are no Groovy sources to use that goal with. If this is an issue for you, please let me know, and I'll consider putting the order back. > > ## Notes > ... (truncated)
Commits - [`d9bf6fa`](https://github.com/groovy/GMavenPlus/commit/d9bf6fafa124cce998acce35129bb0e389cdb938) [maven-release-plugin] prepare release 1.6.2 - [`5b3d2eb`](https://github.com/groovy/GMavenPlus/commit/5b3d2eb6aeda84ec9cbb9a829b56a7c14e97d778) added Groovy 2.5.3 to test versions - [`f8494a2`](https://github.com/groovy/GMavenPlus/commit/f8494a2c653acae0ffc4d30f734e36f2614717f0) updated test Groovy version to 2.5.3 - [`e6270f1`](https://github.com/groovy/GMavenPlus/commit/e6270f121a813f0c82aafcee41c7c43dffc3beac) updated integration test compile target - [`aebb5f1`](https://github.com/groovy/GMavenPlus/commit/aebb5f11b4dd678199bf31778c44aab676838317) updated Ant - [`91d2571`](https://github.com/groovy/GMavenPlus/commit/91d25716454cdf7cfd9c169476ffac97c79d80f7) suppressed classrealm deprecation warnings - [`14f59c8`](https://github.com/groovy/GMavenPlus/commit/14f59c8896f71e13cc0ca0fee0334521dd011783) removed accidentally committed comment - [`af57fa2`](https://github.com/groovy/GMavenPlus/commit/af57fa20b62409397b391d36a3f257a6985ea4fa) support for bytecode targets >= 9 - [`20ae1a3`](https://github.com/groovy/GMavenPlus/commit/20ae1a37da018167ff3fcc7dcf66444b599aa817) upgrade test version to Groovy 2.5.2 - [`316be15`](https://github.com/groovy/GMavenPlus/commit/316be153a5d02ed00958ef3c847d29c12f7ddc9f) added Groovy 2.5.1 and 2.5.2 to test versions - Additional commits viewable in [compare view](https://github.com/groovy/GMavenPlus/compare/1.2...1.6.2)


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.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

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 cancel merge` will cancel a previously requested merge - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major 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) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.
bartoszmajsak commented 5 years ago

@dependabot rebase

dependabot-preview[bot] commented 5 years ago

A newer version of org.codehaus.gmavenplus:gmavenplus-plugin exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged.

bartoszmajsak commented 4 years ago

@dependabot recreate

dependabot-preview[bot] commented 4 years ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.