leandreck / spring-typescript-services

Generate typescript services and type interfaces from spring annotated restcontrollers.
Apache License 2.0
29 stars 16 forks source link

Bump gmavenplus-plugin from 1.6.1 to 1.8.1 #148

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Bumps gmavenplus-plugin from 1.6.1 to 1.8.1.

Release notes *Sourced from [gmavenplus-plugin's releases](https://github.com/groovy/GMavenPlus/releases).* > ## 1.8.0 > ## Bugs > * None > > ## Enhancements > * Allow for invocation using only project classpath ([#140](https://github-redirect.dependabot.com/groovy/GMavenPlus/issues/140)). This is accomplished with `PLUGIN_ONLY`. > > ## Potentially breaking changes > ### [#140](https://github-redirect.dependabot.com/groovy/GMavenPlus/issues/140) > If you were using `useSharedClasspath` before, you will need to replace it with new values. In most cases, this would be > > usedSharedClasspath | includeClasspath > ---------------------- | ----------------- > true | PROJECT_AND_PLUGIN > false | PROJECT_ONLY > > Another notable difference is that when using this new configuration parameter in _compile_, _compileTests_, _generateStubs_, or _generateTestStubs_ goals, now also uses the configurator to add the project dependencies to the classpath with the plugin's dependencies. Previously, this only happened in the goals other than the ones mentioned. > > ## Notes > None > > ## 1.7.1 > ## Bugs > * Fix that Groovy 3.0.0-alpha-5 was actually released as 3.0.0-beta-1 ([#133](https://github-redirect.dependabot.com/groovy/GMavenPlus/issues/133)) > > ## Enhancements > * Support Java preview features ([#125](https://github-redirect.dependabot.com/groovy/GMavenPlus/issues/125)) > * New goals to create GroovyDoc jars ([#124](https://github-redirect.dependabot.com/groovy/GMavenPlus/issues/124)) > * Use the new "groovy.console.ui.Console" package, if available, fall back to "groovy.ui.Console" ([#136](https://github-redirect.dependabot.com/groovy/GMavenPlus/issues/136)) > > ## Potentially breaking changes > None > > ## Notes > None > > ## 1.7.0 > ## Bugs > * Fix executing script from URL in Groovy older than 1.7.0 ([#131](https://github-redirect.dependabot.com/groovy/GMavenPlus/issues/131)) > * Use unique configuration names for every mojo, so goals don't conflict ([#120](https://github-redirect.dependabot.com/groovy/GMavenPlus/issues/120)) > > ## Enhancements > * Support Java 13 ([#122](https://github-redirect.dependabot.com/groovy/GMavenPlus/issues/122)) > > ## Potentially breaking changes > [#120](https://github-redirect.dependabot.com/groovy/GMavenPlus/issues/120) corrects an inadvertent breaking change made in 1.6.0 with [#31](https://github-redirect.dependabot.com/groovy/GMavenPlus/issues/31)/[#58](https://github-redirect.dependabot.com/groovy/GMavenPlus/issues/58). Here are those changes: > > >   | 1.5 | 1.6 | 1.7 > -- | -- | -- | -- > ... (truncated)
Commits - [`16aa90b`](https://github.com/groovy/GMavenPlus/commit/16aa90b6a0d6edc7807c57a9d0267cff88c9ba84) [maven-release-plugin] prepare release 1.8.1 - [`11e4fad`](https://github.com/groovy/GMavenPlus/commit/11e4fade8dced468043244cc3b385900c6671ef6) Merge pull request [#147](https://github-redirect.dependabot.com/groovy/GMavenPlus/issues/147) from marcphilipp/reproducible-file-order - [`00798b5`](https://github.com/groovy/GMavenPlus/commit/00798b5f62677aa516591bcf036c5c953aced044) Make order of collected files reproducible - [`a2e2b11`](https://github.com/groovy/GMavenPlus/commit/a2e2b112c978b2e27129a5800a8282c85c8b1b24) Merge pull request [#146](https://github-redirect.dependabot.com/groovy/GMavenPlus/issues/146) from groovy/change-system-exits-default - [`21a322d`](https://github.com/groovy/GMavenPlus/commit/21a322d64c62a9323963d2ae09b723dc57bbfeec) Allow system exits by default (closes [#145](https://github-redirect.dependabot.com/groovy/GMavenPlus/issues/145)) - [`f5c89af`](https://github.com/groovy/GMavenPlus/commit/f5c89af205604747b5c3b118ea2faa1048270319) Merge pull request [#144](https://github-redirect.dependabot.com/groovy/GMavenPlus/issues/144) from groovy/antbuilder-warning - [`d96a87a`](https://github.com/groovy/GMavenPlus/commit/d96a87aa157e2acaf4714d637f07803493709312) Don't include stacktrace when plugin classpath logging fails - [`9524bc5`](https://github.com/groovy/GMavenPlus/commit/9524bc53f1d72ca0b912da169590970afd8b5146) Change AntBuilder unavailable to warning - [`b1936d1`](https://github.com/groovy/GMavenPlus/commit/b1936d1607cede4ec38d278dcf1f1faabcfc5e52) [maven-release-plugin] prepare for next development iteration - [`abe3a0a`](https://github.com/groovy/GMavenPlus/commit/abe3a0a4848b3bdada732fc9a67814951d718bb5) [maven-release-plugin] prepare release 1.8.0 - Additional commits viewable in [compare view](https://github.com/groovy/GMavenPlus/compare/1.6.1...1.8.1)


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 4 years ago

Superseded by #157.