Conversation
This PR updates the `dependencyManagement` section in `bom-aio/pom.xml` based on the effective dependencies resolved from `bom-aio-origin/pom.xml`. Generated by GitHub Actions UpdateBOMAIODependencies workflow. Co-authored-by: ACANX <12597131+ACANX@users.noreply.github.com>
Bumps [org.bouncycastle:bcprov-jdk18on](https://github.com/bcgit/bc-java) from 1.83 to 1.84. - [Changelog](https://github.com/bcgit/bc-java/blob/main/docs/releasenotes.html) - [Commits](https://github.com/bcgit/bc-java/commits) --- updated-dependencies: - dependency-name: org.bouncycastle:bcprov-jdk18on dependency-version: '1.84' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Comment out the commons-lang dependency in pom.xml
…1301) Bumps [org.bouncycastle:bcprov-jdk18on](https://github.com/bcgit/bc-java) from 1.83 to 1.84. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/bcgit/bc-java/blob/main/docs/releasenotes.html">org.bouncycastle:bcprov-jdk18on's changelog</a>.</em></p> <blockquote> <!-- raw HTML omitted --> <!-- raw HTML omitted --> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/bcgit/bc-java/commits">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 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>
…[3.5.2 => 3.5.5] (#1304) Bumps [org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire) from 3.5.2 to 3.5.5. <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.5</h2> <!-- raw HTML omitted --> <h2>🚀 New features and improvements</h2> <ul> <li>Replace runing external process and parsing output with simple ProcessHandle if available (Java9+) (<a href="https://redirect.github.com/apache/maven-surefire/pull/3252">#3252</a>) <a href="https://github.com/olamy"><code>@olamy</code></a></li> <li>Pass slf4j context to spawned thread (<a href="https://redirect.github.com/apache/maven-surefire/pull/3241">#3241</a>) <a href="https://github.com/scottrw93"><code>@scottrw93</code></a></li> <li><a href="https://issues.apache.org/jira/browse/SUREFIRE-3239">[SUREFIRE-3239]</a> - allow override of statistics file checksum (<a href="https://redirect.github.com/apache/maven-surefire/pull/3247">#3247</a>) <a href="https://github.com/XN137"><code>@XN137</code></a></li> <li>Reduce log level for skipped tests result to info (<a href="https://redirect.github.com/apache/maven-surefire/pull/3232">#3232</a>) <a href="https://github.com/strangelookingnerd"><code>@strangelookingnerd</code></a></li> </ul> <h2>🐛 Bug Fixes</h2> <ul> <li>Use PowerShell instead of WMIC for detecting zombie process on Windows (<a href="https://redirect.github.com/apache/maven-surefire/pull/3258">#3258</a>) <a href="https://github.com/jbliznak"><code>@jbliznak</code></a>. Please note if you are using Windows with Java 8 and not PowerShell (you have options to: use Java 9+, install PowerShell or stay on Surefire 3.5.4)</li> <li>Properly work with test failures caused during beforeAll phase (<a href="https://redirect.github.com/apache/maven-surefire/pull/3194">#3194</a>) <a href="https://github.com/Frawless"><code>@Frawless</code></a></li> </ul> <h2>📝 Documentation updates</h2> <ul> <li>Clarify how late placeholder replacement (@{...}) deals with (<a href="https://redirect.github.com/apache/maven-surefire/pull/3208">#3208</a>) <a href="https://github.com/kwin"><code>@kwin</code></a></li> </ul> <h2>👻 Maintenance</h2> <ul> <li>Fix Jenkin badges in README (<a href="https://redirect.github.com/apache/maven-surefire/pull/3254">#3254</a>) <a href="https://github.com/slawekjaranowski"><code>@slawekjaranowski</code></a></li> <li>Use JUnit5 in failsafe ITs (<a href="https://redirect.github.com/apache/maven-surefire/pull/3251">#3251</a>) <a href="https://github.com/slawekjaranowski"><code>@slawekjaranowski</code></a></li> <li>Remove long-deprecated unused encoding property from VerifyMojo (<a href="https://redirect.github.com/apache/maven-surefire/pull/3198">#3198</a>) <a href="https://github.com/Tomlincoln"><code>@Tomlincoln</code></a></li> <li>Add IT and deal with corner cases of handling beforeAll failures (<a href="https://redirect.github.com/apache/maven-surefire/pull/3200">#3200</a>) <a href="https://github.com/Frawless"><code>@Frawless</code></a></li> <li>Revert PR <a href="https://redirect.github.com/apache/maven-surefire/issues/3194">#3194</a> that handle beforeAll failures to follow proper contributing rules (<a href="https://redirect.github.com/apache/maven-surefire/pull/3211">#3211</a>) <a href="https://github.com/Frawless"><code>@Frawless</code></a></li> </ul> <h2>🔧 Build</h2> <ul> <li>Missing many files in the GH Artifacts of CI ex-post. (<a href="https://redirect.github.com/apache/maven-surefire/pull/3219">#3219</a>) <a href="https://github.com/Tibor17"><code>@Tibor17</code></a></li> </ul> <h2>📦 Dependency updates</h2> <ul> <li>Bump org.xmlunit:xmlunit-core from 2.10.4 to 2.11.0 (<a href="https://redirect.github.com/apache/maven-surefire/pull/3209">#3209</a>) @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>Bump org.apache.maven.plugin-testing:maven-plugin-testing-harness from 3.4.0 to 3.5.1 (<a href="https://redirect.github.com/apache/maven-surefire/pull/3260">#3260</a>) @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>Bump parent from 44 to 47 (<a href="https://redirect.github.com/apache/maven-surefire/pull/3253">#3253</a>) <a href="https://github.com/slawekjaranowski"><code>@slawekjaranowski</code></a></li> <li>Bump org.assertj:assertj-core from 3.16.1 to 3.27.7 in /surefire-its/src/test/resources/surefire-1733-testng (<a href="https://redirect.github.com/apache/maven-surefire/pull/3246">#3246</a>) @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>Bump org.assertj:assertj-core from 3.27.6 to 3.27.7 (<a href="https://redirect.github.com/apache/maven-surefire/pull/3245">#3245</a>) @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>Bump org.codehaus.mojo:animal-sniffer-maven-plugin from 1.26 to 1.27 (<a href="https://redirect.github.com/apache/maven-surefire/pull/3243">#3243</a>) @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>Bump org.htmlunit:htmlunit from 4.20.0 to 4.21.0 (<a href="https://redirect.github.com/apache/maven-surefire/pull/3236">#3236</a>) @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>Bump org.codehaus.plexus:plexus-java from 1.5.1 to 1.5.2 (<a href="https://redirect.github.com/apache/maven-surefire/pull/3235">#3235</a>) @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>Bump org.apache.logging.log4j:log4j-core from 2.17.1 to 2.25.3 in /surefire-its/src/test/resources/surefire-1659-stream-corruption (<a href="https://redirect.github.com/apache/maven-surefire/pull/3234">#3234</a>) @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>Bump org.htmlunit:htmlunit from 4.19.0 to 4.20.0 (<a href="https://redirect.github.com/apache/maven-surefire/pull/3228">#3228</a>) @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>Bump org.htmlunit:htmlunit from 4.18.0 to 4.19.0 (<a href="https://redirect.github.com/apache/maven-surefire/pull/3224">#3224</a>) @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>Bump org.apache.commons:commons-lang3 from 3.19.0 to 3.20.0 (<a href="https://redirect.github.com/apache/maven-surefire/pull/3223">#3223</a>) @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>Bump org.codehaus.plexus:plexus-interpolation from 1.28 to 1.29 (<a href="https://redirect.github.com/apache/maven-surefire/pull/3221">#3221</a>) @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>Bump org.codehaus.plexus:plexus-i18n from 1.0.0 to 1.1.0 (<a href="https://redirect.github.com/apache/maven-surefire/pull/3220">#3220</a>) @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>Bump commons-io:commons-io from 2.20.0 to 2.21.0 (<a href="https://redirect.github.com/apache/maven-surefire/pull/3217">#3217</a>) @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>Bump org.apache.maven.plugin-testing:maven-plugin-testing-harness from 3.3.0 to 3.4.0 (<a href="https://redirect.github.com/apache/maven-surefire/pull/3214">#3214</a>) @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>Bump org.codehaus.plexus:plexus-java from 1.5.0 to 1.5.1 (<a href="https://redirect.github.com/apache/maven-surefire/pull/3218">#3218</a>) @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>Bump org.htmlunit:htmlunit from 4.16.0 to 4.18.0 (<a href="https://redirect.github.com/apache/maven-surefire/pull/3213">#3213</a>) @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/apache/maven-surefire/commit/968cb38271efdee0cbe3abcd4c130fd67eb1f047"><code>968cb38</code></a> [maven-release-plugin] prepare release surefire-3.5.5</li> <li><a href="https://github.com/apache/maven-surefire/commit/8e7dc4106bab204cdc01b48b46a83e49e3feca9a"><code>8e7dc41</code></a> Reapply "Replace runing external process and parsing output with simple Proce...</li> <li><a href="https://github.com/apache/maven-surefire/commit/4ced57c058bee5c68fd1313a401a018c9d0303bb"><code>4ced57c</code></a> Revert "Replace runing external process and parsing output with simple Proces…"</li> <li><a href="https://github.com/apache/maven-surefire/commit/8496d9a6bf96ead941b8e2948c9fac222247e4f3"><code>8496d9a</code></a> Bump org.xmlunit:xmlunit-core from 2.10.4 to 2.11.0 (<a href="https://redirect.github.com/apache/maven-surefire/issues/3209">#3209</a>)</li> <li><a href="https://github.com/apache/maven-surefire/commit/68265e56ebf609da2447bde7eebd3c7dbd4f7826"><code>68265e5</code></a> Bump org.apache.maven.plugin-testing:maven-plugin-testing-harness (<a href="https://redirect.github.com/apache/maven-surefire/issues/3260">#3260</a>)</li> <li><a href="https://github.com/apache/maven-surefire/commit/0b190142a3df4cb3dda52825e7fedda59591cbc8"><code>0b19014</code></a> Replace runing external process and parsing output with simple ProcessHandle ...</li> <li><a href="https://github.com/apache/maven-surefire/commit/688f8c46390a0d495a0c4169c873389b9c9b21b6"><code>688f8c4</code></a> Use PowerShell instead of WMIC for detecting zombie process on Windows (<a href="https://redirect.github.com/apache/maven-surefire/issues/3258">#3258</a>)</li> <li><a href="https://github.com/apache/maven-surefire/commit/e5c01a6985bc4fcb8ea9e1b43baee3ce08523dfe"><code>e5c01a6</code></a> Build only by the latest Maven on Jenkins (<a href="https://redirect.github.com/apache/maven-surefire/issues/3255">#3255</a>)</li> <li><a href="https://github.com/apache/maven-surefire/commit/9c99e979d29329c7cf0c7a110cf12b0eeb8a331a"><code>9c99e97</code></a> Fix Jenkin badges in README (<a href="https://redirect.github.com/apache/maven-surefire/issues/3254">#3254</a>)</li> <li><a href="https://github.com/apache/maven-surefire/commit/20930ead8197a10f1e9272c2ec68388355b3c077"><code>20930ea</code></a> Bump parent from 44 to 47 (<a href="https://redirect.github.com/apache/maven-surefire/issues/3253">#3253</a>)</li> <li>Additional commits viewable in <a href="https://github.com/apache/maven-surefire/compare/surefire-3.5.2...surefire-3.5.5">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 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>
….1.3 => 3.1.4] (#1305) Bumps [org.apache.maven.plugins:maven-deploy-plugin](https://github.com/apache/maven-deploy-plugin) from 3.1.3 to 3.1.4. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/apache/maven-deploy-plugin/releases">org.apache.maven.plugins:maven-deploy-plugin's releases</a>.</em></p> <blockquote> <h2>3.1.4</h2> <!-- raw HTML omitted --> <h2>🚀 New features and improvements</h2> <ul> <li>Enable GitHub Issues (<a href="https://redirect.github.com/apache/maven-deploy-plugin/pull/107">#107</a>) <a href="https://github.com/slawekjaranowski"><code>@slawekjaranowski</code></a></li> <li>Release drafter configuration and PR Automation (<a href="https://redirect.github.com/apache/maven-deploy-plugin/pull/88">#88</a>) <a href="https://github.com/slawekjaranowski"><code>@slawekjaranowski</code></a></li> </ul> <h2>📦 Dependency updates</h2> <ul> <li>Bump resolverVersion from 1.9.18 to 1.9.22 (<a href="https://redirect.github.com/apache/maven-deploy-plugin/pull/96">#96</a>) @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>Bump mavenVersion from 3.9.6 to 3.9.9 (<a href="https://redirect.github.com/apache/maven-deploy-plugin/pull/94">#94</a>) @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> </ul> <h2>👻 Maintenance</h2> <ul> <li>PR Automation only on close event (<a href="https://redirect.github.com/apache/maven-deploy-plugin/pull/104">#104</a>) <a href="https://github.com/slawekjaranowski"><code>@slawekjaranowski</code></a></li> <li><a href="https://issues.apache.org/jira/browse/MNGSITE-529">[MNGSITE-529]</a> - Rename "Goals" to "Plugin Documentation" (<a href="https://redirect.github.com/apache/maven-deploy-plugin/pull/100">#100</a>) <a href="https://github.com/Bukama"><code>@Bukama</code></a></li> <li>Fix IT deploy-bom for Maven rc-2 (<a href="https://redirect.github.com/apache/maven-deploy-plugin/pull/89">#89</a>) <a href="https://github.com/slawekjaranowski"><code>@slawekjaranowski</code></a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/apache/maven-deploy-plugin/commit/538c67c9735ab203483f5700e0478c8bb5720eeb"><code>538c67c</code></a> [maven-release-plugin] prepare release maven-deploy-plugin-3.1.4</li> <li><a href="https://github.com/apache/maven-deploy-plugin/commit/6dd30b3a63ffd542a2245cfc70b79a5156911465"><code>6dd30b3</code></a> Enable GitHub Issues</li> <li><a href="https://github.com/apache/maven-deploy-plugin/commit/39f204ce4e093884036607149bcbd543bdb47627"><code>39f204c</code></a> Bump resolverVersion from 1.9.18 to 1.9.22</li> <li><a href="https://github.com/apache/maven-deploy-plugin/commit/65c05b75dcb81a9dcc1a2a4dcc98fb84ad3f2dd3"><code>65c05b7</code></a> PR Automation only on close event</li> <li><a href="https://github.com/apache/maven-deploy-plugin/commit/69b6824633ed0cd39184a3918e5cc6087039d9ea"><code>69b6824</code></a> [MNGSITE-529] Rename "Goals" to "Plugin Documentation"</li> <li><a href="https://github.com/apache/maven-deploy-plugin/commit/66b357b3922dd9edf265a256073f438086acca34"><code>66b357b</code></a> Bump mavenVersion from 3.9.6 to 3.9.9</li> <li><a href="https://github.com/apache/maven-deploy-plugin/commit/386fcf9ea2ba76129390b2c9317f7e8c7bee9138"><code>386fcf9</code></a> Release drafter configuration and PR Automation</li> <li><a href="https://github.com/apache/maven-deploy-plugin/commit/21739448e56b253f56f01ec1e18fa42a506bb49c"><code>2173944</code></a> Fix IT deploy-bom for Maven rc-2</li> <li><a href="https://github.com/apache/maven-deploy-plugin/commit/424f2159ef09e4270e138a6f14ecd1aeb393caee"><code>424f215</code></a> [maven-release-plugin] prepare for next development iteration</li> <li>See full diff in <a href="https://github.com/apache/maven-deploy-plugin/compare/maven-deploy-plugin-3.1.3...maven-deploy-plugin-3.1.4">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 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> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…3.10.1 => 3.12.0] (#1307) Bumps [org.apache.maven.plugins:maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin) from 3.10.1 to 3.12.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/apache/maven-javadoc-plugin/releases">org.apache.maven.plugins:maven-javadoc-plugin's releases</a>.</em></p> <blockquote> <h2>3.12.0</h2> <!-- raw HTML omitted --> <h2>:boom: Breaking changes</h2> <ul> <li>remove fix mojo (<a href="https://redirect.github.com/apache/maven-javadoc-plugin/pull/1263">#1263</a>) <a href="https://github.com/elharo"><code>@elharo</code></a></li> <li>detectOfflineLinks is now false per default for all <em>jar</em> mojo issue <a href="https://redirect.github.com/apache/maven-javadoc-plugin/issues/1258">#1258</a> (<a href="https://redirect.github.com/apache/maven-javadoc-plugin/pull/1259">#1259</a>) <a href="https://github.com/olamy"><code>@olamy</code></a></li> </ul> <h2>🐛 Bug Fixes</h2> <ul> <li>Fix legacyMode (<a href="https://redirect.github.com/apache/maven-javadoc-plugin/pull/1265">#1265</a>) <a href="https://github.com/fridrich"><code>@fridrich</code></a></li> <li>Fix <code>package {...} does not exist</code> in <code>legacyMode</code> (<a href="https://redirect.github.com/apache/maven-javadoc-plugin/pull/1243">#1243</a>) <a href="https://github.com/JackPGreen"><code>@JackPGreen</code></a></li> <li>Ensure UTF-8 charset is used to avoid IllegalArgumentException: Null charset name (<a href="https://redirect.github.com/apache/maven-javadoc-plugin/pull/1245">#1245</a>) <a href="https://github.com/elharo"><code>@elharo</code></a></li> <li>Remove Javadoc 1.4+ / -1.1 switch related warning (<a href="https://redirect.github.com/apache/maven-javadoc-plugin/pull/1240">#1240</a>) <a href="https://github.com/perceptron8"><code>@perceptron8</code></a></li> </ul> <h2>👻 Maintenance</h2> <ul> <li>protect 3.8.x branch (<a href="https://redirect.github.com/apache/maven-javadoc-plugin/pull/1238">#1238</a>) <a href="https://github.com/hboutemy"><code>@hboutemy</code></a></li> <li>feat: enable prevent branch protection rules (<a href="https://redirect.github.com/apache/maven-javadoc-plugin/pull/1228">#1228</a>) <a href="https://github.com/sparsick"><code>@sparsick</code></a></li> </ul> <h2>📦 Dependency updates</h2> <ul> <li>Bump org.codehaus.mojo:mrm-maven-plugin from 1.6.0 to 1.7.0 (<a href="https://redirect.github.com/apache/maven-javadoc-plugin/pull/1257">#1257</a>) @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> </ul> <h2>3.11.3</h2> <!-- raw HTML omitted --> <h2>🚨 Removed</h2> <ul> <li>Remove workaround for long patched CVE in javadoc (<a href="https://redirect.github.com/apache/maven-javadoc-plugin/pull/388">#388</a>) <a href="https://github.com/elharo"><code>@elharo</code></a></li> </ul> <h2>🚀 New features and improvements</h2> <ul> <li>Issue <a href="https://redirect.github.com/apache/maven-javadoc-plugin/issues/369">#369</a> Support --no-fonts option per default for jdk 23+ (<a href="https://redirect.github.com/apache/maven-javadoc-plugin/pull/375">#375</a>) <a href="https://github.com/olamy"><code>@olamy</code></a></li> </ul> <h2>🐛 Bug Fixes</h2> <ul> <li>Make the legacyMode consistent (Filter out all of the module-info.java files in legacy mode, do not use --source-path in legacy mode) (<a href="https://redirect.github.com/apache/maven-javadoc-plugin/pull/1217">#1217</a>) <a href="https://github.com/fridrich"><code>@fridrich</code></a></li> <li><a href="https://issues.apache.org/jira/browse/MJAVADOC-826">[MJAVADOC-826]</a> - Don't try to modify project source roots (<a href="https://redirect.github.com/apache/maven-javadoc-plugin/pull/358">#358</a>) <a href="https://github.com/oehme"><code>@oehme</code></a></li> </ul> <h2>📝 Documentation updates</h2> <ul> <li>Correct javadoc-no-fork description on index-page (<a href="https://redirect.github.com/apache/maven-javadoc-plugin/pull/368">#368</a>) <a href="https://github.com/Bukama"><code>@Bukama</code></a></li> <li><a href="https://issues.apache.org/jira/browse/MNGSITE-529">[MNGSITE-529]</a> - Rename "Goals" to "Plugin Documentation" (<a href="https://redirect.github.com/apache/maven-javadoc-plugin/pull/360">#360</a>) <a href="https://github.com/Bukama"><code>@Bukama</code></a></li> <li>(doc) Close links tag in links parameter javadoc example (<a href="https://redirect.github.com/apache/maven-javadoc-plugin/pull/355">#355</a>) <a href="https://github.com/sixcorners"><code>@sixcorners</code></a></li> </ul> <h2>👻 Maintenance</h2> <ul> <li>Be consistent about data encoding when copying files (<a href="https://redirect.github.com/apache/maven-javadoc-plugin/pull/1215">#1215</a>) <a href="https://github.com/fridrich"><code>@fridrich</code></a></li> <li>Clean up JavadocUtilTest (<a href="https://redirect.github.com/apache/maven-javadoc-plugin/pull/1210">#1210</a>) <a href="https://github.com/elharo"><code>@elharo</code></a></li> <li>Use Java 7 relativization instead of hand-rolled code (<a href="https://redirect.github.com/apache/maven-javadoc-plugin/pull/385">#385</a>) <a href="https://github.com/elharo"><code>@elharo</code></a></li> <li>Rephrase source code fix interactive messages for clarity (<a href="https://redirect.github.com/apache/maven-javadoc-plugin/pull/390">#390</a>) <a href="https://github.com/elharo"><code>@elharo</code></a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/apache/maven-javadoc-plugin/commit/2a06bed2ace935251ceec2f49468834df1dcbce3"><code>2a06bed</code></a> [maven-release-plugin] prepare release maven-javadoc-plugin-3.12.0</li> <li><a href="https://github.com/apache/maven-javadoc-plugin/commit/a71ecf9cfc2acf3a78a217af17f9cfe6b5dbb973"><code>a71ecf9</code></a> bump version 3.12.0-SNAPSHOT</li> <li><a href="https://github.com/apache/maven-javadoc-plugin/commit/88f2b717b7398812bdc74cd295692380deeca7ad"><code>88f2b71</code></a> [maven-release-plugin] prepare for next development iteration</li> <li><a href="https://github.com/apache/maven-javadoc-plugin/commit/7e1895659b26142d57798d7d0a835a3a662a5022"><code>7e18956</code></a> [maven-release-plugin] prepare release maven-javadoc-plugin-3.11.4</li> <li><a href="https://github.com/apache/maven-javadoc-plugin/commit/c11b76c04cc6f82746e4e4496f1ac9e48f57f10a"><code>c11b76c</code></a> In legacyMode, don't use -sourcepath, unless excludePackageNames is not empty...</li> <li><a href="https://github.com/apache/maven-javadoc-plugin/commit/bc9904b2ee223088aebb146922f6da05129a52e6"><code>bc9904b</code></a> remove fix mojo (<a href="https://redirect.github.com/apache/maven-javadoc-plugin/issues/1263">#1263</a>)</li> <li><a href="https://github.com/apache/maven-javadoc-plugin/commit/f3101350fe0420692d496d34262b8bb514371b68"><code>f310135</code></a> Fix <code>package {...} does not exist</code> in <code>legacyMode</code> (<a href="https://redirect.github.com/apache/maven-javadoc-plugin/issues/1243">#1243</a>)</li> <li><a href="https://github.com/apache/maven-javadoc-plugin/commit/c8270f9519fcef85ce4d86fa34633e6ca43d671a"><code>c8270f9</code></a> detectOfflineLinks is now false per default for all <em>jar</em> mojo issue <a href="https://redirect.github.com/apache/maven-javadoc-plugin/issues/1258">#1258</a> ...</li> <li><a href="https://github.com/apache/maven-javadoc-plugin/commit/953e60979c2ee84542f92b1edb19d7ce3507f4bf"><code>953e609</code></a> Delete flaky test (<a href="https://redirect.github.com/apache/maven-javadoc-plugin/issues/1260">#1260</a>)</li> <li><a href="https://github.com/apache/maven-javadoc-plugin/commit/2bba7a4e73a098c54de9d301d920ae89c85540be"><code>2bba7a4</code></a> Bump org.codehaus.mojo:mrm-maven-plugin from 1.6.0 to 1.7.0</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.12.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 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> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
….3.1 => 3.4.0] (#1306) Bumps [org.apache.maven.plugins:maven-source-plugin](https://github.com/apache/maven-source-plugin) from 3.3.1 to 3.4.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/apache/maven-source-plugin/releases">org.apache.maven.plugins:maven-source-plugin's releases</a>.</em></p> <blockquote> <h2>3.4.0</h2> <!-- raw HTML omitted --> <h2>🐛 Bug Fixes</h2> <ul> <li><a href="https://issues.apache.org/jira/browse/MSOURCES-140">[MSOURCES-140]</a> - fail only if re-attach different files (<a href="https://redirect.github.com/apache/maven-source-plugin/pull/24">#24</a>) <a href="https://github.com/hboutemy"><code>@hboutemy</code></a></li> </ul> <h2>👻 Maintenance</h2> <ul> <li>Bump m-invoker-p to 3.9.1 (<a href="https://redirect.github.com/apache/maven-source-plugin/pull/251">#251</a>) <a href="https://github.com/slachiewicz"><code>@slachiewicz</code></a></li> <li>Allow to manually execute release drafter (<a href="https://redirect.github.com/apache/maven-source-plugin/pull/58">#58</a>) <a href="https://github.com/slawekjaranowski"><code>@slawekjaranowski</code></a></li> <li>GH Issues (Maven 3 branch) (<a href="https://redirect.github.com/apache/maven-source-plugin/pull/57">#57</a>) <a href="https://github.com/Bukama"><code>@Bukama</code></a></li> <li><a href="https://issues.apache.org/jira/browse/MNGSITE-529">[MNGSITE-529]</a> - Rename "Goals" to "Plugin Documentation" (<a href="https://redirect.github.com/apache/maven-source-plugin/pull/49">#49</a>) <a href="https://github.com/Bukama"><code>@Bukama</code></a></li> </ul> <h2>📦 Dependency updates</h2> <ul> <li>Use plexus-utils version from parent (<a href="https://redirect.github.com/apache/maven-source-plugin/pull/252">#252</a>) <a href="https://github.com/slachiewicz"><code>@slachiewicz</code></a></li> <li>Bump commons-io:commons-io from 2.20.0 to 2.21.0 (<a href="https://redirect.github.com/apache/maven-source-plugin/pull/247">#247</a>) @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>Bump org.codehaus.plexus:plexus-archiver from 4.10.3 to 4.10.4 (<a href="https://redirect.github.com/apache/maven-source-plugin/pull/248">#248</a>) @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>Bump org.apache.maven:maven-archiver from 3.6.4 to 3.6.5 (<a href="https://redirect.github.com/apache/maven-source-plugin/pull/241">#241</a>) @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>Bump org.codehaus.plexus:plexus-archiver from 4.10.1 to 4.10.3 (<a href="https://redirect.github.com/apache/maven-source-plugin/pull/242">#242</a>) @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>Bump org.apache.maven.plugin-testing:maven-plugin-testing-harness from 3.3.0 to 3.4.0 (<a href="https://redirect.github.com/apache/maven-source-plugin/pull/246">#246</a>) @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>Bump mavenVersion from 3.2.5 to 3.9.11 (<a href="https://redirect.github.com/apache/maven-source-plugin/pull/221">#221</a>) @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>Bump org.codehaus.plexus:plexus-archiver from 4.10.0 to 4.10.1 (<a href="https://redirect.github.com/apache/maven-source-plugin/pull/233">#233</a>) @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>Bump org.apache.maven:maven-archiver from 3.6.3 to 3.6.4 (<a href="https://redirect.github.com/apache/maven-source-plugin/pull/229">#229</a>) @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>Bump org.apache.maven.plugins:maven-plugins from 41 to 45 (<a href="https://redirect.github.com/apache/maven-source-plugin/pull/218">#218</a>) @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>Bump org.codehaus.plexus:plexus-utils from 3.5.1 to 3.6.0 (<a href="https://redirect.github.com/apache/maven-source-plugin/pull/226">#226</a>) @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>Bump commons-io:commons-io from 2.19.0 to 2.20.0 (<a href="https://redirect.github.com/apache/maven-source-plugin/pull/222">#222</a>) @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>Bump commons-io:commons-io from 2.16.1 to 2.19.0 (<a href="https://redirect.github.com/apache/maven-source-plugin/pull/68">#68</a>) @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>Bump org.codehaus.plexus:plexus-archiver from 4.9.2 to 4.10.0 (<a href="https://redirect.github.com/apache/maven-source-plugin/pull/63">#63</a>) @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>Bump org.apache.maven:maven-archiver from 3.6.2 to 3.6.3 (<a href="https://redirect.github.com/apache/maven-source-plugin/pull/66">#66</a>) @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>Bump commons-io:commons-io from 2.16.0 to 2.16.1 (<a href="https://redirect.github.com/apache/maven-source-plugin/pull/27">#27</a>) @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li><a href="https://issues.apache.org/jira/browse/MSOURCES-147">[MSOURCES-147]</a> - Bump org.codehaus.plexus:plexus-archiver from 4.9.1 to 4.9.2 (<a href="https://redirect.github.com/apache/maven-source-plugin/pull/23">#23</a>) @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li><a href="https://issues.apache.org/jira/browse/MSOURCES-146">[MSOURCES-146]</a> - Bump commons-io:commons-io from 2.11.0 to 2.16.0 (<a href="https://redirect.github.com/apache/maven-source-plugin/pull/25">#25</a>) @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li><a href="https://issues.apache.org/jira/browse/MSOURCES-145">[MSOURCES-145]</a> - Bump org.apache.maven:maven-archiver from 3.6.1 to 3.6.2 (<a href="https://redirect.github.com/apache/maven-source-plugin/pull/26">#26</a>) @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/apache/maven-source-plugin/commit/ecf937ac27224df8135b3599edb9c9f9a8524a14"><code>ecf937a</code></a> [maven-release-plugin] prepare release maven-source-plugin-3.4.0</li> <li><a href="https://github.com/apache/maven-source-plugin/commit/95b3bf40e10268328b61f1dd0f1e936ebe34497e"><code>95b3bf4</code></a> Revert "[maven-release-plugin] prepare for next development iteration"</li> <li><a href="https://github.com/apache/maven-source-plugin/commit/7a9a77079e1734d71a4738acf46a314f790545a3"><code>7a9a770</code></a> [maven-release-plugin] prepare for next development iteration</li> <li><a href="https://github.com/apache/maven-source-plugin/commit/292c1ce3a0266e56e7299457c7f6ac0e913b38b4"><code>292c1ce</code></a> Use plexus-utils version from parent</li> <li><a href="https://github.com/apache/maven-source-plugin/commit/bf79b71899727718db8ac5944e13d6e191d87f0c"><code>bf79b71</code></a> Bump m-invoker-p to 3.9.1</li> <li><a href="https://github.com/apache/maven-source-plugin/commit/4f3fcb965bf3a5900cf9a3b5b575ffb69483aff3"><code>4f3fcb9</code></a> Bump commons-io:commons-io from 2.20.0 to 2.21.0</li> <li><a href="https://github.com/apache/maven-source-plugin/commit/a8674428b1b62cfe5e7fecce455383ee2719c366"><code>a867442</code></a> Bump org.codehaus.plexus:plexus-archiver from 4.10.3 to 4.10.4</li> <li><a href="https://github.com/apache/maven-source-plugin/commit/51c66ac844e88b78efb8b78ea2fdd90fb7f85bbf"><code>51c66ac</code></a> Bump org.apache.maven:maven-archiver from 3.6.4 to 3.6.5</li> <li><a href="https://github.com/apache/maven-source-plugin/commit/267df4697b8bfd8414d62d4e81f5e25e12723000"><code>267df46</code></a> Bump org.codehaus.plexus:plexus-archiver from 4.10.1 to 4.10.3</li> <li><a href="https://github.com/apache/maven-source-plugin/commit/ef85324e79ad34c68c118ac6cf649bb6f477664a"><code>ef85324</code></a> Bump org.apache.maven.plugin-testing:maven-plugin-testing-harness</li> <li>Additional commits viewable in <a href="https://github.com/apache/maven-source-plugin/compare/maven-source-plugin-3.3.1...maven-source-plugin-3.4.0">compare view</a></li> </ul> </details> <br /> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…1303) Bumps [org.xerial:sqlite-jdbc](https://github.com/xerial/sqlite-jdbc) from 3.51.3.0 to 3.53.0.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/xerial/sqlite-jdbc/releases">org.xerial:sqlite-jdbc's releases</a>.</em></p> <blockquote> <h2>Release 3.53.0.0</h2> <h2>Changelog</h2> <h2>🚀 Features</h2> <p><strong>jdbc</strong></p> <ul> <li>expose wal_autocheckpoint pragma in SQLiteConfig (<a href="https://github.com/xerial/sqlite-jdbc/commits/dd2adcc">dd2adcc</a>), closes <a href="https://redirect.github.com/xerial/sqlite-jdbc/issues/1397">#1397</a></li> </ul> <p><strong>sqlite</strong></p> <ul> <li>upgrade to sqlite 3.53.0 (<a href="https://github.com/xerial/sqlite-jdbc/commits/baaf087">baaf087</a>)</li> </ul> <p><strong>unscoped</strong></p> <ul> <li>publish multiple classifer jars (<a href="https://github.com/xerial/sqlite-jdbc/commits/bdd2b64">bdd2b64</a>), closes <a href="https://redirect.github.com/xerial/sqlite-jdbc/issues/1273">#1273</a></li> <li>better Android support (<a href="https://github.com/xerial/sqlite-jdbc/commits/7eb6f3f">7eb6f3f</a>), closes <a href="https://redirect.github.com/xerial/sqlite-jdbc/issues/1378">#1378</a></li> </ul> <h2>🛠 Build</h2> <p><strong>deps</strong></p> <ul> <li>bump org.sonatype.central:central-publishing-maven-plugin (<a href="https://github.com/xerial/sqlite-jdbc/commits/19259e5">19259e5</a>)</li> <li>bump EndBug/add-and-commit from 9 to 10 (<a href="https://github.com/xerial/sqlite-jdbc/commits/f572217">f572217</a>)</li> </ul> <p><strong>deps-dev</strong></p> <ul> <li>bump surefire.version from 3.5.4 to 3.5.5 (<a href="https://github.com/xerial/sqlite-jdbc/commits/b649d25">b649d25</a>)</li> <li>bump org.assertj:assertj-core from 3.27.6 to 3.27.7 (<a href="https://github.com/xerial/sqlite-jdbc/commits/857a754">857a754</a>)</li> <li>bump org.mockito:mockito-core from 5.21.0 to 5.23.0 (<a href="https://github.com/xerial/sqlite-jdbc/commits/a597952">a597952</a>)</li> </ul> <h2>Contributors</h2> <p>We'd like to thank the following people for their contributions: Gauthier, Karl-Michael Edlinger, kju2</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/xerial/sqlite-jdbc/commit/f88e9c7b4d71a443fc9ce80c43e34cd85ceef338"><code>f88e9c7</code></a> chore(release): 3.53.0.0 [skip ci]</li> <li><a href="https://github.com/xerial/sqlite-jdbc/commit/bdd2b64a107ef3aef2168a4446cb2b1c59992ddf"><code>bdd2b64</code></a> feat: publish multiple classifer jars</li> <li><a href="https://github.com/xerial/sqlite-jdbc/commit/7eb6f3fb57c21e2d18a8145e2996caa0cdd398c3"><code>7eb6f3f</code></a> feat: better Android support</li> <li><a href="https://github.com/xerial/sqlite-jdbc/commit/23ead2e027a9868184ab5d363c66652f7d6c64ca"><code>23ead2e</code></a> chore: update native libraries</li> <li><a href="https://github.com/xerial/sqlite-jdbc/commit/baaf0870311ce780c7d15598fc080f3b31079aea"><code>baaf087</code></a> feat(sqlite): upgrade to sqlite 3.53.0</li> <li><a href="https://github.com/xerial/sqlite-jdbc/commit/dd2adcc879a3b9914f3953629536f3d53473f275"><code>dd2adcc</code></a> feat(jdbc): expose wal_autocheckpoint pragma in SQLiteConfig</li> <li><a href="https://github.com/xerial/sqlite-jdbc/commit/b649d257cbb030969cdbf2cf74d2a05b590ebf86"><code>b649d25</code></a> build(deps-dev): bump surefire.version from 3.5.4 to 3.5.5</li> <li><a href="https://github.com/xerial/sqlite-jdbc/commit/857a754356614e2705b1ce1a955b47b0333fedeb"><code>857a754</code></a> build(deps-dev): bump org.assertj:assertj-core from 3.27.6 to 3.27.7</li> <li><a href="https://github.com/xerial/sqlite-jdbc/commit/19259e5f34ed5a99515a0ae43711cddde0ef9158"><code>19259e5</code></a> build(deps): bump org.sonatype.central:central-publishing-maven-plugin</li> <li><a href="https://github.com/xerial/sqlite-jdbc/commit/a5979522b3a4b04020edda625891d2593638316a"><code>a597952</code></a> build(deps-dev): bump org.mockito:mockito-core from 5.21.0 to 5.23.0</li> <li>Additional commits viewable in <a href="https://github.com/xerial/sqlite-jdbc/compare/3.51.3.0...3.53.0.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 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> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps `awssdk.version` from 2.42.33 to 2.42.34. Updates `software.amazon.awssdk:ses` from 2.42.33 to 2.42.34 Updates `software.amazon.awssdk:auth` from 2.42.33 to 2.42.34 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 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> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.