dependabot[bot] opened a new pull request, #15584: URL: https://github.com/apache/camel/pull/15584
Bumps [io.github.ascopes:protobuf-maven-plugin](https://github.com/ascopes/protobuf-maven-plugin) from 2.4.5 to 2.5.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/ascopes/protobuf-maven-plugin/releases">io.github.ascopes:protobuf-maven-plugin's releases</a>.</em></p> <blockquote> <h2>v2.5.0</h2> <h2>What's Changed</h2> <ul> <li>Explicitly handle invalid POM dependencies in ProtoSourceResolver by <a href="https://github.com/ascopes"><code>@ascopes</code></a> in <a href="https://redirect.github.com/ascopes/protobuf-maven-plugin/pull/355">ascopes/protobuf-maven-plugin#355</a></li> <li>Enforce immutability in ConcurrentExecutor.java by <a href="https://github.com/ascopes"><code>@ascopes</code></a> in <a href="https://redirect.github.com/ascopes/protobuf-maven-plugin/pull/360">ascopes/protobuf-maven-plugin#360</a></li> <li>Use interfaces for all immutables-generated types by <a href="https://github.com/ascopes"><code>@ascopes</code></a> in <a href="https://redirect.github.com/ascopes/protobuf-maven-plugin/pull/361">ascopes/protobuf-maven-plugin#361</a></li> <li><a href="https://redirect.github.com/ascopes/protobuf-maven-plugin/issues/358">GH-358</a>: Support the use of unpackaged JVM plugins by <a href="https://github.com/ascopes"><code>@ascopes</code></a> in <a href="https://redirect.github.com/ascopes/protobuf-maven-plugin/pull/362">ascopes/protobuf-maven-plugin#362</a></li> <li><a href="https://redirect.github.com/ascopes/protobuf-maven-plugin/issues/358">GH-358</a>: Fix handling of Windows path separators in classpaths by <a href="https://github.com/ascopes"><code>@ascopes</code></a> in <a href="https://redirect.github.com/ascopes/protobuf-maven-plugin/pull/365">ascopes/protobuf-maven-plugin#365</a></li> <li>Remove Android selectors that are noise in tests by <a href="https://github.com/ascopes"><code>@ascopes</code></a> in <a href="https://redirect.github.com/ascopes/protobuf-maven-plugin/pull/366">ascopes/protobuf-maven-plugin#366</a></li> <li><a href="https://redirect.github.com/ascopes/protobuf-maven-plugin/issues/363">GH-363</a>: Fix handling of classpaths when using JARs as JVM maven plugins by <a href="https://github.com/ascopes"><code>@ascopes</code></a> in <a href="https://redirect.github.com/ascopes/protobuf-maven-plugin/pull/364">ascopes/protobuf-maven-plugin#364</a></li> <li><a href="https://redirect.github.com/ascopes/protobuf-maven-plugin/issues/359">GH-359</a>: Pass module path to JVM plugins correctly by <a href="https://github.com/ascopes"><code>@ascopes</code></a> in <a href="https://redirect.github.com/ascopes/protobuf-maven-plugin/pull/367">ascopes/protobuf-maven-plugin#367</a></li> <li>Upload build logs to GitHub by <a href="https://github.com/ascopes"><code>@ascopes</code></a> in <a href="https://redirect.github.com/ascopes/protobuf-maven-plugin/pull/369">ascopes/protobuf-maven-plugin#369</a></li> <li>Log generated scripts in debug logs by <a href="https://github.com/ascopes"><code>@ascopes</code></a> in <a href="https://redirect.github.com/ascopes/protobuf-maven-plugin/pull/371">ascopes/protobuf-maven-plugin#371</a></li> <li><a href="https://redirect.github.com/ascopes/protobuf-maven-plugin/issues/372">GH-372</a>: Rewrite how batch args are quoted using Shlex by <a href="https://github.com/ascopes"><code>@ascopes</code></a> in <a href="https://redirect.github.com/ascopes/protobuf-maven-plugin/pull/373">ascopes/protobuf-maven-plugin#373</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/ascopes/protobuf-maven-plugin/compare/v2.4.5...v2.5.0">https://github.com/ascopes/protobuf-maven-plugin/compare/v2.4.5...v2.5.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/ascopes/protobuf-maven-plugin/commit/dd47975f4c281d7ae9f109458aa6ad82ef848b57"><code>dd47975</code></a> [maven-release-plugin] prepare release v2.5.0</li> <li><a href="https://github.com/ascopes/protobuf-maven-plugin/commit/868ea0c5d2f73f4de0ba2bd613aee178a77cac14"><code>868ea0c</code></a> Fix typo in comment</li> <li><a href="https://github.com/ascopes/protobuf-maven-plugin/commit/7979e579820699fc5e2d9221423a52a184d5502c"><code>7979e57</code></a> Fix a comment in JvmPluginResolver.java</li> <li><a href="https://github.com/ascopes/protobuf-maven-plugin/commit/ec3894d968a8cbaa7e6ece1da022da11d7d061b2"><code>ec3894d</code></a> Merge pull request <a href="https://redirect.github.com/ascopes/protobuf-maven-plugin/issues/373">#373</a> from ascopes/bugfix/<a href="https://redirect.github.com/ascopes/protobuf-maven-plugin/issues/372">gh-372</a></li> <li><a href="https://github.com/ascopes/protobuf-maven-plugin/commit/440e577bc8be5c9626a20d25126f7f9127c9f9c8"><code>440e577</code></a> <a href="https://redirect.github.com/ascopes/protobuf-maven-plugin/issues/372">GH-372</a>: Fix selector typo</li> <li><a href="https://github.com/ascopes/protobuf-maven-plugin/commit/6e56d560ec1193d92bcc999371af44c931b299f9"><code>6e56d56</code></a> <a href="https://redirect.github.com/ascopes/protobuf-maven-plugin/issues/372">GH-372</a>: Add reproduction using spaces in file names</li> <li><a href="https://github.com/ascopes/protobuf-maven-plugin/commit/c6b0495f9c8559e74bfa7f03ae408f6e0e55e333"><code>c6b0495</code></a> <a href="https://redirect.github.com/ascopes/protobuf-maven-plugin/issues/372">GH-372</a>: Rewrite how batch args are quoted using Shlex</li> <li><a href="https://github.com/ascopes/protobuf-maven-plugin/commit/fc21a2392ba94a768f92f53adeecec45711e9dcb"><code>fc21a23</code></a> Merge pull request <a href="https://redirect.github.com/ascopes/protobuf-maven-plugin/issues/371">#371</a> from ascopes/task/log-generated-scripts</li> <li><a href="https://github.com/ascopes/protobuf-maven-plugin/commit/e80f80c8d24d030c47b82b7ab212864f1d312076"><code>e80f80c</code></a> Tidy up imports</li> <li><a href="https://github.com/ascopes/protobuf-maven-plugin/commit/b39a173082f52ff9c7e998db2fccf7e7bd5c1170"><code>b39a173</code></a> Tidy up manifest construction slightly</li> <li>Additional commits viewable in <a href="https://github.com/ascopes/protobuf-maven-plugin/compare/v2.4.5...v2.5.0">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]
