dependabot[bot] opened a new pull request, #623: URL: https://github.com/apache/opennlp/pull/623
Bumps [com.spotify:docker-maven-plugin](https://github.com/spotify/docker-maven-plugin) from 0.4.13 to 1.2.2. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/spotify/docker-maven-plugin/blob/master/CHANGELOG.md">com.spotify:docker-maven-plugin's changelog</a>.</em></p> <blockquote> <h1>Changelog</h1> <h2>1.2.0 (released 2018-10-09)</h2> <ul> <li>Support Java 9, 10, and 11.</li> <li>Fix an ExceptionInInitializerError when plugin is used on Java 11 (<a href="https://redirect.github.com/spotify/docker-maven-plugin/issues/401">401</a>)</li> </ul> <h2>1.0.0</h2> <h3>Revamped authentication support</h3> <p>Integrates <a href="https://github.com/spotify/docker-client/blob/dba55b17d09d4a15aa9d26884b22b230d49fce64/docs/user_manual.md#authentication-to-private-registries">revamped support for authentication from docker-client</a> into the plugin, making it possible for the plugin to be more flexible in regards to authentication credentials used when pushing/pulling/building images.</p> <p>Previous versions of the plugin had the limitation of using the same RegistryAuth header for all images, regardless of what registries they came from.</p> <p>In this version, the docker-maven-plugin will automatically use any authentication present in the docker-cli configuration file at <code>~/.dockercfg</code> or <code>~/.docker/config.json</code>.</p> <p>Additionally the plugin will enable support for Google Container Registry if it is able to successfully load <a href="https://developers.google.com/identity/protocols/application-default-credentials">Google's "Application Default Credentials"</a>. The plugin will also load Google credentials from the file pointed to by the environment variable <code>DOCKER_GOOGLE_CREDENTIALS</code> if it is defined. Since GCR authentication requires retrieving short-lived access codes for the given credentials, support for this registry is baked into the underlying docker-client rather than having to first populate the docker config file before running the plugin.</p> <p>Lastly, authentication credentials can be explicitly configured in your pom.xml and in your Maven installation's <code>settings.xml</code> file as part of the <code><servers></servers></code> block.</p> <p><a href="https://redirect.github.com/spotify/docker-maven-plugin/pull/339">339</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/spotify/docker-maven-plugin/commit/c34270f4a96ee17675b196861baa06421e0f0fdf"><code>c34270f</code></a> [maven-release-plugin] prepare release v1.2.2</li> <li><a href="https://github.com/spotify/docker-maven-plugin/commit/960ed96fe04e1eb0008f6dcdfa9edab8cf17a522"><code>960ed96</code></a> Merge pull request <a href="https://redirect.github.com/spotify/docker-maven-plugin/issues/438">#438</a> from spotify/dxia/network-mode</li> <li><a href="https://github.com/spotify/docker-maven-plugin/commit/80ad9461ba906d0a7f700c1d2b95fedc8ef1e072"><code>80ad946</code></a> Support 'networkmode' option when building docker image</li> <li><a href="https://github.com/spotify/docker-maven-plugin/commit/aa7fab35d6bab8022361577b6395177b21b4f8d0"><code>aa7fab3</code></a> [maven-release-plugin] prepare for next development iteration</li> <li><a href="https://github.com/spotify/docker-maven-plugin/commit/6dd542b668591cad8915f47667dcf37352161847"><code>6dd542b</code></a> [maven-release-plugin] prepare release v1.2.1</li> <li><a href="https://github.com/spotify/docker-maven-plugin/commit/6db655f5966dcbb826d2aa549f9a25345c5efac6"><code>6db655f</code></a> Merge pull request <a href="https://redirect.github.com/spotify/docker-maven-plugin/issues/430">#430</a> from spotify/dxia/upgrade-docker-client</li> <li><a href="https://github.com/spotify/docker-maven-plugin/commit/0ab7e3c886212c4e78c543f43055f70e60a77058"><code>0ab7e3c</code></a> Ignore two findbugs violations</li> <li><a href="https://github.com/spotify/docker-maven-plugin/commit/bbe5ce228e995613ff298e38cc3e35c5cd13ab62"><code>bbe5ce2</code></a> Upgrade findbugs-maven-plugin from 3.0.0 to 3.0.5</li> <li><a href="https://github.com/spotify/docker-maven-plugin/commit/c93a56b28c4736dcbb22da96c112653e2dedeb91"><code>c93a56b</code></a> Temporarily disable checkstyle</li> <li><a href="https://github.com/spotify/docker-maven-plugin/commit/cd24c738299fb669aad4caed8166749365138f66"><code>cd24c73</code></a> Upgrade docker-client dep from 8.14.1 to 8.16.0</li> <li>Additional commits viewable in <a href="https://github.com/spotify/docker-maven-plugin/compare/v0.4.13...v1.2.2">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@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) </details> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
