Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump the dependencies group with 3 updates
Bumps the dependencies group with 3 updates: [org.checkerframework:checker-qual](https://github.com/typetools/checker-framework), [org.apache.maven.plugins:maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin) and [org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire). Updates `org.checkerframework:checker-qual` from 3.48.1 to 3.48.2 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/typetools/checker-framework/blob/master/docs/CHANGELOG.md">org.checkerframework:checker-qual's changelog</a>.</em></p> <blockquote> <h2>Version 3.48.2 (November 1, 2024)</h2> <p><strong>Closed issues:</strong></p> <p><a href="https://redirect.github.com/typetools/checker-framework/issues/6371">#6371</a>, <a href="https://redirect.github.com/typetools/checker-framework/issues/6867">#6867</a>.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/typetools/checker-framework/commit/59f45941e539d1a3db49a8d5f33680ac7d0f59d0"><code>59f4594</code></a> new release 3.48.2</li> <li><a href="https://github.com/typetools/checker-framework/commit/93e8fac61ee2dd69ef4be9eeb4eef9a4088411de"><code>93e8fac</code></a> Prep for release.</li> <li><a href="https://github.com/typetools/checker-framework/commit/013a76c15a1ec48938c3353a0f367a64e6d74ab8"><code>013a76c</code></a> Update lists of aliases for <code>@nonnull</code> (<a href="https://redirect.github.com/typetools/checker-framework/issues/6883">#6883</a>)</li> <li><a href="https://github.com/typetools/checker-framework/commit/f23bf984044d63f121a9323d09e09e94fca1c5cb"><code>f23bf98</code></a> Update dependency com.amazonaws:aws-java-sdk-bom to v1.12.777 (<a href="https://redirect.github.com/typetools/checker-framework/issues/6882">#6882</a>)</li> <li><a href="https://github.com/typetools/checker-framework/commit/07d8845e0f1e9dfce4399c4499ec7f16b33b7937"><code>07d8845</code></a> Don't re-compute the enclosing method (<a href="https://redirect.github.com/typetools/checker-framework/issues/6876">#6876</a>)</li> <li><a href="https://github.com/typetools/checker-framework/commit/a70e1e9572c0f43af58f9dd31ff76e53e21b218b"><code>a70e1e9</code></a> Update dependency org.plumelib:plume-util to v1.10.0 (<a href="https://redirect.github.com/typetools/checker-framework/issues/6877">#6877</a>)</li> <li><a href="https://github.com/typetools/checker-framework/commit/fc99f34bf01328fa669e49c3ae9a41b45c678ef6"><code>fc99f34</code></a> Update versions.errorprone to v2.35.1 (<a href="https://redirect.github.com/typetools/checker-framework/issues/6875">#6875</a>)</li> <li><a href="https://github.com/typetools/checker-framework/commit/b7d9092381407b5672cb72b9059ff3893207288f"><code>b7d9092</code></a> Update versions.errorprone to v2.34.0 (<a href="https://redirect.github.com/typetools/checker-framework/issues/6870">#6870</a>)</li> <li><a href="https://github.com/typetools/checker-framework/commit/cfdd5c9a8996745b65666bee094db9fbef470246"><code>cfdd5c9</code></a> Expect crash due to javac bug</li> <li><a href="https://github.com/typetools/checker-framework/commit/19419aca6301c85f15f29f0168050064bf826670"><code>19419ac</code></a> Cleaner logic to handle types of extends and implements clauses and fixed `ge...</li> <li>Additional commits viewable in <a href="https://github.com/typetools/checker-framework/compare/checker-framework-3.48.1...checker-framework-3.48.2">compare view</a></li> </ul> </details> <br /> Updates `org.apache.maven.plugins:maven-javadoc-plugin` from 3.10.1 to 3.11.1 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/apache/maven-javadoc-plugin/commit/619650c667070ef114d571c0f075ce456ace1cf8"><code>619650c</code></a> [maven-release-plugin] prepare release maven-javadoc-plugin-3.11.1</li> <li><a href="https://github.com/apache/maven-javadoc-plugin/commit/e314da0226d100eae39d96d7a0cbdad799879dca"><code>e314da0</code></a> [MJAVADOC-821] Align toolchain discovery code with Maven Compiler Plugin</li> <li><a href="https://github.com/apache/maven-javadoc-plugin/commit/62a686180915de1e3c0a2f71081776eacfd1d4c3"><code>62a6861</code></a> [MJAVADOC-820] [REGRESSION] MJAVADOC-787 was merged incompletely</li> <li><a href="https://github.com/apache/maven-javadoc-plugin/commit/d1090c50ce66e10ab0adcadb996b0fe790c900b6"><code>d1090c5</code></a> [maven-release-plugin] prepare for next development iteration</li> <li><a href="https://github.com/apache/maven-javadoc-plugin/commit/ee030f719f4bc7df1671f6dfe5993f778b57a504"><code>ee030f7</code></a> [maven-release-plugin] prepare release maven-javadoc-plugin-3.11.0</li> <li><a href="https://github.com/apache/maven-javadoc-plugin/commit/6c5fdc06d76fdd429c4d3ae01e70be8917c64bea"><code>6c5fdc0</code></a> [MJAVADOC-819] Align archive generation code with Maven Source Plugin</li> <li><a href="https://github.com/apache/maven-javadoc-plugin/commit/3a90de597adff7c8f8c4a420400f24c7386e9880"><code>3a90de5</code></a> [MJAVADOC-787] Automatic detection of release option for JDK < 9</li> <li><a href="https://github.com/apache/maven-javadoc-plugin/commit/373172d8782ad011cc14e20ac78a84d032ad1d4b"><code>373172d</code></a> [MJAVADOC-817] Upgrade to Doxia 2.0.0 GA Stack</li> <li><a href="https://github.com/apache/maven-javadoc-plugin/commit/ba266c0fe11a822bf3fb19c365a174246eae29f9"><code>ba266c0</code></a> Fix SCM tag</li> <li><a href="https://github.com/apache/maven-javadoc-plugin/commit/5775ce13455d565bd10b15cbeb94310074dee8a3"><code>5775ce1</code></a> Fix typo</li> <li>Additional commits viewable in <a href="https://github.com/apache/maven-javadoc-plugin/compare/maven-javadoc-plugin-3.10.1...maven-javadoc-plugin-3.11.1">compare view</a></li> </ul> </details> <br /> Updates `org.apache.maven.plugins:maven-surefire-plugin` from 3.5.1 to 3.5.2 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/apache/maven-surefire/releases">org.apache.maven.plugins:maven-surefire-plugin's releases</a>.</em></p> <blockquote> <h2>3.5.2</h2> <!-- raw HTML omitted --> <h2>🚀 New features and improvements</h2> <ul> <li><a href="https://issues.apache.org/jira/browse/SUREFIRE-2278">[SUREFIRE-2278]</a> - Don't say please. (<a href="https://redirect.github.com/apache/maven-surefire/pull/792">#792</a>) <a href="https://github.com/elharo"><code>@elharo</code></a></li> </ul> <h2>📦 Dependency updates</h2> <ul> <li><a href="https://issues.apache.org/jira/browse/SUREFIRE-2281">[SUREFIRE-2281]</a> - Doxia 2.0.0 ga (<a href="https://redirect.github.com/apache/maven-surefire/pull/794">#794</a>) <a href="https://github.com/michael-o"><code>@michael-o</code></a></li> <li>Bump commons-io:commons-io from 2.2 to 2.14.0 in /surefire-its/src/test/resources/surefire-979-smartStackTrace-wrongClassloader/module1 (<a href="https://redirect.github.com/apache/maven-surefire/pull/789">#789</a>) <a href="https://github.com/dependabot"><code>@dependabot</code></a></li> </ul> <h2>👻 Maintenance</h2> <ul> <li><a href="https://issues.apache.org/jira/browse/SUREFIRE-2282">[SUREFIRE-2282]</a> - surefire-report-plugin: Update Introduction documenta… (<a href="https://redirect.github.com/apache/maven-surefire/pull/796">#796</a>) <a href="https://github.com/michael-o"><code>@michael-o</code></a></li> <li>Reduce cyclomatic complexity (<a href="https://redirect.github.com/apache/maven-surefire/pull/793">#793</a>) <a href="https://github.com/elharo"><code>@elharo</code></a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/apache/maven-surefire/compare/surefire-3.5.1...surefire-3.5.2">https://github.com/apache/maven-surefire/compare/surefire-3.5.1...surefire-3.5.2</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/apache/maven-surefire/commit/ea9f049756acf7a3be5234061624c02bd725c9d3"><code>ea9f049</code></a> [maven-release-plugin] prepare release surefire-3.5.2</li> <li><a href="https://github.com/apache/maven-surefire/commit/e1f94a0281f0db1f9169e06b7ad149a27afd3c46"><code>e1f94a0</code></a> [SUREFIRE-2276] JUnit5's TestTemplate failures treated as flakes with retries</li> <li><a href="https://github.com/apache/maven-surefire/commit/d24adb4cd702253fa3bf1799e6f067c61d78d75f"><code>d24adb4</code></a> [SUREFIRE-2277] RunResult#getFlakes() is lost during serialisation/deserialis...</li> <li><a href="https://github.com/apache/maven-surefire/commit/4385e9498b41df32b9016c60feb51396dcec5e1a"><code>4385e94</code></a> Remove links to non-existing report</li> <li><a href="https://github.com/apache/maven-surefire/commit/88819715a698a2d85a2297443a1cb030a0a4f039"><code>8881971</code></a> Remove outdated FAQ</li> <li><a href="https://github.com/apache/maven-surefire/commit/012183448e0af139455af71bcdc9ccae82365d38"><code>0121834</code></a> [SUREFIRE-2283] FAQ site contains broken link to failsafe-plugin</li> <li><a href="https://github.com/apache/maven-surefire/commit/91d16c36f1c90226df4b891f81184140cf805c3c"><code>91d16c3</code></a> Fix formatting of XML schema files</li> <li><a href="https://github.com/apache/maven-surefire/commit/6cb417a41402be2f6150a6137598cc97c2dd8ad6"><code>6cb417a</code></a> Add .xsd to .gitattributes</li> <li><a href="https://github.com/apache/maven-surefire/commit/9ce5221100aa3fce8643abcdc2a35bc0c59050ef"><code>9ce5221</code></a> [SUREFIRE-2282] surefire-report-plugin: Update Introduction documentation page</li> <li><a href="https://github.com/apache/maven-surefire/commit/620b983ffdaa9e258c6a355a476777cfe6b88c0d"><code>620b983</code></a> [SUREFIRE-2281] Upgrade to Doxia 2.0.0 GA Stack</li> <li>Additional commits viewable in <a href="https://github.com/apache/maven-surefire/compare/surefire-3.5.1...surefire-3.5.2">compare view</a></li> </ul> </details> <br /> 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 <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> Fixes #381 COPYBARA_INTEGRATE_REVIEW=#381 from google:dependabot/maven/dependencies-82357643f0 b188d05 PiperOrigin-RevId: 692981362
- Loading branch information