dependabot[bot] opened a new pull request, #17568:
URL: https://github.com/apache/camel/pull/17568

   Bumps 
[io.github.ascopes:protobuf-maven-plugin](https://github.com/ascopes/protobuf-maven-plugin)
 from 2.12.1 to 2.13.1.
   <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.13.1</h2>
   <h2>What's Changed</h2>
   <ul>
   <li><a 
href="https://redirect.github.com/ascopes/protobuf-maven-plugin/issues/611";>GH-611</a>:
 Fix NullPointerException regression when handling DependencyManagement by <a 
href="https://github.com/ascopes";><code>@​ascopes</code></a> in <a 
href="https://redirect.github.com/ascopes/protobuf-maven-plugin/pull/612";>ascopes/protobuf-maven-plugin#612</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/ascopes/protobuf-maven-plugin/compare/v2.13.0...v2.13.1";>https://github.com/ascopes/protobuf-maven-plugin/compare/v2.13.0...v2.13.1</a></p>
   <h2>v2.13.0</h2>
   <p><!-- raw HTML omitted -->This is a fairly big release and has several 
major internal changes that should address issues raised with the 2.12.x plugin 
versions, as well as adding some new features, improving error messages and 
performance, increasing stability, and providing some long overdue improvements 
to the documentation.<!-- raw HTML omitted --></p>
   <p><strong>Bugfixes</strong></p>
   <ul>
   <li><a 
href="https://redirect.github.com/ascopes/protobuf-maven-plugin/issues/582";>GH-582</a>
 - fixed aether resolver to correctly ignore edge cases for dependency 
resolution failures when requested via configuration (see PR at <a 
href="https://redirect.github.com/ascopes/protobuf-maven-plugin/issues/584";>GH-584</a>)</li>
   <li><a 
href="https://redirect.github.com/ascopes/protobuf-maven-plugin/issues/596";>GH-596</a>
 - limit the number of threads resolving proto files from project dependencies 
to be proportional to the number of system CPUs available, within sensible 
limits (see PR at <a 
href="https://redirect.github.com/ascopes/protobuf-maven-plugin/issues/598";>GH-598</a>)</li>
   <li><a 
href="https://redirect.github.com/ascopes/protobuf-maven-plugin/issues/596";>GH-596</a>
 - let Maven perform project dependency resolution prior to plugin execution to 
work around resource exhaustion triggered by Eclipse Aether (see PR at <a 
href="https://redirect.github.com/ascopes/protobuf-maven-plugin/issues/603";>GH-603</a>)</li>
   <li><a 
href="https://redirect.github.com/ascopes/protobuf-maven-plugin/issues/596";>GH-596</a>
 - fixed dependency resolution for test dependencies in the 
<code>generate</code> goal when overriding the dependency scopes (see PR at <a 
href="https://redirect.github.com/ascopes/protobuf-maven-plugin/issues/607";>GH-607</a>)</li>
   <li>Prevented confusing dependency resolution errors caused by Aether 
artifact resolution error caching... this is disabled now (see PR at <a 
href="https://redirect.github.com/ascopes/protobuf-maven-plugin/issues/605";>GH-605</a>)</li>
   <li>Handle all types of exception in the generation Mojos to provide better 
exception reporting</li>
   <li>Improve handling of duplicate dependencies (see PR at <a 
href="https://redirect.github.com/ascopes/protobuf-maven-plugin/issues/597";>GH-597</a>)</li>
   </ul>
   <p><strong>New features</strong></p>
   <ul>
   <li><a 
href="https://redirect.github.com/ascopes/protobuf-maven-plugin/issues/582";>GH-582</a>
 - allow inheriting dependency versions from project dependencyManagement (see 
PRs at <a 
href="https://redirect.github.com/ascopes/protobuf-maven-plugin/issues/585";>GH-585</a>
 and <a 
href="https://redirect.github.com/ascopes/protobuf-maven-plugin/issues/599";>GH-599</a>)</li>
   <li>Re-implement error reporting at the end of builds to use error codes and 
descriptions rather than overly generic messages</li>
   </ul>
   <p><strong>Performance improvements</strong></p>
   <ul>
   <li><a 
href="https://redirect.github.com/ascopes/protobuf-maven-plugin/issues/600";>GH-600</a>
 - avoid resolving dependencies if we know we have no sources to build and the 
user has requested we ignore missing sources (see PR at <a 
href="https://redirect.github.com/ascopes/protobuf-maven-plugin/issues/602";>GH-602</a>)</li>
   </ul>
   <p><strong>Documentation improvements</strong></p>
   <ul>
   <li>Added feature matrices to the README</li>
   <li>Implemented scripts to generate tables of contents in the site 
documentation (see PR at <a 
href="https://redirect.github.com/ascopes/protobuf-maven-plugin/issues/595";>GH-595</a>)</li>
   <li>Integrate anchor.js in the documentation site to allow users to link to 
specific headings</li>
   <li>Fix issues with highlight.js not rendering protobuf correctly</li>
   <li>Consistently render codeblocks with no syntax highlighting</li>
   <li>Integrate a highlight.js plugin that allows users to &quot;copy this 
code block&quot; on any syntax-highlighted code block</li>
   <li>Disable highlight.js language integrations that we are not using</li>
   <li>Include links to the issue tracker and discussion tracker in the 
navigation side bar</li>
   <li>Upgrade the underlying Maven Fluido Skin to a stable release version</li>
   </ul>
   <p><strong>CI improvements</strong></p>
   <ul>
   <li>Build using Java 24, and build on Java 21 explicitly rather than 23, 
since it is LTS (see PR at <a 
href="https://redirect.github.com/ascopes/protobuf-maven-plugin/issues/608";>GH-608</a>)</li>
   <li>Fix flaky tests for ConcurrentExecutor</li>
   <li>Reduce verbosity of logs in integration tests</li>
   <li>Enable using both protoc v3.x and v4.x in path-protoc integration 
tests</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/ascopes/protobuf-maven-plugin/commit/ec40920f04546344912287dd8900799c069bbf5a";><code>ec40920</code></a>
 [maven-release-plugin] prepare release v2.13.1</li>
   <li><a 
href="https://github.com/ascopes/protobuf-maven-plugin/commit/98d9a00e1e11b4542ed58a5cc0d24109b70c0489";><code>98d9a00</code></a>
 <a 
href="https://redirect.github.com/ascopes/protobuf-maven-plugin/issues/611";>GH-611</a>:
 Fix NullPointerException regression when handling DependencyManagemen...</li>
   <li><a 
href="https://github.com/ascopes/protobuf-maven-plugin/commit/471331d4966089ca89276d84f3297b53aaff8ddf";><code>471331d</code></a>
 [maven-release-plugin] prepare for next development iteration</li>
   <li><a 
href="https://github.com/ascopes/protobuf-maven-plugin/commit/5b5ef5f58242f3b5cdec0c33e0904c017ce468a6";><code>5b5ef5f</code></a>
 [maven-release-plugin] prepare release v2.13.0</li>
   <li><a 
href="https://github.com/ascopes/protobuf-maven-plugin/commit/1967731859fc20c1ea5d66bb77c6b43de4daf8ef";><code>1967731</code></a>
 Document <a 
href="https://redirect.github.com/ascopes/protobuf-maven-plugin/issues/596";>GH-596</a>
 in known-issues.md</li>
   <li><a 
href="https://github.com/ascopes/protobuf-maven-plugin/commit/8346dd0ccf5eadb2f0c02b802291f36eb5407034";><code>8346dd0</code></a>
 Bump kotlin.version from 2.1.10 to 2.1.20 in 
/protobuf-maven-plugin/src/it/se...</li>
   <li><a 
href="https://github.com/ascopes/protobuf-maven-plugin/commit/ec04534099e4d50d0568218c8653c86d51af96eb";><code>ec04534</code></a>
 Bump com.mycila:license-maven-plugin from 4.6 to 5.0.0 (<a 
href="https://redirect.github.com/ascopes/protobuf-maven-plugin/issues/609";>#609</a>)</li>
   <li><a 
href="https://github.com/ascopes/protobuf-maven-plugin/commit/e6c9ea23e1857a802f19672d5de991795560572a";><code>e6c9ea2</code></a>
 Add a 'copy code' button to the generated site codeblocks</li>
   <li><a 
href="https://github.com/ascopes/protobuf-maven-plugin/commit/066686e50c70c1f83c08661207a7b6d0434203eb";><code>066686e</code></a>
 Fix malformed codeblocks in highlight.js</li>
   <li><a 
href="https://github.com/ascopes/protobuf-maven-plugin/commit/8340d3b9f7e46db76bee98d8189fe9fdc08a33eb";><code>8340d3b</code></a>
 Fix spurious anchor on site logo</li>
   <li>Additional commits viewable in <a 
href="https://github.com/ascopes/protobuf-maven-plugin/compare/v2.12.1...v2.13.1";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=io.github.ascopes:protobuf-maven-plugin&package-manager=maven&previous-version=2.12.1&new-version=2.13.1)](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: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to