Conversation
) Bumps [net.bytebuddy:byte-buddy](https://github.com/raphw/byte-buddy) from 1.14.12 to 1.18.8. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/raphw/byte-buddy/releases">net.bytebuddy:byte-buddy's releases</a>.</em></p> <blockquote> <h2>Byte Buddy 1.18.8</h2> <ul> <li>Improve support for repeatable builds.</li> <li>Fix reordering of exception table in type initializers when instrumenting.</li> </ul> <h2>Byte Buddy 1.18.7</h2> <ul> <li>Introduce new versioning concept with <em>-jdk5</em> suffix for backwards-compatible jar and Java 8 baseline for regular jar.</li> </ul> <h2>Byte Buddy 1.18.5</h2> <ul> <li>Eagerly resolve of canonical files during attach emulation to avoid failure when process ends before file can be deleted.</li> <li>Add super classes to hash code / equals computation in <code>Advice</code> that were missing.</li> </ul> <h2>Byte Buddy 1.18.4</h2> <ul> <li>Add support for new build description in Android 9.</li> </ul> <h2>Byte Buddy 1.18.3</h2> <ul> <li>Avoid using Class File API when Byte Buddy is loaded on the boot loader where multi-release jars are not available.</li> <li>Add additional safety when processing class files with illegally formed parameters.</li> <li>Update to latest ASM.</li> </ul> <h2>Byte Buddy 1.18.2</h2> <ul> <li>Support modifiers for value classes in Valhalla builds.</li> <li>Improve use of build cache in Gradle.</li> </ul> <h2>Byte Buddy 1.18.1</h2> <ul> <li>Fix generated module-info to include new package.</li> </ul> <h2>Byte Buddy 1.18.0</h2> <ul> <li>Add support for <code>module-info</code> class files and <code>ModuleDescription</code>s.</li> <li>Allow for manipulating module information using the <code>ByteBuddy</code> API.</li> </ul> <h2>Byte Buddy 1.17.8</h2> <ul> <li>Avoid use of types that are deprecated as of Java 26.</li> <li>Include ASM 9.9 that offers ASM support for Java 26.</li> <li>Make sure that generated code internal to Byte Buddy supports CDS if available.</li> <li>Update version of ASM to JDK Class File API bridge to fix some minor bugs related to type annotations.</li> </ul> <h2>Byte Buddy 1.17.7</h2> <ul> <li>Specify correct JVM environment for Android builds when using the Gradle plugin.</li> <li>Avoid recomputing the size of a parameter list for performance reasons after measuring the significant impact.</li> <li>Correct validation of JVM names to avoid breaking when Java names are not allowed while JVM names are, with Kotlin and others.</li> </ul> <h2>Byte Buddy 1.17.6</h2> <ul> <li>Add convenience wrapper for <code>ResettableClassFileTransformer</code> that implicitly delegates to correct transformer method.</li> <li>Add filter for deduplicate fields and methods in class file.</li> <li>Add missing static requirement of Spotbugs annotations to module descriptors.</li> <li>Add <code>LazinessMode</code> for <code>TypePool</code> and add convenience support to <code>AgentBuilder</code>.</li> <li>Fix source jars for multi-version release to contain duplicated source.</li> </ul> <h2>Byte Buddy 1.17.5</h2> <ul> <li>Update ASM to version 9.8 to support Java 25 using ASM reader and writer.</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/raphw/byte-buddy/blob/master/release-notes.md">net.bytebuddy:byte-buddy's changelog</a>.</em></p> <blockquote> <h3>1. April 2026: version 1.18.8</h3> <ul> <li>Improve support for repeatable builds.</li> <li>Fix reordering of exception table in type initializers when instrumenting.</li> </ul> <h3>1. March 2026: version 1.18.7</h3> <ul> <li>Introduce new versioning concept with <em>-jdk5</em> suffix for backwards-compatible jar and Java 8 baseline for regular jar.</li> </ul> <h3>27. February 2026: version 1.18.6</h3> <p><em>Accidental release during rework of release pipeline. Functional, but with incorrect suffices.</em></p> <h3>15. February 2026: version 1.18.5</h3> <ul> <li>Eagerly resolve of canonical files during attach emulation to avoid failure when process ends before file can be deleted.</li> <li>Add super classes to hash code / equals computation in <code>Advice</code> that were missing.</li> </ul> <h3>16. January 2026: version 1.18.4</h3> <ul> <li>Add support for new build description in Android 9.</li> </ul> <h3>26. November 2025: version 1.18.3</h3> <ul> <li>Avoid using Class File API when Byte Buddy is loaded on the boot loader where multi-release jars are not available.</li> <li>Add additional safety when processing class files with illegally formed parameters.</li> <li>Update to latest ASM.</li> </ul> <h3>26. November 2025: version 1.18.2</h3> <ul> <li>Support modifiers for value classes in Valhalla builds.</li> <li>Improve use of build cache in Gradle.</li> </ul> <h3>12. November 2025: version 1.18.1</h3> <ul> <li>Fix generated module-info to include new package.</li> </ul> <h3>11. November 2025: version 1.18.0</h3> <ul> <li>Add support for <code>module-info</code> class files and <code>ModuleDescription</code>s.</li> <li>Allow for manipulating module information using the <code>ByteBuddy</code> API.</li> </ul> <h3>8. October 2025: version 1.17.8</h3> <ul> <li>Avoid use of types that are deprecated as of Java 26.</li> <li>Include ASM 9.9 that offers ASM support for Java 26.</li> <li>Make sure that generated code internal to Byte Buddy supports CDS if available.</li> <li>Update version of ASM to JDK Class File API bridge to fix some minor bugs related to type annotations.</li> </ul> <h3>17. August 2025: version 1.17.7</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/raphw/byte-buddy/commit/b71379ab8a807993174924c5204d9cac17cc47d3"><code>b71379a</code></a> [publish] Releasing Byte Buddy 1.18.8</li> <li><a href="https://github.com/raphw/byte-buddy/commit/31cce02181d8d2573f8aa8c38d7d2045cdb560ad"><code>31cce02</code></a> [release] Release new version.</li> <li><a href="https://github.com/raphw/byte-buddy/commit/a30791fbd4d4d6992038c5b389124e17a6b63682"><code>a30791f</code></a> Add nullability annotations.</li> <li><a href="https://github.com/raphw/byte-buddy/commit/b9ed5b9494eacbd324dbef48a780cc3b6c9d85bd"><code>b9ed5b9</code></a> Avoid that type initializer extension adjusts exception handlers by prependin...</li> <li><a href="https://github.com/raphw/byte-buddy/commit/7d35c666558e7173e225fa62cdaf07ff5ac8fa52"><code>7d35c66</code></a> Fix test.</li> <li><a href="https://github.com/raphw/byte-buddy/commit/9b4690956dd049373a0c9fa548f74a16557cf3c0"><code>9b46909</code></a> Support reproducible builds.</li> <li><a href="https://github.com/raphw/byte-buddy/commit/9a1e34e9a5efb5faa4ddcb3ddd174f5386baa1e0"><code>9a1e34e</code></a> Use GitHub HTTP URL as Maven <code>scm</code> <code>url</code> (<a href="https://redirect.github.com/raphw/byte-buddy/issues/1887">#1887</a>)</li> <li><a href="https://github.com/raphw/byte-buddy/commit/2b8cadd45a6d781f9493f6717f403c6be3e2c617"><code>2b8cadd</code></a> Flip release order to attempt making Maven release a different "latest" version.</li> <li><a href="https://github.com/raphw/byte-buddy/commit/bf025594a469913a1e49e439e59bedf94b2c22cb"><code>bf02559</code></a> Move to jdk5 versions.</li> <li><a href="https://github.com/raphw/byte-buddy/commit/ad0abe4637bfa26f88dfc450e15b21ed17633917"><code>ad0abe4</code></a> Update checksums.</li> <li>Additional commits viewable in <a href="https://github.com/raphw/byte-buddy/compare/byte-buddy-1.14.12...byte-buddy-1.18.8">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 [net.java.dev.jna:jna](https://github.com/java-native-access/jna) from 5.16.0 to 5.18.1. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/java-native-access/jna/blob/master/CHANGES.md">net.java.dev.jna:jna's changelog</a>.</em></p> <blockquote> <h1>Release 5.18.1</h1> <h2>Bug Fixes</h2> <ul> <li><a href="https://redirect.github.com/java-native-access/jna/issues/1686">#1686</a>: Fix <code>sortFields</code> race condition while getting fields - <a href="https://github.com/bendk"><code>@bendk</code></a>.</li> </ul> <h1>Release 5.18.0</h1> <h2>Features</h2> <ul> <li><a href="https://redirect.github.com/java-native-access/jna/pull/1671">#1671</a>: Add <code>isRISCV</code> to <code>c.s.j.Platform</code> - <a href="https://github.com/Glavo"><code>@Glavo</code></a>.</li> <li><a href="https://redirect.github.com/java-native-access/jna/pull/1672">#1672</a>: Add <code>CFLocale</code>, <code>CFLocaleCopyCurrent</code>, <code>CFCFDateFormatter</code>, <code>CFDateFormatterStyle</code>, <code>CFDateFormatterCreate</code> and <code>CFDateFormatterGetFormat</code> to <code>c.s.j.p.mac.CoreFoundation</code> - <a href="https://github.com/dbwiddis"><code>@dbwiddis</code></a>.</li> <li><a href="https://redirect.github.com/java-native-access/jna/pull/1669">#1669</a>: Document requirement for running on JDK 24+ - <a href="https://github.com/matthiasblaesing"><code>@matthiasblaesing</code></a>.</li> </ul> <h2>Bug Fixes</h2> <ul> <li><a href="https://redirect.github.com/java-native-access/jna/issues/1681">#1681</a>: Fix deadlock in Structure constructor introduced in 5.16.0 - <a href="https://github.com/brettwooldridge"><code>@brettwooldridge</code></a>.</li> <li><a href="https://redirect.github.com/java-native-access/jna/pull/1683">#1683</a>: Fix native build error on Xcode 16.3 / Apple Clang 17 - <a href="https://github.com/brettwooldridge"><code>@brettwooldridge</code></a>.</li> </ul> <h1>Release 5.17.0</h1> <h2>Features</h2> <ul> <li><a href="https://redirect.github.com/java-native-access/jna/pull/1658">#1658</a>: Add win32 power event constants, types, and functions - <a href="https://github.com/eranl"><code>@eranl</code></a>.</li> </ul> <h2>Bug Fixes</h2> <ul> <li><a href="https://redirect.github.com/java-native-access/jna/issues/1647">#1647</a>: Fix calls to jnidispatch on Android with 16KB page size (part 2) - <a href="https://github.com/BugsBeGone"><code>@BugsBeGone</code></a>.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/java-native-access/jna/commit/3c493c1642b1555d541755e0984c968ba6c0f540"><code>3c493c1</code></a> Release 5.18.1</li> <li><a href="https://github.com/java-native-access/jna/commit/e3838d5396db7b76d45ec44ad3a121f3ba9e164b"><code>e3838d5</code></a> Merge pull request <a href="https://redirect.github.com/java-native-access/jna/issues/1680">#1680</a> from java-native-access/dependabot/github_actions/gi...</li> <li><a href="https://github.com/java-native-access/jna/commit/5cac36169eb88f373c709c292c1c4dc36b6f73c8"><code>5cac361</code></a> Bump the github-actions group with 2 updates</li> <li><a href="https://github.com/java-native-access/jna/commit/5511f281d0b59a6dc79c40e62b194cd1da738ae8"><code>5511f28</code></a> Merge pull request <a href="https://redirect.github.com/java-native-access/jna/issues/1687">#1687</a> from bendk/push-yyprxvvrrttk</li> <li><a href="https://github.com/java-native-access/jna/commit/c401bca07c3e22ff3ba3ab99fbdbd3b9e772c1ef"><code>c401bca</code></a> Merge pull request <a href="https://redirect.github.com/java-native-access/jna/issues/1690">#1690</a> from jonalmeida/patch-1</li> <li><a href="https://github.com/java-native-access/jna/commit/6e7e828eb8ffed1085f49503a293b9398e1437fb"><code>6e7e828</code></a> Update recommended Android proguard rules</li> <li><a href="https://github.com/java-native-access/jna/commit/b665e9e6a2752aba2dcb9a73b00c086a5122f595"><code>b665e9e</code></a> Avoid threading issues in sortFields (<a href="https://redirect.github.com/java-native-access/jna/issues/1686">#1686</a>)</li> <li><a href="https://github.com/java-native-access/jna/commit/0da700d3005d2a3fc332c47fae93b16b320f51af"><code>0da700d</code></a> Prepare next development iteration</li> <li><a href="https://github.com/java-native-access/jna/commit/285632fa6e4c4f8c49cfad059c76107b64d2a039"><code>285632f</code></a> Release 5.18.0</li> <li><a href="https://github.com/java-native-access/jna/commit/77fe152e751fcaaf82f8a14c59a2f25f136f503c"><code>77fe152</code></a> Support/Prepare deployment to new maven central repository</li> <li>Additional commits viewable in <a href="https://github.com/java-native-access/jna/compare/5.16.0...5.18.1">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>
….0 (#1158) Bumps [org.apache.commons:commons-text](https://github.com/apache/commons-text) from 1.14.0 to 1.15.0. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/apache/commons-text/blob/master/RELEASE-NOTES.txt">org.apache.commons:commons-text's changelog</a>.</em></p> <blockquote> <h2>Apache Commons Text 1.15.0 Release Notes</h2> <p>The Apache Commons Text team is pleased to announce the release of Apache Commons Text 1.15.0.</p> <p>Apache Commons Text is a set of utility functions and reusable components for processing and manipulating text in a Java environment.</p> <p>Release 1.15.0. This is a feature and maintenance release. Java 8 or later is required.</p> <h2>New features</h2> <ul> <li> <pre><code> Add experimental CycloneDX VEX file [#683](apache/commons-text#683). Thanks to Piotr P. Karwasz, Gary Gregory. </code></pre> </li> <li>TEXT-235: Add Damerau-Levenshtein distance <a href="https://redirect.github.com/apache/commons-text/issues/687">#687</a>. Thanks to LorgeN, Gary Gregory.</li> <li> <pre><code> Add unit tests to increase coverage [#719](apache/commons-text#719). Thanks to Michael Hausegger, Gary Gregory. </code></pre> </li> <li> <pre><code> Add new test for CharSequenceTranslator#with() [#725](apache/commons-text#725). Thanks to Michael Hausegger, Gary Gregory. </code></pre> </li> <li> <pre><code> Add tests and assertions to org.apache.commons.text.similarity to get to 100% code coverage [#727](apache/commons-text#727), [#728](apache/commons-text#728). Thanks to Michael Hausegger. </code></pre> </li> </ul> <h2>Fixed Bugs</h2> <ul> <li> <pre><code> Fix exception message typo in XmlStringLookup.XmlStringLookup(Map, Path...). Thanks to Gary Gregory. </code></pre> </li> <li>TEXT-236: Inserting at the end of a TextStringBuilder throws a StringIndexOutOfBoundsException. Thanks to Pierre Post, Sumit Bera, Alex Herbert, Gary Gregory.</li> <li> <pre><code> Fix TextStringBuilderTest.testAppendToCharBuffer() to use proper argument type [#724](apache/commons-text#724). Thanks to Michael Hausegger. </code></pre> </li> <li> <pre><code> Fix Apache RAT plugin console warnings. Thanks to Gary Gregory. </code></pre> </li> <li> <pre><code> Fix site XML to use version 2.0.0 XML schema. Thanks to Gary Gregory. </code></pre> </li> <li> <pre><code> Removed unreachable threshold verification code in src/main/java/org/apache/commons/text/similarity [#730](apache/commons-text#730). Thanks to Michael Hausegger. </code></pre> </li> <li> <pre><code> Enable secure processing for the XML parser in XmlStringLookup in case the underlying JAXP implementation doesn't [#729](apache/commons-text#729). Thanks to 김민재 (minjas0507), Gary Gregory, Piotr Karwasz. </code></pre> </li> </ul> <h2>Changes</h2> <ul> <li> <pre><code> Bump org.apache.commons:commons-parent from 85 to 93 [#704](apache/commons-text#704), [#723](apache/commons-text#723), [#726](apache/commons-text#726). Thanks to Gary Gregory. </code></pre> </li> <li> <pre><code> Bump commons.bytebuddy.version from 1.17.6 to 1.18.2 [#696](apache/commons-text#696), [#722](apache/commons-text#722). Thanks to Gary Gregory. </code></pre> </li> <li> <pre><code> Bump graalvm.version from 24.2.2 to 25.0.1 [#703](apache/commons-text#703), [#716](apache/commons-text#716). Thanks to Gary Gregory, Dependabot. </code></pre> </li> <li> <pre><code> Bump org.apache.commons:commons-lang3 from 3.18.0 to 3.20.0. Thanks to Gary Gregory. </code></pre> </li> <li> <pre><code> Bump commons-io:commons-io from 2.20.0 to 2.21.0. Thanks to Gary Gregory. </code></pre> </li> </ul> <p>Historical list of changes: <a href="https://commons.apache.org/proper/commons-text/changes.html">https://commons.apache.org/proper/commons-text/changes.html</a></p> <p>For complete information on Apache Commons Text, including instructions on how to submit bug reports, patches, or suggestions for improvement, see the Apache Commons Text website:</p> <p><a href="https://commons.apache.org/proper/commons-text">https://commons.apache.org/proper/commons-text</a></p> <p>Download page: <a href="https://commons.apache.org/proper/commons-text/download_text.cgi">https://commons.apache.org/proper/commons-text/download_text.cgi</a></p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/apache/commons-text/commit/04e937470d3679cc163df85d82d5b6d2e3e71128"><code>04e9374</code></a> Prepare for the release candidate 1.15.0 RC1</li> <li><a href="https://github.com/apache/commons-text/commit/502c4c41be5671681b58a9b50297f99737e8ea93"><code>502c4c4</code></a> Prepare for the next release candidate</li> <li><a href="https://github.com/apache/commons-text/commit/c6e17ec24cc8374eb12676b717bf797f41b6e539"><code>c6e17ec</code></a> Use direct access</li> <li><a href="https://github.com/apache/commons-text/commit/58e1e125daaa0aebf8c5ffaa82af48821a1ccf2d"><code>58e1e12</code></a> Simplify XML FSP (<a href="https://redirect.github.com/apache/commons-text/issues/731">#731</a>)</li> <li><a href="https://github.com/apache/commons-text/commit/b5052c97e84e1c174ec8bfbbb749e33f22917a07"><code>b5052c9</code></a> Bump actions/setup-java from 5.0.0 to 5.1.0</li> <li><a href="https://github.com/apache/commons-text/commit/2e2d4bc90f1b3274e7943ac27d037d47c0cc098d"><code>2e2d4bc</code></a> Revert "Bump actions/setup-java from 5.0.0 to 5.1.0"</li> <li><a href="https://github.com/apache/commons-text/commit/b0ddbd17bbeee12ad33b8a61c60b4edbe6c85838"><code>b0ddbd1</code></a> Bump actions/setup-java from 5.0.0 to 5.1.0</li> <li><a href="https://github.com/apache/commons-text/commit/1c2d3821e67e08342b8cef4d4445c30b4a22daca"><code>1c2d382</code></a> Add tests with external DTD</li> <li><a href="https://github.com/apache/commons-text/commit/ed3df4b25cd5301921a6523ae7db2411f4a84d98"><code>ed3df4b</code></a> Internal clean up</li> <li><a href="https://github.com/apache/commons-text/commit/bb508f304a8835ac2319af1d872b2f1a9ff6f81d"><code>bb508f3</code></a> Bump actions/checkout from 6.0.0 to 6.0.1</li> <li>Additional commits viewable in <a href="https://github.com/apache/commons-text/compare/rel/commons-text-1.14.0...rel/commons-text-1.15.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 `protobuf-java.version` from 4.32.0 to 4.34.1. Updates `com.google.protobuf:protobuf-java` from 4.32.0 to 4.34.1 <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/protocolbuffers/protobuf/commits">compare view</a></li> </ul> </details> <br /> Updates `com.google.protobuf:protobuf-java-util` from 4.32.0 to 4.34.1 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>
…14 (#1142) Bumps [org.mongodb:mongo-java-driver](https://github.com/mongodb/mongo-java-driver) from 3.12.10 to 3.12.14. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/mongodb/mongo-java-driver/releases">org.mongodb:mongo-java-driver's releases</a>.</em></p> <blockquote> <h2>Java Driver 3.12.12 (February 7, 2023)</h2> <p><code>pom.xml</code> description updates and clarification.</p> <h2>What's Changed</h2> <ul> <li>Update the legacy uber packages pom.xml by <a href="https://github.com/rozza"><code>@rozza</code></a> in <a href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1076">mongodb/mongo-java-driver#1076</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/mongodb/mongo-java-driver/compare/r3.12.11...r3.12.12">https://github.com/mongodb/mongo-java-driver/compare/r3.12.11...r3.12.12</a></p> <h2>Java Driver 3.12.11 (April 22, 2022)</h2> <p>Release notes: <a href="https://www.mongodb.com/community/forums/t/mongodb-java-driver-3-12-11-released/159538">https://www.mongodb.com/community/forums/t/mongodb-java-driver-3-12-11-released/159538</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/mongodb/mongo-java-driver/commit/9118eb8a8d6688001c9822ed5509e2e3000a2579"><code>9118eb8</code></a> Build: Update version to 3.12.14</li> <li><a href="https://github.com/mongodb/mongo-java-driver/commit/5ac0fb6f9ebf282375acadef7800133b8f24e1f5"><code>5ac0fb6</code></a> Remove broken CI testing of 2.6-3.4</li> <li><a href="https://github.com/mongodb/mongo-java-driver/commit/d08b993c3b55dc2dd561e606c23bdad101b10f29"><code>d08b993</code></a> Use default compression level for zstd (<a href="https://redirect.github.com/mongodb/mongo-java-driver/issues/1116">#1116</a>)</li> <li><a href="https://github.com/mongodb/mongo-java-driver/commit/c28506cdb12bbfbc4edc156e3e57b37227889d7c"><code>c28506c</code></a> Build: version 3.12.14-SNAPSHOT</li> <li><a href="https://github.com/mongodb/mongo-java-driver/commit/833220eaf834e42eb0e4a8ef6a7d97945a2d2030"><code>833220e</code></a> Build: version 3.12.13</li> <li><a href="https://github.com/mongodb/mongo-java-driver/commit/998cb962c33d929951381697686f11a3ba68fb35"><code>998cb96</code></a> Remove "latest" from testing matrix</li> <li><a href="https://github.com/mongodb/mongo-java-driver/commit/cd2b8146373341185e4dbbc98b5b60ada61635ef"><code>cd2b814</code></a> Update test to use 4.x Junit API</li> <li><a href="https://github.com/mongodb/mongo-java-driver/commit/ad6326a84d886e5d33816fe6a28d48f608e44850"><code>ad6326a</code></a> Fix regression in MongoWriteException error code</li> <li><a href="https://github.com/mongodb/mongo-java-driver/commit/1feee6c73f9b9c0a7e3917a6a1fc415b02421865"><code>1feee6c</code></a> Build: Version 3.12.13-SNAPSHOT</li> <li><a href="https://github.com/mongodb/mongo-java-driver/commit/773cb01d8dd007cdf0ae57673b585939b5834754"><code>773cb01</code></a> Build: Version 3.12.12</li> <li>Additional commits viewable in <a href="https://github.com/mongodb/mongo-java-driver/compare/r3.12.10...r3.12.14">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>
….RELEASE (#1167) Bumps [io.lettuce:lettuce-core](https://github.com/redis/lettuce) from 7.5.0.RELEASE to 7.5.1.RELEASE. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/redis/lettuce/releases">io.lettuce:lettuce-core's releases</a>.</em></p> <blockquote> <h2>7.5.1.RELEASE</h2> <p>The Lettuce team is pleased to announce the Lettuce <strong>7.5.1</strong> patch release!</p> <p>Lettuce 7.5.1 supports Redis 2.6+ up to Redis 8.x. In terms of Java runtime, Lettuce requires at least Java 8 and works with Java 24. The driver is tested against Redis 8.6, Redis 8.4, Redis 8.2, Redis 8.0, Redis 7.4 and Redis 7.2.</p> <p>Thanks to all contributors who made Lettuce 7.5.1.RELEASE possible.</p> <p>📗 Links Reference documentation: <a href="https://lettuce.io/core/7.5.1.RELEASE">https://lettuce.io/core/7.5.1.RELEASE</a></p> <p>🐞 Bug Fixes</p> <ul> <li>ERR unknown subcommand 'MYID' with Azure Managed Redis <a href="https://redirect.github.com/redis/lettuce/issues/3495">#3495</a> (<a href="https://redirect.github.com/redis/lettuce/issues/3693">#3693</a>) by <a href="https://github.com/a-TODO-rov"><code>@a-TODO-rov</code></a> in <a href="https://redirect.github.com/redis/lettuce/pull/3703">redis/lettuce#3703</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/redis/lettuce/compare/7.5.0.RELEASE...7.5.1.RELEASE">https://github.com/redis/lettuce/compare/7.5.0.RELEASE...7.5.1.RELEASE</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/redis/lettuce/blob/7.5.1.RELEASE/RELEASE-NOTES.md">io.lettuce:lettuce-core's changelog</a>.</em></p> <blockquote> <h1>Lettuce 7.5.1 RELEASE NOTES</h1> <p>The Lettuce team is pleased to announce the Lettuce <strong>7.5.1</strong> patch release!</p> <p>Lettuce 7.5.1 supports Redis 2.6+ up to Redis 8.x. In terms of Java runtime, Lettuce requires at least Java 8 and works with Java 24. The driver is tested against Redis 8.6, Redis 8.4, Redis 8.2, Redis 8.0, Redis 7.4 and Redis 7.2.</p> <p>Thanks to all contributors who made Lettuce 7.5.1.RELEASE possible.</p> <p>📗 Links Reference documentation: <a href="https://lettuce.io/core/7.5.1.RELEASE">https://lettuce.io/core/7.5.1.RELEASE</a></p> <p>🐞 Bug Fixes</p> <ul> <li>ERR unknown subcommand 'MYID' with Azure Managed Redis <a href="https://redirect.github.com/redis/lettuce/issues/3495">#3495</a> (<a href="https://redirect.github.com/redis/lettuce/issues/3693">#3693</a>) by <a href="https://github.com/a-TODO-rov"><code>@a-TODO-rov</code></a> in <a href="https://redirect.github.com/redis/lettuce/pull/3703">redis/lettuce#3703</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/redis/lettuce/compare/7.5.0.RELEASE...7.5.1.RELEASE">https://github.com/redis/lettuce/compare/7.5.0.RELEASE...7.5.1.RELEASE</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/redis/lettuce/commit/a2d070e0028350ced3200bc149ddcb915768b5f7"><code>a2d070e</code></a> Release 7.5.1</li> <li><a href="https://github.com/redis/lettuce/commit/3a927231983e6003f260eefa59612181748d4057"><code>3a92723</code></a> ERR unknown subcommand 'MYID' with Azure Managed Redis <a href="https://redirect.github.com/redis/lettuce/issues/3495">#3495</a> (<a href="https://redirect.github.com/redis/lettuce/issues/3693">#3693</a>) (<a href="https://redirect.github.com/redis/lettuce/issues/3703">#3703</a>)</li> <li>See full diff in <a href="https://github.com/redis/lettuce/compare/7.5.0.RELEASE...7.5.1.RELEASE">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 [org.json:json](https://github.com/douglascrockford/JSON-java) from 20231013 to 20251224. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/douglascrockford/JSON-java/releases">org.json:json's releases</a>.</em></p> <blockquote> <h2>20251224</h2> <table> <thead> <tr> <th>Pull Request</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><a href="https://redirect.github.com/douglascrockford/JSON-java/issues/1021">#1021</a></td> <td>Add LTS JDK 25 build to github actions</td> </tr> <tr> <td><a href="https://redirect.github.com/douglascrockford/JSON-java/issues/1020">#1020</a></td> <td>Record type support</td> </tr> <tr> <td><a href="https://redirect.github.com/douglascrockford/JSON-java/issues/1017">#1017</a></td> <td>Refactoring: Fix some SonarQube issues</td> </tr> <tr> <td><a href="https://redirect.github.com/douglascrockford/JSON-java/issues/1014">#1014</a></td> <td>Refactoring: String check logic in CDL</td> </tr> <tr> <td><a href="https://redirect.github.com/douglascrockford/JSON-java/issues/1013">#1013</a></td> <td>Refactoring: FIx Sonarqube issues in JSONArray</td> </tr> <tr> <td><a href="https://redirect.github.com/douglascrockford/JSON-java/issues/1011">#1011</a></td> <td>Refactoring: Fix SonarQube issues in JSONObject</td> </tr> <tr> <td><a href="https://redirect.github.com/douglascrockford/JSON-java/issues/1009">#1009</a></td> <td>Fix strict mode check for period after number</td> </tr> <tr> <td><a href="https://redirect.github.com/douglascrockford/JSON-java/issues/1008">#1008</a></td> <td>Fixed JSONArray strict mode check for leading comma</td> </tr> <tr> <td><a href="https://redirect.github.com/douglascrockford/JSON-java/issues/1006">#1006</a></td> <td>JSONObject.fromJson() with unit tests</td> </tr> <tr> <td><a href="https://redirect.github.com/douglascrockford/JSON-java/issues/1005">#1005</a></td> <td>Refactoring: Fix sonarQube issues in JSONObject</td> </tr> <tr> <td><a href="https://redirect.github.com/douglascrockford/JSON-java/issues/1004">#1004</a></td> <td>Refactoring: Fix sonarcube issues in JSONObject</td> </tr> <tr> <td><a href="https://redirect.github.com/douglascrockford/JSON-java/issues/1001">#1001</a></td> <td>Refactoring: sonarqube issues in JSONObject</td> </tr> <tr> <td><a href="https://redirect.github.com/douglascrockford/JSON-java/issues/1000">#1000</a></td> <td>Refactoring: Fix some sonarcube issues from recent commits</td> </tr> <tr> <td><a href="https://redirect.github.com/douglascrockford/JSON-java/issues/999">#999</a></td> <td>fixed some strict mode issues</td> </tr> <tr> <td><a href="https://redirect.github.com/douglascrockford/JSON-java/issues/995">#995</a></td> <td>Fix regression XML parsing null with keepStrings</td> </tr> <tr> <td><a href="https://redirect.github.com/douglascrockford/JSON-java/issues/994">#994</a></td> <td>Add Jacoco option to build, restore method check in populateMap()</td> </tr> <tr> <td><a href="https://redirect.github.com/douglascrockford/JSON-java/issues/993">#993</a></td> <td>Added JUnit tests for XMLTokenerTest</td> </tr> <tr> <td><a href="https://redirect.github.com/douglascrockford/JSON-java/issues/992">#992</a></td> <td>Added JUnit test cases for HTTPTokener</td> </tr> <tr> <td><a href="https://redirect.github.com/douglascrockford/JSON-java/issues/991">#991</a></td> <td>update CodeQL to v3</td> </tr> <tr> <td><a href="https://redirect.github.com/douglascrockford/JSON-java/issues/990">#990</a></td> <td>Refactoring: fix SonarQube issues in populateMap()</td> </tr> <tr> <td><a href="https://redirect.github.com/douglascrockford/JSON-java/issues/989">#989</a></td> <td>Refactoring: Remove unused code</td> </tr> <tr> <td><a href="https://redirect.github.com/douglascrockford/JSON-java/issues/988">#988</a></td> <td>Refactoring: Remove unused method from jsonobject</td> </tr> <tr> <td><a href="https://redirect.github.com/douglascrockford/JSON-java/issues/987">#987</a></td> <td>Refactor: Check equality with literal on lhs</td> </tr> <tr> <td><a href="https://redirect.github.com/douglascrockford/JSON-java/issues/983">#983</a></td> <td>Allow retaining null-valued bean properties in JSONObjects</td> </tr> </tbody> </table> <h2>20250517</h2> <table> <thead> <tr> <th>Pull Request</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><a href="https://redirect.github.com/douglascrockford/JSON-java/issues/969">#969</a></td> <td><a href="https://redirect.github.com/stleary/JSON-java/pull/969">refactored large test for strict mode</a></td> </tr> <tr> <td><a href="https://redirect.github.com/douglascrockford/JSON-java/issues/968">#968</a></td> <td><a href="https://redirect.github.com/stleary/JSON-java/pull/968">Update keepStrings behavior to reflect changes in keepBooleanAsString, keepNumberAsString</a></td> </tr> <tr> <td><a href="https://redirect.github.com/douglascrockford/JSON-java/issues/966">#966</a></td> <td><a href="https://redirect.github.com/stleary/JSON-java/pull/966">granular flags to control for keeping boolean or number values as strings</a></td> </tr> <tr> <td><a href="https://redirect.github.com/douglascrockford/JSON-java/issues/962">#962</a></td> <td><a href="https://redirect.github.com/stleary/JSON-java/pull/962">Fix: handles edge case 'no \n at end of csv dataset + empty last column'</a></td> </tr> <tr> <td><a href="https://redirect.github.com/douglascrockford/JSON-java/issues/961">#961</a></td> <td><a href="https://redirect.github.com/stleary/JSON-java/pull/961">Option to store null value in JSONObject when parsing a map</a></td> </tr> <tr> <td><a href="https://redirect.github.com/douglascrockford/JSON-java/issues/960">#960</a></td> <td><a href="https://redirect.github.com/stleary/JSON-java/pull/960">Updated configuration to enable strictMode unit testing with Maven</a></td> </tr> <tr> <td><a href="https://redirect.github.com/douglascrockford/JSON-java/issues/955">#955</a></td> <td><a href="https://redirect.github.com/stleary/JSON-java/pull/955">Add testWithStrictMode option to build.gradle</a></td> </tr> <tr> <td><a href="https://redirect.github.com/douglascrockford/JSON-java/issues/951">#951</a></td> <td><a href="https://redirect.github.com/stleary/JSON-java/pull/951">Fixing and updating unit tests for default strictMode</a></td> </tr> <tr> <td><a href="https://redirect.github.com/douglascrockford/JSON-java/issues/950">#950</a></td> <td><a href="https://redirect.github.com/stleary/JSON-java/pull/950">upgrade upload-artifact from v3 to v4 - pipeline change</a></td> </tr> <tr> <td><a href="https://redirect.github.com/douglascrockford/JSON-java/issues/949">#949</a></td> <td><a href="https://redirect.github.com/stleary/JSON-java/pull/949">deprecated unnecessary setter method</a></td> </tr> <tr> <td><a href="https://redirect.github.com/douglascrockford/JSON-java/issues/948">#948</a></td> <td><a href="https://redirect.github.com/stleary/JSON-java/pull/948">Use JSONTokener JSONParserConfiguration in JSONObject and JSONArray constructors</a></td> </tr> <tr> <td><a href="https://redirect.github.com/douglascrockford/JSON-java/issues/946">#946</a></td> <td><a href="https://redirect.github.com/stleary/JSON-java/pull/946">add missing javaDoc for JSONParserConfiguration</a></td> </tr> <tr> <td><a href="https://redirect.github.com/douglascrockford/JSON-java/issues/942">#942</a></td> <td><a href="https://redirect.github.com/stleary/JSON-java/pull/942">Copy all fields when cloning JSONParserConfiguration</a></td> </tr> <tr> <td><a href="https://redirect.github.com/douglascrockford/JSON-java/issues/938">#938</a></td> <td><a href="https://redirect.github.com/stleary/JSON-java/pull/938">Strict mode unit tests</a></td> </tr> <tr> <td><a href="https://redirect.github.com/douglascrockford/JSON-java/issues/937">#937</a></td> <td><a href="https://redirect.github.com/stleary/JSON-java/pull/937">Update JSONParserConfiguration usage in JSONTokener, JSONArray, and JSONObject</a></td> </tr> <tr> <td><a href="https://redirect.github.com/douglascrockford/JSON-java/issues/931">#931</a></td> <td><a href="https://redirect.github.com/stleary/JSON-java/pull/931">remove-duplicate-moditect: from pom.xml</a></td> </tr> </tbody> </table> <h2>20250107</h2> <p>| Pull Request | Description |</p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/stleary/JSON-java/blob/master/docs/RELEASES.md">org.json:json's changelog</a>.</em></p> <blockquote> <p>20251224 Records, fromJson(), and recent commits</p> <p>20250517 Strict mode hardening and recent commits</p> <p>20250107 Restore moditect in pom.xml</p> <p>20241224 Strict mode opt-in feature, and recent commits. This release does not contain module-info.class. It is not recommended if you need this feature.</p> <p>20240303 Revert optLong/getLong changes, and recent commits.</p> <p>20240205 Recent commits.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/douglascrockford/JSON-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> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps `poi.version` from 5.4.1 to 5.5.1. Updates `org.apache.poi:poi` from 5.4.1 to 5.5.1 Updates `org.apache.poi:poi-ooxml` from 5.4.1 to 5.5.1 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 org.openeuler:bgmprovider from 1.0.3 to 2.0.3. [](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>
…8.6 (#1157) Bumps [com.hankcs:hanlp](https://github.com/hankcs/HanLP) from portable-1.8.3 to portable-1.8.6. <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/hankcs/HanLP/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> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [com.baidu.aip:java-sdk](https://github.com/Baidu-AIP/java-sdk) from 4.16.19 to 4.16.24. <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/Baidu-AIP/java-sdk/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> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
#1155) Bumps [com.google.guava:guava](https://github.com/google/guava) from 33.3.1-jre to 33.5.0-jre. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/google/guava/releases">com.google.guava:guava's releases</a>.</em></p> <blockquote> <h2>33.5.0</h2> <h3>Maven</h3> <pre lang="xml"><code><dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> <version>33.5.0-jre</version> <!-- or, for Android: --> <version>33.5.0-android</version> </dependency> </code></pre> <h3>Jar files</h3> <ul> <li><a href="https://repo1.maven.org/maven2/com/google/guava/guava/33.5.0-jre/guava-33.5.0-jre.jar">33.5.0-jre.jar</a></li> <li><a href="https://repo1.maven.org/maven2/com/google/guava/guava/33.5.0-android/guava-33.5.0-android.jar">33.5.0-android.jar</a></li> </ul> <p>Guava requires <a href="https://github.com/google/guava/wiki/UseGuavaInYourBuild#what-about-guavas-own-dependencies">one runtime dependency</a>, which you can download here:</p> <ul> <li><a href="https://repo1.maven.org/maven2/com/google/guava/failureaccess/1.0.3/failureaccess-1.0.3.jar">failureaccess-1.0.3.jar</a></li> </ul> <h3>Javadoc</h3> <ul> <li><a href="https://guava.dev/releases/33.5.0-jre/api/docs/">33.5.0-jre</a></li> <li><a href="https://guava.dev/releases/33.5.0-android/api/docs/">33.5.0-android</a></li> </ul> <h3>JDiff</h3> <ul> <li><a href="https://guava.dev/releases/33.5.0-jre/api/diffs/">33.5.0-jre vs. 33.4.8-jre</a></li> <li><a href="https://guava.dev/releases/33.5.0-android/api/diffs/">33.5.0-android vs. 33.4.8-android</a></li> <li><a href="https://guava.dev/releases/33.5.0-android/api/androiddiffs/">33.5.0-android vs. 33.5.0-jre</a></li> </ul> <h3>Changelog</h3> <ul> <li>Restored the <code>Automatic-Module-Name</code> to <code>guava-android</code>. (It, unlike, <code>guava-jre</code>, is not a proper module.) (7a04a8a955)</li> <li>For users of <code>guava-gwt</code>: Google <a href="https://redirect.github.com/gwtproject/gwt-site/pull/394">has moved off GWT internally</a>. We plan to continue to release <code>guava-gwt</code> for users of GWT and <a href="https://github.com/google/j2cl">J2CL</a>, but the artifact is no longer tested for GWT-specific issues, and we have limited resources to fix any unexpected issues that might arise. While we do not anticipate any specific problems, we can't guarantee how long support will continue.</li> <li>Increased our Android <code>minSdkVersion</code> to 23 (Marshmallow). This follows the minimum of Google's foundational Android libraries, and we expect it to have no practical impact on users. (5c23347cc1)</li> <li>Listed the JSpecify annotations as an optional dependency in our OSGi metadata. (2dfd572981)</li> <li><code>cache</code>: Improved the handling of exceptions from compute functions in <code>Cache.asMap()</code>. (We do still <a href="https://guava.dev/releases/snapshot-jre/api/docs/com/google/common/cache/CacheBuilder.html#prefer-caffeine-over-guava-s-caching-api-heading">recommend</a> using <a href="https://github.com/ben-manes/caffeine">Caffeine</a> rather than <code>com.google.common.cache</code>.) (087f2c4a80)</li> <li><code>collect</code>: Improved <code>Iterators.mergeSorted()</code> to preserve stability for equal elements. (4dc93be9a8)</li> <li><code>math</code>: Added <code>saturatedAbs</code> methods to <code>IntMath</code> and <code>LongMath</code>. (ed0e518f20)</li> <li><code>net</code>: Added <code>image/avif</code> to <code>MediaType</code>. (53344caba6)</li> <li><code>testing</code>: Made <code>CollectorTester</code> available to Android users. (294c251079)</li> <li><code>util.concurrent</code>: Added <code>Striped.custom</code>. (1586eb271d)</li> </ul> <h2>33.4.8</h2> <p>Guava 33.4.8 fixes a problem that we introduced while starting to migrate <code>guava-android</code> off <code>Unsafe</code> in <a href="https://github.com/google/guava/releases/tag/v33.4.7">33.4.7</a>.</p> <p>Even if you're not upgrading from Guava 33.4.0 or earlier, still read <a href="https://github.com/google/guava/releases/tag/v33.4.1">the release notes for Guava 33.4.1</a>. Those release notes contain information about the effects of Guava 33.4.5 and higher on the module system.</p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/google/guava/commits">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>
Bumps [io.ipinfo:ipinfo-api](https://github.com/ipinfo/java) from 3.1.0 to 3.4.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/ipinfo/java/releases">io.ipinfo:ipinfo-api's releases</a>.</em></p> <blockquote> <h2>3.2.0</h2> <ul> <li>Add support for IPinfo Core API</li> <li>Add support for IPinfo Plus API</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/ipinfo/java/blob/master/CHANGELOG.md">io.ipinfo:ipinfo-api's changelog</a>.</em></p> <blockquote> <h1>3.4.0</h1> <ul> <li>Update Bulgaria currency from BGN to EUR</li> <li>Improve error messages when requests fail</li> </ul> <h1>3.3.0</h1> <ul> <li>Add support for Residential Proxy Detection API</li> </ul> <h1>3.2.0</h1> <ul> <li>Add support for IPinfo Core API</li> <li>Add support for IPinfo Plus API</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/ipinfo/java/commit/87511f49376c295e721f61eec7e65a6ab2bd025c"><code>87511f4</code></a> 3.4.0 release</li> <li><a href="https://github.com/ipinfo/java/commit/27f8988d6dc3144826f655fe0dac41de9155ec83"><code>27f8988</code></a> Merge pull request <a href="https://redirect.github.com/ipinfo/java/issues/66">#66</a> from ipinfo/silvano/eng-765-enhance-error-message-in-j...</li> <li><a href="https://github.com/ipinfo/java/commit/dabb7e5b505c8646f05cf8f87837582f72d6e072"><code>dabb7e5</code></a> Show better error messages when requests fail</li> <li><a href="https://github.com/ipinfo/java/commit/2e1fb0a49d8f0d369f5b718c1c8ad2b6c8d077a9"><code>2e1fb0a</code></a> Merge pull request <a href="https://redirect.github.com/ipinfo/java/issues/65">#65</a> from ipinfo/silvano/eng-729-update-currency-dataset-in...</li> <li><a href="https://github.com/ipinfo/java/commit/a51afa8c9308a31fdc5836b8876bc1d84794c1b7"><code>a51afa8</code></a> Fix tests failing cause of data change</li> <li><a href="https://github.com/ipinfo/java/commit/5b851e4357bfb92b4f170a8e335d3d7dea8feec5"><code>5b851e4</code></a> Update Bulgaria currency from BGN to EUR</li> <li><a href="https://github.com/ipinfo/java/commit/1f665930798576d33722ee71e0dea120898fe476"><code>1f66593</code></a> Merge pull request <a href="https://redirect.github.com/ipinfo/java/issues/64">#64</a> from ipinfo/fix-tests</li> <li><a href="https://github.com/ipinfo/java/commit/ac59016b35bbb13337e626cbeb60ed01e13494c1"><code>ac59016</code></a> Mock resproxy API responses in tests</li> <li><a href="https://github.com/ipinfo/java/commit/cb31004b24123339b708863a3efd29312f49a38f"><code>cb31004</code></a> Merge pull request <a href="https://redirect.github.com/ipinfo/java/issues/63">#63</a> from ipinfo/silvano/eng-611-update-readme-documentatio...</li> <li><a href="https://github.com/ipinfo/java/commit/a90eafeb4b31201ecbbb9525ccb32e3dfbdab826"><code>a90eafe</code></a> Add documentation for Core and Plus bundles and resproxy</li> <li>Additional commits viewable in <a href="https://github.com/ipinfo/java/compare/ipinfo-api-3.1.0...v3.4.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>
… 1.0.4 to 1.0.5 (#1153) [//]: # (dependabot-start)⚠️ **Dependabot is rebasing this PR**⚠️ Rebasing might not happen immediately, so don't worry if this takes some time. Note: if you make any changes to this PR yourself, they will take precedence over the rebase. --- [//]: # (dependabot-end) Bumps [com.acrcloud.sdks:com.acrcloud.sdks.recognizer](https://github.com/acrcloud/acrcloud_sdk_java) from 1.0.4 to 1.0.5. <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/acrcloud/acrcloud_sdk_java/commits">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> Co-authored-by: ACANX <acanx@qq.com>
…#1145) Bumps org.glassfish.jaxb:jaxb-runtime from 3.0.0 to 4.0.7. [](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 `httpclient5.version` from 5.4.1 to 5.6. Updates `org.apache.httpcomponents.client5:httpclient5` from 5.4.1 to 5.6 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/apache/httpcomponents-client/blob/master/RELEASE_NOTES.txt">org.apache.httpcomponents.client5:httpclient5's changelog</a>.</em></p> <blockquote> <h2>Release 5.6 ALPHA1</h2> <p>This is the first ALPHA release in the 5.6 release series. It adds several features such as transport content decompression and content compression for the async transport, support for Unix sockets, experimental support for SCRAM-SHA-256 authentication scheme, and Micrometer/OTel observations & metrics.</p> <p>Commons Compress, Brotli codec, and ZStd codec are optional dependencies and get wired into the execution pipeline only if present on the classpath.</p> <p>Notable changes and features included in the 5.6 series:</p> <ul> <li> <p>Unix domain socket support.</p> </li> <li> <p>Support for pluggable content codecs via Commons-Compress in the classic transport. (optional).</p> </li> <li> <p>Support for transparent content decompression and content compression with <code>deflate</code>, <code>gzip</code>, <code>zstd</code> (optional), and <code>brotli</code> (optional) codecs in the async transport.</p> </li> <li> <p>Micrometer/OTel observations & metrics (optinal).</p> </li> <li> <p>Off-lock connection disposal by the classic pooling connection manager. Experimental.</p> </li> <li> <p>SCRAM-SHA-256 authentication scheme (RFC 7804). Experimental.</p> </li> <li> <p>Request Priority support (RFC 9218). Experimental.</p> </li> </ul> <p>Compatibility notes:</p> <ul> <li> <p>As of this version, HttpClient uses BUILTIN HostnameVerificationPolicy by default, delegating host verification to JSSE security manager. One must explicitly configure the TLS strategy to continue using the hostname verifier shipped with HttpClient.</p> </li> <li> <p>Five-second TCP keep-alive is now enabled by default.</p> </li> </ul> <h2>Change Log</h2> <ul> <li> <p>RequestConfig: Un-deprecate #setProxy. Contributed by Ryan Schmitt <!-- raw HTML omitted --></p> </li> <li> <p>Stale connection check support in PoolingAsyncClientConnectionManager. Contributed by Ryan Schmitt <!-- raw HTML omitted --></p> </li> <li> <p>ConnectionConfig: <code>#idleTimeout</code> support. Contributed by Ryan Schmitt <!-- raw HTML omitted --></p> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/apache/httpcomponents-client/commit/decd193d2b615fa18146a9f8392f201d736faf4b"><code>decd193</code></a> HttpClient 5.6 release</li> <li><a href="https://github.com/apache/httpcomponents-client/commit/11ea8e52b7e970871bfbbb53e8c601b111ae2be6"><code>11ea8e5</code></a> Updated release notes for HttpClient 5.6 release</li> <li><a href="https://github.com/apache/httpcomponents-client/commit/77fa61aae9fe492eb81e321073441646856775e1"><code>77fa61a</code></a> Limit the length of content codec list that can be processed automatically</li> <li><a href="https://github.com/apache/httpcomponents-client/commit/81b79711c186678253702de34c5126302364a449"><code>81b7971</code></a> Upgraded HttpCore to version 5.4</li> <li><a href="https://github.com/apache/httpcomponents-client/commit/2c7fe0fc04669fc0cc856519a8cd324f81c030d6"><code>2c7fe0f</code></a> Add OFFLOCK pool concurrency policy backed by RouteSegmentedConnPool (<a href="https://redirect.github.com/apache/httpcomponents-client/issues/765">#765</a>)</li> <li><a href="https://github.com/apache/httpcomponents-client/commit/1f4dea7e75b5e6171fb9becdf9920f2e8c41de8a"><code>1f4dea7</code></a> Fixed Micrometer and OpenTelemetry dependency declaration</li> <li><a href="https://github.com/apache/httpcomponents-client/commit/d2fadd2f0ecb2905ea869be8cf1b984b9562714a"><code>d2fadd2</code></a> Tag TLS handshake timeout tests with <code>slow</code></li> <li><a href="https://github.com/apache/httpcomponents-client/commit/e52e46668ff3463745c0e8c1973212ed01289ece"><code>e52e466</code></a> TestTlsHandshakeTimeout: Disable assertions on Java 8</li> <li><a href="https://github.com/apache/httpcomponents-client/commit/77f52f0e3e49952731f10ad250549e5c85198de4"><code>77f52f0</code></a> Upgraded HttpClient version to 5.6-alpha2-SNAPSHOT</li> <li><a href="https://github.com/apache/httpcomponents-client/commit/48e0f25b1cba6dd686e5570ebdcc0d8c5ad1997f"><code>48e0f25</code></a> HttpClient 5.6-alpha1 release</li> <li>Additional commits viewable in <a href="https://github.com/apache/httpcomponents-client/compare/rel/v5.4.1...rel/v5.6">compare view</a></li> </ul> </details> <br /> Updates `org.apache.httpcomponents.client5:httpclient5-cache` from 5.6 to 5.6 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/apache/httpcomponents-client/blob/master/RELEASE_NOTES.txt">org.apache.httpcomponents.client5:httpclient5-cache's changelog</a>.</em></p> <blockquote> <h2>Release 5.6 ALPHA1</h2> <p>This is the first ALPHA release in the 5.6 release series. It adds several features such as transport content decompression and content compression for the async transport, support for Unix sockets, experimental support for SCRAM-SHA-256 authentication scheme, and Micrometer/OTel observations & metrics.</p> <p>Commons Compress, Brotli codec, and ZStd codec are optional dependencies and get wired into the execution pipeline only if present on the classpath.</p> <p>Notable changes and features included in the 5.6 series:</p> <ul> <li> <p>Unix domain socket support.</p> </li> <li> <p>Support for pluggable content codecs via Commons-Compress in the classic transport. (optional).</p> </li> <li> <p>Support for transparent content decompression and content compression with <code>deflate</code>, <code>gzip</code>, <code>zstd</code> (optional), and <code>brotli</code> (optional) codecs in the async transport.</p> </li> <li> <p>Micrometer/OTel observations & metrics (optinal).</p> </li> <li> <p>Off-lock connection disposal by the classic pooling connection manager. Experimental.</p> </li> <li> <p>SCRAM-SHA-256 authentication scheme (RFC 7804). Experimental.</p> </li> <li> <p>Request Priority support (RFC 9218). Experimental.</p> </li> </ul> <p>Compatibility notes:</p> <ul> <li> <p>As of this version, HttpClient uses BUILTIN HostnameVerificationPolicy by default, delegating host verification to JSSE security manager. One must explicitly configure the TLS strategy to continue using the hostname verifier shipped with HttpClient.</p> </li> <li> <p>Five-second TCP keep-alive is now enabled by default.</p> </li> </ul> <h2>Change Log</h2> <ul> <li> <p>RequestConfig: Un-deprecate #setProxy. Contributed by Ryan Schmitt <!-- raw HTML omitted --></p> </li> <li> <p>Stale connection check support in PoolingAsyncClientConnectionManager. Contributed by Ryan Schmitt <!-- raw HTML omitted --></p> </li> <li> <p>ConnectionConfig: <code>#idleTimeout</code> support. Contributed by Ryan Schmitt <!-- raw HTML omitted --></p> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/apache/httpcomponents-client/compare/rel/v5.6...rel/v5.6">compare view</a></li> </ul> </details> <br /> Updates `org.apache.httpcomponents.client5:httpclient5-fluent` from 5.6 to 5.6 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/apache/httpcomponents-client/blob/master/RELEASE_NOTES.txt">org.apache.httpcomponents.client5:httpclient5-fluent's changelog</a>.</em></p> <blockquote> <h2>Release 5.6 ALPHA1</h2> <p>This is the first ALPHA release in the 5.6 release series. It adds several features such as transport content decompression and content compression for the async transport, support for Unix sockets, experimental support for SCRAM-SHA-256 authentication scheme, and Micrometer/OTel observations & metrics.</p> <p>Commons Compress, Brotli codec, and ZStd codec are optional dependencies and get wired into the execution pipeline only if present on the classpath.</p> <p>Notable changes and features included in the 5.6 series:</p> <ul> <li> <p>Unix domain socket support.</p> </li> <li> <p>Support for pluggable content codecs via Commons-Compress in the classic transport. (optional).</p> </li> <li> <p>Support for transparent content decompression and content compression with <code>deflate</code>, <code>gzip</code>, <code>zstd</code> (optional), and <code>brotli</code> (optional) codecs in the async transport.</p> </li> <li> <p>Micrometer/OTel observations & metrics (optinal).</p> </li> <li> <p>Off-lock connection disposal by the classic pooling connection manager. Experimental.</p> </li> <li> <p>SCRAM-SHA-256 authentication scheme (RFC 7804). Experimental.</p> </li> <li> <p>Request Priority support (RFC 9218). Experimental.</p> </li> </ul> <p>Compatibility notes:</p> <ul> <li> <p>As of this version, HttpClient uses BUILTIN HostnameVerificationPolicy by default, delegating host verification to JSSE security manager. One must explicitly configure the TLS strategy to continue using the hostname verifier shipped with HttpClient.</p> </li> <li> <p>Five-second TCP keep-alive is now enabled by default.</p> </li> </ul> <h2>Change Log</h2> <ul> <li> <p>RequestConfig: Un-deprecate #setProxy. Contributed by Ryan Schmitt <!-- raw HTML omitted --></p> </li> <li> <p>Stale connection check support in PoolingAsyncClientConnectionManager. Contributed by Ryan Schmitt <!-- raw HTML omitted --></p> </li> <li> <p>ConnectionConfig: <code>#idleTimeout</code> support. Contributed by Ryan Schmitt <!-- raw HTML omitted --></p> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/apache/httpcomponents-client/compare/rel/v5.6...rel/v5.6">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 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>
…0.23 (#1140) Bumps [io.github.longportapp:openapi-sdk](https://github.com/longportapp/openapi) from 2.1.12 to 3.0.23. <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/longportapp/openapi/commits">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>
…1143) Bumps [org.xerial:sqlite-jdbc](https://github.com/xerial/sqlite-jdbc) from 3.50.3.0 to 3.51.3.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.51.3.0</h2> <h2>Changelog</h2> <h2>🚀 Features</h2> <p><strong>sqlite</strong></p> <ul> <li>upgrade to sqlite 3.51.3 (<a href="https://github.com/xerial/sqlite-jdbc/commits/09e9741">09e9741</a>)</li> <li>upgrade to sqlite 3.52.0 (<a href="https://github.com/xerial/sqlite-jdbc/commits/64cf690">64cf690</a>)</li> </ul> <h2>🛠 Build</h2> <p><strong>deps</strong></p> <ul> <li>bump org.graalvm.buildtools:native-maven-plugin (<a href="https://github.com/xerial/sqlite-jdbc/commits/5ad5155">5ad5155</a>)</li> <li>bump actions/upload-artifact from 6 to 7 (<a href="https://github.com/xerial/sqlite-jdbc/commits/90c726f">90c726f</a>)</li> <li>bump actions/download-artifact from 7 to 8 (<a href="https://github.com/xerial/sqlite-jdbc/commits/17d4998">17d4998</a>)</li> </ul> <p><strong>deps-dev</strong></p> <ul> <li>bump org.jreleaser:jreleaser-maven-plugin (<a href="https://github.com/xerial/sqlite-jdbc/commits/d4d5c04">d4d5c04</a>)</li> </ul> <p><strong>unscoped</strong></p> <ul> <li>set-version trigger CI after build native (<a href="https://github.com/xerial/sqlite-jdbc/commits/89dfbc8">89dfbc8</a>)</li> <li>set-version commit and trigger workflow (<a href="https://github.com/xerial/sqlite-jdbc/commits/eed41ae">eed41ae</a>)</li> <li>set-version fix VERSION (<a href="https://github.com/xerial/sqlite-jdbc/commits/22e5106">22e5106</a>)</li> <li>set-version checks before enabling (<a href="https://github.com/xerial/sqlite-jdbc/commits/4c34072">4c34072</a>)</li> <li>add set-version workflow (<a href="https://github.com/xerial/sqlite-jdbc/commits/97985f8">97985f8</a>)</li> <li>fix ppc64le (<a href="https://github.com/xerial/sqlite-jdbc/commits/49232ef">49232ef</a>)</li> <li>use jdk 25 where possible (<a href="https://github.com/xerial/sqlite-jdbc/commits/8460f63">8460f63</a>)</li> </ul> <h2>Contributors</h2> <p>We'd like to thank the following people for their contributions: Gauthier, Gauthier Roebroeck</p> <h2>Release 3.51.2.0</h2> <h2>Changelog</h2> <h2>🚀 Features</h2> <p><strong>sqlite</strong></p> <ul> <li>upgrade to sqlite 3.51.2 (<a href="https://github.com/xerial/sqlite-jdbc/commits/63a45e7">63a45e7</a>)</li> </ul> <h2>🛠 Build</h2> <ul> <li>update location for 2026 (<a href="https://github.com/xerial/sqlite-jdbc/commits/1a7c2a0">1a7c2a0</a>)</li> </ul> <h2>Contributors</h2> <p>We'd like to thank the following people for their contributions: Gauthier Roebroeck</p> <h2>Release 3.51.1.1</h2> <h2>Changelog</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/xerial/sqlite-jdbc/commit/bf18ce13f938411a4cc1b417b1ce5fbb95c09db6"><code>bf18ce1</code></a> chore(release): 3.51.3.0 [skip ci]</li> <li><a href="https://github.com/xerial/sqlite-jdbc/commit/fe41e3ec6d8464d0ff38679a2004475f251af5d9"><code>fe41e3e</code></a> chore: update native libraries</li> <li><a href="https://github.com/xerial/sqlite-jdbc/commit/09e97416f5337c9507f0f83a0a230ae5cda3c59e"><code>09e9741</code></a> feat(sqlite): upgrade to sqlite 3.51.3</li> <li><a href="https://github.com/xerial/sqlite-jdbc/commit/89dfbc8186967b779f5ed4c39139e67b171f457a"><code>89dfbc8</code></a> ci: set-version trigger CI after build native</li> <li><a href="https://github.com/xerial/sqlite-jdbc/commit/64a3199adcb0c3768034fbf807c18bf60204e58c"><code>64a3199</code></a> chore: update native libraries</li> <li><a href="https://github.com/xerial/sqlite-jdbc/commit/64cf690160961c65ee9e77f03c968aba9abf20af"><code>64cf690</code></a> feat(sqlite): upgrade to sqlite 3.52.0</li> <li><a href="https://github.com/xerial/sqlite-jdbc/commit/eed41aeb32530cd95fd5a1ea324d0bb6f11ce829"><code>eed41ae</code></a> ci: set-version commit and trigger workflow</li> <li><a href="https://github.com/xerial/sqlite-jdbc/commit/22e510619603e3cf40d5207d9dd5d68490381951"><code>22e5106</code></a> ci: set-version fix VERSION</li> <li><a href="https://github.com/xerial/sqlite-jdbc/commit/4c340721d2e5bfed59111cba262fff4def80348e"><code>4c34072</code></a> ci: set-version checks before enabling</li> <li><a href="https://github.com/xerial/sqlite-jdbc/commit/97985f8784bd4fc7fe97634d673f04d1ae9ccebd"><code>97985f8</code></a> ci: add set-version workflow</li> <li>Additional commits viewable in <a href="https://github.com/xerial/sqlite-jdbc/compare/3.50.3.0...3.51.3.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>
Bumps `awssdk.version` from 2.42.25 to 2.42.27. Updates `software.amazon.awssdk:s3` from 2.42.25 to 2.42.27 Updates `software.amazon.awssdk:lambda` from 2.42.25 to 2.42.27 Updates `software.amazon.awssdk:ses` from 2.42.25 to 2.42.27 Updates `software.amazon.awssdk:cloudwatch` from 2.42.25 to 2.42.27 Updates `software.amazon.awssdk:costexplorer` from 2.42.25 to 2.42.27 Updates `software.amazon.awssdk:regions` from 2.42.25 to 2.42.27 Updates `software.amazon.awssdk:aws-core` from 2.42.25 to 2.42.27 Updates `software.amazon.awssdk:sqs` from 2.42.25 to 2.42.27 Updates `software.amazon.awssdk:sdk-core` from 2.42.25 to 2.42.27 Updates `software.amazon.awssdk:scheduler` from 2.42.25 to 2.42.27 Updates `software.amazon.awssdk:auth` from 2.42.25 to 2.42.27 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 org.apache.pdfbox:pdfbox from 3.0.3 to 3.0.7. [](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 [com.qcloud:cos_api](https://github.com/tencentyun/cos-java-sdk-v5) from 5.6.263 to 5.6.265. <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/tencentyun/cos-java-sdk-v5/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> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…from 1.1.0 to 2.0.0 (#1156) Bumps [com.google.cloud.functions:functions-framework-api](https://github.com/GoogleCloudPlatform/functions-framework-java) from 1.1.0 to 2.0.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/GoogleCloudPlatform/functions-framework-java/releases">com.google.cloud.functions:functions-framework-api's releases</a>.</em></p> <blockquote> <h2>functions-framework-api: v2.0.0</h2> <h2><a href="https://github.com/GoogleCloudPlatform/functions-framework-java/compare/functions-framework-api-v1.1.4...functions-framework-api-v2.0.0">2.0.0</a> (2025-11-05)</h2> <h3>⚠ BREAKING CHANGES</h3> <ul> <li>remove java11 support and expand java21 test coverage (<a href="https://redirect.github.com/GoogleCloudPlatform/functions-framework-java/issues/356">#356</a>)</li> </ul> <h3>Features</h3> <ul> <li>remove java11 support and expand java21 test coverage (<a href="https://redirect.github.com/GoogleCloudPlatform/functions-framework-java/issues/356">#356</a>) (<a href="https://github.com/GoogleCloudPlatform/functions-framework-java/commit/c1f27d289e3b9da2ec936fb4d2197f42a2eaa983">c1f27d2</a>)</li> </ul> <h2>java-function-invoker: v2.0.0</h2> <h2><a href="https://github.com/GoogleCloudPlatform/functions-framework-java/compare/java-function-invoker-v1.4.3...java-function-invoker-v2.0.0">2.0.0</a> (2025-11-06)</h2> <h3>⚠ BREAKING CHANGES</h3> <ul> <li>update functions-framework-api dependency to 2.0.0 (<a href="https://redirect.github.com/GoogleCloudPlatform/functions-framework-java/issues/365">#365</a>)</li> <li><strong>implementation:</strong> use Java 17 or above, as required by Eclipse Jetty-12.</li> <li>remove java11 support and expand java21 test coverage (<a href="https://redirect.github.com/GoogleCloudPlatform/functions-framework-java/issues/356">#356</a>)</li> </ul> <h3>Features</h3> <ul> <li>remove java11 support and expand java21 test coverage (<a href="https://redirect.github.com/GoogleCloudPlatform/functions-framework-java/issues/356">#356</a>) (<a href="https://github.com/GoogleCloudPlatform/functions-framework-java/commit/c1f27d289e3b9da2ec936fb4d2197f42a2eaa983">c1f27d2</a>)</li> </ul> <h3>Miscellaneous Chores</h3> <ul> <li><strong>implementation:</strong> use Jetty-12.1 core without servlets (<a href="https://redirect.github.com/GoogleCloudPlatform/functions-framework-java/issues/333">#333</a>) (<a href="https://github.com/GoogleCloudPlatform/functions-framework-java/commit/e23f98f2dc7cbcdbd036a46423c99f82bddd80bc">e23f98f</a>)</li> <li>update functions-framework-api dependency to 2.0.0 (<a href="https://redirect.github.com/GoogleCloudPlatform/functions-framework-java/issues/365">#365</a>) (<a href="https://github.com/GoogleCloudPlatform/functions-framework-java/commit/f351c1ade94a08bc4116b40e2d343e1b5d9a6db6">f351c1a</a>)</li> </ul> <h2>java-function-invoker: v1.4.3</h2> <h2><a href="https://github.com/GoogleCloudPlatform/functions-framework-java/compare/java-function-invoker-v1.4.2...java-function-invoker-v1.4.3">1.4.3</a> (2025-10-20)</h2> <h3>Bug Fixes</h3> <ul> <li>add autovalue plugin config to invoker/core/pom.xml to fix local development (<a href="https://redirect.github.com/GoogleCloudPlatform/functions-framework-java/issues/339">#339</a>) (<a href="https://github.com/GoogleCloudPlatform/functions-framework-java/commit/420327967b96b4aa66c0edd6753a9d6db781478d">4203279</a>)</li> </ul> <h2>java-function-invoker: v1.4.2</h2> <h2><a href="https://github.com/GoogleCloudPlatform/functions-framework-java/compare/java-function-invoker-v1.4.1...java-function-invoker-v1.4.2">1.4.2</a> (2025-10-20)</h2> <h3>Bug Fixes</h3> <ul> <li>add autovalue plugin config to invoker/core/pom.xml to fix local development (<a href="https://redirect.github.com/GoogleCloudPlatform/functions-framework-java/issues/339">#339</a>) (<a href="https://github.com/GoogleCloudPlatform/functions-framework-java/commit/420327967b96b4aa66c0edd6753a9d6db781478d">4203279</a>)</li> </ul> <h2>java-function-invoker: v1.4.1</h2> <h2><a href="https://github.com/GoogleCloudPlatform/functions-framework-java/compare/java-function-invoker-v1.4.0...java-function-invoker-v1.4.1">1.4.1</a> (2025-03-07)</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/GoogleCloudPlatform/functions-framework-java/commit/b536258cd86c2d18bc1eeb9d3f4010380e6dc99d"><code>b536258</code></a> chore(main): release java-function-invoker 2.0.0 (<a href="https://redirect.github.com/GoogleCloudPlatform/functions-framework-java/issues/359">#359</a>)</li> <li><a href="https://github.com/GoogleCloudPlatform/functions-framework-java/commit/f351c1ade94a08bc4116b40e2d343e1b5d9a6db6"><code>f351c1a</code></a> chore!: update functions-framework-api dependency to 2.0.0 (<a href="https://redirect.github.com/GoogleCloudPlatform/functions-framework-java/issues/365">#365</a>)</li> <li><a href="https://github.com/GoogleCloudPlatform/functions-framework-java/commit/daa0cc51f6e79c552dfde785d3519526d6cd4041"><code>daa0cc5</code></a> chore: fix project metadata in poms (<a href="https://redirect.github.com/GoogleCloudPlatform/functions-framework-java/issues/366">#366</a>)</li> <li><a href="https://github.com/GoogleCloudPlatform/functions-framework-java/commit/a868a62a803bf9c1ff450295838db98a1e873d19"><code>a868a62</code></a> chore(main): release functions-framework-api 2.0.0 (<a href="https://redirect.github.com/GoogleCloudPlatform/functions-framework-java/issues/357">#357</a>)</li> <li><a href="https://github.com/GoogleCloudPlatform/functions-framework-java/commit/1ff16ba426c4605c4a23313bae111e6ccc071736"><code>1ff16ba</code></a> chore(deps): update all non-major dependencies (<a href="https://redirect.github.com/GoogleCloudPlatform/functions-framework-java/issues/362">#362</a>)</li> <li><a href="https://github.com/GoogleCloudPlatform/functions-framework-java/commit/3fb1c02a3dbb7773b306e3877167980afe907bc4"><code>3fb1c02</code></a> chore(deps): update actions/setup-java action to v5 (<a href="https://redirect.github.com/GoogleCloudPlatform/functions-framework-java/issues/363">#363</a>)</li> <li><a href="https://github.com/GoogleCloudPlatform/functions-framework-java/commit/e23f98f2dc7cbcdbd036a46423c99f82bddd80bc"><code>e23f98f</code></a> chore(implementation): use Jetty-12.1 core without servlets (<a href="https://redirect.github.com/GoogleCloudPlatform/functions-framework-java/issues/333">#333</a>)</li> <li><a href="https://github.com/GoogleCloudPlatform/functions-framework-java/commit/2297f3eb74a461bc226a60c69bf48d33debae73f"><code>2297f3e</code></a> chore: fix kokoro java17 setup (<a href="https://redirect.github.com/GoogleCloudPlatform/functions-framework-java/issues/360">#360</a>)</li> <li><a href="https://github.com/GoogleCloudPlatform/functions-framework-java/commit/c1f27d289e3b9da2ec936fb4d2197f42a2eaa983"><code>c1f27d2</code></a> feat!: remove java11 support and expand java21 test coverage (<a href="https://redirect.github.com/GoogleCloudPlatform/functions-framework-java/issues/356">#356</a>)</li> <li><a href="https://github.com/GoogleCloudPlatform/functions-framework-java/commit/b6d37e50ddc482a7095f8203779a9f0d24505c65"><code>b6d37e5</code></a> chore(main): release function-maven-plugin 0.11.3-SNAPSHOT (<a href="https://redirect.github.com/GoogleCloudPlatform/functions-framework-java/issues/355">#355</a>)</li> <li>Additional commits viewable in <a href="https://github.com/GoogleCloudPlatform/functions-framework-java/compare/functions-framework-api-v1.1.0...java-function-invoker-v2.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>
…voker from 1.4.1 to 2.0.0 (#1152) Bumps [com.google.cloud.functions.invoker:java-function-invoker](https://github.com/GoogleCloudPlatform/functions-framework-java) from 1.4.1 to 2.0.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/GoogleCloudPlatform/functions-framework-java/releases">com.google.cloud.functions.invoker:java-function-invoker's releases</a>.</em></p> <blockquote> <h2>functions-framework-api: v2.0.0</h2> <h2><a href="https://github.com/GoogleCloudPlatform/functions-framework-java/compare/functions-framework-api-v1.1.4...functions-framework-api-v2.0.0">2.0.0</a> (2025-11-05)</h2> <h3>⚠ BREAKING CHANGES</h3> <ul> <li>remove java11 support and expand java21 test coverage (<a href="https://redirect.github.com/GoogleCloudPlatform/functions-framework-java/issues/356">#356</a>)</li> </ul> <h3>Features</h3> <ul> <li>remove java11 support and expand java21 test coverage (<a href="https://redirect.github.com/GoogleCloudPlatform/functions-framework-java/issues/356">#356</a>) (<a href="https://github.com/GoogleCloudPlatform/functions-framework-java/commit/c1f27d289e3b9da2ec936fb4d2197f42a2eaa983">c1f27d2</a>)</li> </ul> <h2>java-function-invoker: v2.0.0</h2> <h2><a href="https://github.com/GoogleCloudPlatform/functions-framework-java/compare/java-function-invoker-v1.4.3...java-function-invoker-v2.0.0">2.0.0</a> (2025-11-06)</h2> <h3>⚠ BREAKING CHANGES</h3> <ul> <li>update functions-framework-api dependency to 2.0.0 (<a href="https://redirect.github.com/GoogleCloudPlatform/functions-framework-java/issues/365">#365</a>)</li> <li><strong>implementation:</strong> use Java 17 or above, as required by Eclipse Jetty-12.</li> <li>remove java11 support and expand java21 test coverage (<a href="https://redirect.github.com/GoogleCloudPlatform/functions-framework-java/issues/356">#356</a>)</li> </ul> <h3>Features</h3> <ul> <li>remove java11 support and expand java21 test coverage (<a href="https://redirect.github.com/GoogleCloudPlatform/functions-framework-java/issues/356">#356</a>) (<a href="https://github.com/GoogleCloudPlatform/functions-framework-java/commit/c1f27d289e3b9da2ec936fb4d2197f42a2eaa983">c1f27d2</a>)</li> </ul> <h3>Miscellaneous Chores</h3> <ul> <li><strong>implementation:</strong> use Jetty-12.1 core without servlets (<a href="https://redirect.github.com/GoogleCloudPlatform/functions-framework-java/issues/333">#333</a>) (<a href="https://github.com/GoogleCloudPlatform/functions-framework-java/commit/e23f98f2dc7cbcdbd036a46423c99f82bddd80bc">e23f98f</a>)</li> <li>update functions-framework-api dependency to 2.0.0 (<a href="https://redirect.github.com/GoogleCloudPlatform/functions-framework-java/issues/365">#365</a>) (<a href="https://github.com/GoogleCloudPlatform/functions-framework-java/commit/f351c1ade94a08bc4116b40e2d343e1b5d9a6db6">f351c1a</a>)</li> </ul> <h2>java-function-invoker: v1.4.3</h2> <h2><a href="https://github.com/GoogleCloudPlatform/functions-framework-java/compare/java-function-invoker-v1.4.2...java-function-invoker-v1.4.3">1.4.3</a> (2025-10-20)</h2> <h3>Bug Fixes</h3> <ul> <li>add autovalue plugin config to invoker/core/pom.xml to fix local development (<a href="https://redirect.github.com/GoogleCloudPlatform/functions-framework-java/issues/339">#339</a>) (<a href="https://github.com/GoogleCloudPlatform/functions-framework-java/commit/420327967b96b4aa66c0edd6753a9d6db781478d">4203279</a>)</li> </ul> <h2>java-function-invoker: v1.4.2</h2> <h2><a href="https://github.com/GoogleCloudPlatform/functions-framework-java/compare/java-function-invoker-v1.4.1...java-function-invoker-v1.4.2">1.4.2</a> (2025-10-20)</h2> <h3>Bug Fixes</h3> <ul> <li>add autovalue plugin config to invoker/core/pom.xml to fix local development (<a href="https://redirect.github.com/GoogleCloudPlatform/functions-framework-java/issues/339">#339</a>) (<a href="https://github.com/GoogleCloudPlatform/functions-framework-java/commit/420327967b96b4aa66c0edd6753a9d6db781478d">4203279</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/GoogleCloudPlatform/functions-framework-java/commit/b536258cd86c2d18bc1eeb9d3f4010380e6dc99d"><code>b536258</code></a> chore(main): release java-function-invoker 2.0.0 (<a href="https://redirect.github.com/GoogleCloudPlatform/functions-framework-java/issues/359">#359</a>)</li> <li><a href="https://github.com/GoogleCloudPlatform/functions-framework-java/commit/f351c1ade94a08bc4116b40e2d343e1b5d9a6db6"><code>f351c1a</code></a> chore!: update functions-framework-api dependency to 2.0.0 (<a href="https://redirect.github.com/GoogleCloudPlatform/functions-framework-java/issues/365">#365</a>)</li> <li><a href="https://github.com/GoogleCloudPlatform/functions-framework-java/commit/daa0cc51f6e79c552dfde785d3519526d6cd4041"><code>daa0cc5</code></a> chore: fix project metadata in poms (<a href="https://redirect.github.com/GoogleCloudPlatform/functions-framework-java/issues/366">#366</a>)</li> <li><a href="https://github.com/GoogleCloudPlatform/functions-framework-java/commit/a868a62a803bf9c1ff450295838db98a1e873d19"><code>a868a62</code></a> chore(main): release functions-framework-api 2.0.0 (<a href="https://redirect.github.com/GoogleCloudPlatform/functions-framework-java/issues/357">#357</a>)</li> <li><a href="https://github.com/GoogleCloudPlatform/functions-framework-java/commit/1ff16ba426c4605c4a23313bae111e6ccc071736"><code>1ff16ba</code></a> chore(deps): update all non-major dependencies (<a href="https://redirect.github.com/GoogleCloudPlatform/functions-framework-java/issues/362">#362</a>)</li> <li><a href="https://github.com/GoogleCloudPlatform/functions-framework-java/commit/3fb1c02a3dbb7773b306e3877167980afe907bc4"><code>3fb1c02</code></a> chore(deps): update actions/setup-java action to v5 (<a href="https://redirect.github.com/GoogleCloudPlatform/functions-framework-java/issues/363">#363</a>)</li> <li><a href="https://github.com/GoogleCloudPlatform/functions-framework-java/commit/e23f98f2dc7cbcdbd036a46423c99f82bddd80bc"><code>e23f98f</code></a> chore(implementation): use Jetty-12.1 core without servlets (<a href="https://redirect.github.com/GoogleCloudPlatform/functions-framework-java/issues/333">#333</a>)</li> <li><a href="https://github.com/GoogleCloudPlatform/functions-framework-java/commit/2297f3eb74a461bc226a60c69bf48d33debae73f"><code>2297f3e</code></a> chore: fix kokoro java17 setup (<a href="https://redirect.github.com/GoogleCloudPlatform/functions-framework-java/issues/360">#360</a>)</li> <li><a href="https://github.com/GoogleCloudPlatform/functions-framework-java/commit/c1f27d289e3b9da2ec936fb4d2197f42a2eaa983"><code>c1f27d2</code></a> feat!: remove java11 support and expand java21 test coverage (<a href="https://redirect.github.com/GoogleCloudPlatform/functions-framework-java/issues/356">#356</a>)</li> <li><a href="https://github.com/GoogleCloudPlatform/functions-framework-java/commit/b6d37e50ddc482a7095f8203779a9f0d24505c65"><code>b6d37e5</code></a> chore(main): release function-maven-plugin 0.11.3-SNAPSHOT (<a href="https://redirect.github.com/GoogleCloudPlatform/functions-framework-java/issues/355">#355</a>)</li> <li>Additional commits viewable in <a href="https://github.com/GoogleCloudPlatform/functions-framework-java/compare/java-function-invoker-v1.4.1...java-function-invoker-v2.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>
…1.6.2 (#1149) Bumps [com.amazonaws:aws-lambda-java-log4j2](https://github.com/aws/aws-lambda-java-libs) from 1.6.0 to 1.6.2. <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/aws/aws-lambda-java-libs/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> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…1.0 to 1.3.1 (#1148) Bumps [com.amazonaws:aws-lambda-java-serialization](https://github.com/aws/aws-lambda-java-libs) from 1.1.0 to 1.3.1. <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/aws/aws-lambda-java-libs/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> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
… 4.39.0 to 4.41.0 (#1159) Bumps [org.seleniumhq.selenium:selenium-devtools-v143](https://github.com/SeleniumHQ/selenium) from 4.39.0 to 4.41.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/SeleniumHQ/selenium/releases">org.seleniumhq.selenium:selenium-devtools-v143's releases</a>.</em></p> <blockquote> <h2>Selenium 4.41.0</h2> <h2>Detailed Changelogs by Component</h2> <p><!-- raw HTML omitted --> <strong><a href="https://github.com/SeleniumHQ/selenium/blob/trunk/java/CHANGELOG">Java</a></strong> | <!-- raw HTML omitted --> <strong><a href="https://github.com/SeleniumHQ/selenium/blob/trunk/py/CHANGES">Python</a></strong> | <!-- raw HTML omitted --> <strong><a href="https://github.com/SeleniumHQ/selenium/blob/trunk/dotnet/CHANGELOG">DotNet</a></strong> | <!-- raw HTML omitted --> <strong><a href="https://github.com/SeleniumHQ/selenium/blob/trunk/rb/CHANGES">Ruby</a></strong> | <!-- raw HTML omitted --> <strong><a href="https://github.com/SeleniumHQ/selenium/blob/trunk/javascript/selenium-webdriver/CHANGES.md">JavaScript</a></strong> <!-- raw HTML omitted --></p> <!-- raw HTML omitted --> <h2>What's Changed</h2> <!-- raw HTML omitted --> <ul> <li>[py] Remove type stub packages from runtime dependencies by <a href="https://github.com/cgoldberg"><code>@cgoldberg</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/16945">SeleniumHQ/selenium#16945</a></li> <li>Canonical approach to supporting AI agent directions by <a href="https://github.com/titusfortner"><code>@titusfortner</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/16735">SeleniumHQ/selenium#16735</a></li> <li>[build] Pre-release workflow improvements by <a href="https://github.com/titusfortner"><code>@titusfortner</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/16946">SeleniumHQ/selenium#16946</a></li> <li>[build] Prevent nightly releases during release window by <a href="https://github.com/titusfortner"><code>@titusfortner</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/16948">SeleniumHQ/selenium#16948</a></li> <li>[build] Fix Bazel NuGet push implementation by <a href="https://github.com/titusfortner"><code>@titusfortner</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/16950">SeleniumHQ/selenium#16950</a></li> <li>[build] Release workflow improvements by <a href="https://github.com/titusfortner"><code>@titusfortner</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/16947">SeleniumHQ/selenium#16947</a></li> <li>[build] Fix Bazel JSDocs implementation by <a href="https://github.com/titusfortner"><code>@titusfortner</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/16949">SeleniumHQ/selenium#16949</a></li> <li>[build] Create config files from environment variables for publishing by <a href="https://github.com/titusfortner"><code>@titusfortner</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/16951">SeleniumHQ/selenium#16951</a></li> <li>[js] create task to update dependencies by <a href="https://github.com/titusfortner"><code>@titusfortner</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/16942">SeleniumHQ/selenium#16942</a></li> <li>[build] Java release improvements and build verification tasks by <a href="https://github.com/titusfortner"><code>@titusfortner</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/16952">SeleniumHQ/selenium#16952</a></li> <li>[py] integrate mypy type checking with Bazel by <a href="https://github.com/titusfortner"><code>@titusfortner</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/16958">SeleniumHQ/selenium#16958</a></li> <li>[build] Migrate workflows to use centralized bazel.yml by <a href="https://github.com/titusfortner"><code>@titusfortner</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/16955">SeleniumHQ/selenium#16955</a></li> <li>[dotnet] [bidi] Simplify context aware command options by <a href="https://github.com/nvborisenko"><code>@nvborisenko</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/16954">SeleniumHQ/selenium#16954</a></li> <li>[build] simplify release.yml: remove draft, build once during publish by <a href="https://github.com/titusfortner"><code>@titusfortner</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/16960">SeleniumHQ/selenium#16960</a></li> <li>[dotnet] [bidi] AOT safe json converter for <code>Input.Origin</code> class by <a href="https://github.com/nvborisenko"><code>@nvborisenko</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/16962">SeleniumHQ/selenium#16962</a></li> <li>[dotnet] [bidi] AOT safe json converter for <code>OptionalConverter</code> by <a href="https://github.com/nvborisenko"><code>@nvborisenko</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/16963">SeleniumHQ/selenium#16963</a></li> <li>[dotnet] [bidi] Null guard for event handlers by <a href="https://github.com/nvborisenko"><code>@nvborisenko</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/16967">SeleniumHQ/selenium#16967</a></li> <li>[java] Improve error message for died grid by <a href="https://github.com/asolntsev"><code>@asolntsev</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/16938">SeleniumHQ/selenium#16938</a></li> <li>[build] combine pre-release dependency updates by <a href="https://github.com/titusfortner"><code>@titusfortner</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/16973">SeleniumHQ/selenium#16973</a></li> <li>[rb] remove stored atoms these get generated by build by <a href="https://github.com/titusfortner"><code>@titusfortner</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/16971">SeleniumHQ/selenium#16971</a></li> <li>[dotnet] [bidi] Unignore some internal tests by <a href="https://github.com/nvborisenko"><code>@nvborisenko</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/16968">SeleniumHQ/selenium#16968</a></li> <li>[build] run ruff on python files outside py directory by <a href="https://github.com/titusfortner"><code>@titusfortner</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/16957">SeleniumHQ/selenium#16957</a></li> <li>[py] Fix return type hint for <code>alert_is_present</code> by <a href="https://github.com/nemowang2003"><code>@nemowang2003</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/16975">SeleniumHQ/selenium#16975</a></li> <li>Replace hardcoded bazel-selenium references with dynamic path resolution by <a href="https://github.com/titusfortner"><code>@titusfortner</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/16976">SeleniumHQ/selenium#16976</a></li> <li>No More CrazyFun! by <a href="https://github.com/titusfortner"><code>@titusfortner</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/16972">SeleniumHQ/selenium#16972</a></li> <li>[build] Remove update_gh_pages in favor of CI workflow by <a href="https://github.com/titusfortner"><code>@titusfortner</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/16977">SeleniumHQ/selenium#16977</a></li> <li>[build] Remove legacy rake helpers and unused code by <a href="https://github.com/titusfortner"><code>@titusfortner</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/16978">SeleniumHQ/selenium#16978</a></li> <li>[py] make bazel test target names consistent with other languages by <a href="https://github.com/titusfortner"><code>@titusfortner</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/16969">SeleniumHQ/selenium#16969</a></li> <li>[dotnet] [bidi] Fix namespace for Permissions module by <a href="https://github.com/nvborisenko"><code>@nvborisenko</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/16981">SeleniumHQ/selenium#16981</a></li> <li>[dotnet] [bidi] Hide Broker as internal implementation by <a href="https://github.com/nvborisenko"><code>@nvborisenko</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/16982">SeleniumHQ/selenium#16982</a></li> <li>[dotnet] [bidi] Refactor BiDi module initialization to pass BiDi explicitly by <a href="https://github.com/nvborisenko"><code>@nvborisenko</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/16983">SeleniumHQ/selenium#16983</a></li> <li>[build] Add DocFX updater script by <a href="https://github.com/titusfortner"><code>@titusfortner</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/16980">SeleniumHQ/selenium#16980</a></li> <li>[build] add reusable commit-changes.yml workflow by <a href="https://github.com/titusfortner"><code>@titusfortner</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/16965">SeleniumHQ/selenium#16965</a></li> <li>[java] fix JSON parsing of numbers with exponent by <a href="https://github.com/joerg1985"><code>@joerg1985</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/16961">SeleniumHQ/selenium#16961</a></li> <li>[build] Skip macOS-only archive rules on unsupported platforms by <a href="https://github.com/titusfortner"><code>@titusfortner</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/16985">SeleniumHQ/selenium#16985</a></li> <li>[build] Split Rakefile into per-language task files by <a href="https://github.com/titusfortner"><code>@titusfortner</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/16979">SeleniumHQ/selenium#16979</a></li> <li>Implement fast bazel target lookup with index caching by <a href="https://github.com/titusfortner"><code>@titusfortner</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/16974">SeleniumHQ/selenium#16974</a></li> <li>[build] Remove git.add() calls from rake tasks by <a href="https://github.com/titusfortner"><code>@titusfortner</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/16994">SeleniumHQ/selenium#16994</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/SeleniumHQ/selenium/commit/9fc754f90a9725756933b8a1788d5a583d7f509f"><code>9fc754f</code></a> [build] Prepare for release of selenium-4.41.0 (<a href="https://redirect.github.com/SeleniumHQ/selenium/issues/17098">#17098</a>)</li> <li><a href="https://github.com/SeleniumHQ/selenium/commit/d5f22eca5fe9b5574789315f2aeb8d6fde470e08"><code>d5f22ec</code></a> [java] mark tests passing in latest chrome beta</li> <li><a href="https://github.com/SeleniumHQ/selenium/commit/89c59938eca2135cc175e00558ae1adf7bc270d9"><code>89c5993</code></a> [build] fix auto-updating of browsers</li> <li><a href="https://github.com/SeleniumHQ/selenium/commit/4592f1b54fbb6e13c3239b59467ea97e154ac4c0"><code>4592f1b</code></a> [build] ci-python jobs not currently matching by default</li> <li><a href="https://github.com/SeleniumHQ/selenium/commit/755d44cc09c46708563ec2f4fd3d05d9d1e6efe6"><code>755d44c</code></a> [build] put cdp version support in changelogs</li> <li><a href="https://github.com/SeleniumHQ/selenium/commit/9aff5c7c2e75b300051c3baef62b7eba7c2e0ba5"><code>9aff5c7</code></a> [build] cannot invoke a rake task twice by default</li> <li><a href="https://github.com/SeleniumHQ/selenium/commit/3a680a3f4fb957015a3e4634cacf8e0a235d85ec"><code>3a680a3</code></a> [build] ignore the staging branch for the PR and apply all patches in order</li> <li><a href="https://github.com/SeleniumHQ/selenium/commit/20de9b9c3d073956a7a511174c800a8c4a38493c"><code>20de9b9</code></a> [build] stage changes to an ephemeral staging branch since not all updates ar...</li> <li><a href="https://github.com/SeleniumHQ/selenium/commit/aac9a2825271b5fef96aa3b0c7b4792b76a46e62"><code>aac9a28</code></a> [py] Update test to check it's an integer rather than a value (<a href="https://redirect.github.com/SeleniumHQ/selenium/issues/17114">#17114</a>)</li> <li><a href="https://github.com/SeleniumHQ/selenium/commit/02ec15f16d968801e6778f47312619629bd5e7e5"><code>02ec15f</code></a> [rb] Update dependencies (<a href="https://redirect.github.com/SeleniumHQ/selenium/issues/17111">#17111</a>)</li> <li>Additional commits viewable in <a href="https://github.com/SeleniumHQ/selenium/compare/selenium-4.39.0...selenium-4.41.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 `selenium.version` from 4.30.0 to 4.41.0. Updates `org.seleniumhq.selenium:selenium-java` from 4.30.0 to 4.41.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/SeleniumHQ/selenium/releases">org.seleniumhq.selenium:selenium-java's releases</a>.</em></p> <blockquote> <h2>Selenium 4.41.0</h2> <h2>Detailed Changelogs by Component</h2> <p><!-- raw HTML omitted --> <strong><a href="https://github.com/SeleniumHQ/selenium/blob/trunk/java/CHANGELOG">Java</a></strong> | <!-- raw HTML omitted --> <strong><a href="https://github.com/SeleniumHQ/selenium/blob/trunk/py/CHANGES">Python</a></strong> | <!-- raw HTML omitted --> <strong><a href="https://github.com/SeleniumHQ/selenium/blob/trunk/dotnet/CHANGELOG">DotNet</a></strong> | <!-- raw HTML omitted --> <strong><a href="https://github.com/SeleniumHQ/selenium/blob/trunk/rb/CHANGES">Ruby</a></strong> | <!-- raw HTML omitted --> <strong><a href="https://github.com/SeleniumHQ/selenium/blob/trunk/javascript/selenium-webdriver/CHANGES.md">JavaScript</a></strong> <!-- raw HTML omitted --></p> <!-- raw HTML omitted --> <h2>What's Changed</h2> <!-- raw HTML omitted --> <ul> <li>[py] Remove type stub packages from runtime dependencies by <a href="https://github.com/cgoldberg"><code>@cgoldberg</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/16945">SeleniumHQ/selenium#16945</a></li> <li>Canonical approach to supporting AI agent directions by <a href="https://github.com/titusfortner"><code>@titusfortner</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/16735">SeleniumHQ/selenium#16735</a></li> <li>[build] Pre-release workflow improvements by <a href="https://github.com/titusfortner"><code>@titusfortner</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/16946">SeleniumHQ/selenium#16946</a></li> <li>[build] Prevent nightly releases during release window by <a href="https://github.com/titusfortner"><code>@titusfortner</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/16948">SeleniumHQ/selenium#16948</a></li> <li>[build] Fix Bazel NuGet push implementation by <a href="https://github.com/titusfortner"><code>@titusfortner</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/16950">SeleniumHQ/selenium#16950</a></li> <li>[build] Release workflow improvements by <a href="https://github.com/titusfortner"><code>@titusfortner</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/16947">SeleniumHQ/selenium#16947</a></li> <li>[build] Fix Bazel JSDocs implementation by <a href="https://github.com/titusfortner"><code>@titusfortner</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/16949">SeleniumHQ/selenium#16949</a></li> <li>[build] Create config files from environment variables for publishing by <a href="https://github.com/titusfortner"><code>@titusfortner</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/16951">SeleniumHQ/selenium#16951</a></li> <li>[js] create task to update dependencies by <a href="https://github.com/titusfortner"><code>@titusfortner</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/16942">SeleniumHQ/selenium#16942</a></li> <li>[build] Java release improvements and build verification tasks by <a href="https://github.com/titusfortner"><code>@titusfortner</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/16952">SeleniumHQ/selenium#16952</a></li> <li>[py] integrate mypy type checking with Bazel by <a href="https://github.com/titusfortner"><code>@titusfortner</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/16958">SeleniumHQ/selenium#16958</a></li> <li>[build] Migrate workflows to use centralized bazel.yml by <a href="https://github.com/titusfortner"><code>@titusfortner</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/16955">SeleniumHQ/selenium#16955</a></li> <li>[dotnet] [bidi] Simplify context aware command options by <a href="https://github.com/nvborisenko"><code>@nvborisenko</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/16954">SeleniumHQ/selenium#16954</a></li> <li>[build] simplify release.yml: remove draft, build once during publish by <a href="https://github.com/titusfortner"><code>@titusfortner</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/16960">SeleniumHQ/selenium#16960</a></li> <li>[dotnet] [bidi] AOT safe json converter for <code>Input.Origin</code> class by <a href="https://github.com/nvborisenko"><code>@nvborisenko</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/16962">SeleniumHQ/selenium#16962</a></li> <li>[dotnet] [bidi] AOT safe json converter for <code>OptionalConverter</code> by <a href="https://github.com/nvborisenko"><code>@nvborisenko</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/16963">SeleniumHQ/selenium#16963</a></li> <li>[dotnet] [bidi] Null guard for event handlers by <a href="https://github.com/nvborisenko"><code>@nvborisenko</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/16967">SeleniumHQ/selenium#16967</a></li> <li>[java] Improve error message for died grid by <a href="https://github.com/asolntsev"><code>@asolntsev</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/16938">SeleniumHQ/selenium#16938</a></li> <li>[build] combine pre-release dependency updates by <a href="https://github.com/titusfortner"><code>@titusfortner</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/16973">SeleniumHQ/selenium#16973</a></li> <li>[rb] remove stored atoms these get generated by build by <a href="https://github.com/titusfortner"><code>@titusfortner</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/16971">SeleniumHQ/selenium#16971</a></li> <li>[dotnet] [bidi] Unignore some internal tests by <a href="https://github.com/nvborisenko"><code>@nvborisenko</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/16968">SeleniumHQ/selenium#16968</a></li> <li>[build] run ruff on python files outside py directory by <a href="https://github.com/titusfortner"><code>@titusfortner</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/16957">SeleniumHQ/selenium#16957</a></li> <li>[py] Fix return type hint for <code>alert_is_present</code> by <a href="https://github.com/nemowang2003"><code>@nemowang2003</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/16975">SeleniumHQ/selenium#16975</a></li> <li>Replace hardcoded bazel-selenium references with dynamic path resolution by <a href="https://github.com/titusfortner"><code>@titusfortner</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/16976">SeleniumHQ/selenium#16976</a></li> <li>No More CrazyFun! by <a href="https://github.com/titusfortner"><code>@titusfortner</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/16972">SeleniumHQ/selenium#16972</a></li> <li>[build] Remove update_gh_pages in favor of CI workflow by <a href="https://github.com/titusfortner"><code>@titusfortner</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/16977">SeleniumHQ/selenium#16977</a></li> <li>[build] Remove legacy rake helpers and unused code by <a href="https://github.com/titusfortner"><code>@titusfortner</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/16978">SeleniumHQ/selenium#16978</a></li> <li>[py] make bazel test target names consistent with other languages by <a href="https://github.com/titusfortner"><code>@titusfortner</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/16969">SeleniumHQ/selenium#16969</a></li> <li>[dotnet] [bidi] Fix namespace for Permissions module by <a href="https://github.com/nvborisenko"><code>@nvborisenko</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/16981">SeleniumHQ/selenium#16981</a></li> <li>[dotnet] [bidi] Hide Broker as internal implementation by <a href="https://github.com/nvborisenko"><code>@nvborisenko</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/16982">SeleniumHQ/selenium#16982</a></li> <li>[dotnet] [bidi] Refactor BiDi module initialization to pass BiDi explicitly by <a href="https://github.com/nvborisenko"><code>@nvborisenko</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/16983">SeleniumHQ/selenium#16983</a></li> <li>[build] Add DocFX updater script by <a href="https://github.com/titusfortner"><code>@titusfortner</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/16980">SeleniumHQ/selenium#16980</a></li> <li>[build] add reusable commit-changes.yml workflow by <a href="https://github.com/titusfortner"><code>@titusfortner</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/16965">SeleniumHQ/selenium#16965</a></li> <li>[java] fix JSON parsing of numbers with exponent by <a href="https://github.com/joerg1985"><code>@joerg1985</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/16961">SeleniumHQ/selenium#16961</a></li> <li>[build] Skip macOS-only archive rules on unsupported platforms by <a href="https://github.com/titusfortner"><code>@titusfortner</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/16985">SeleniumHQ/selenium#16985</a></li> <li>[build] Split Rakefile into per-language task files by <a href="https://github.com/titusfortner"><code>@titusfortner</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/16979">SeleniumHQ/selenium#16979</a></li> <li>Implement fast bazel target lookup with index caching by <a href="https://github.com/titusfortner"><code>@titusfortner</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/16974">SeleniumHQ/selenium#16974</a></li> <li>[build] Remove git.add() calls from rake tasks by <a href="https://github.com/titusfortner"><code>@titusfortner</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/16994">SeleniumHQ/selenium#16994</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/SeleniumHQ/selenium/commit/9fc754f90a9725756933b8a1788d5a583d7f509f"><code>9fc754f</code></a> [build] Prepare for release of selenium-4.41.0 (<a href="https://redirect.github.com/SeleniumHQ/selenium/issues/17098">#17098</a>)</li> <li><a href="https://github.com/SeleniumHQ/selenium/commit/d5f22eca5fe9b5574789315f2aeb8d6fde470e08"><code>d5f22ec</code></a> [java] mark tests passing in latest chrome beta</li> <li><a href="https://github.com/SeleniumHQ/selenium/commit/89c59938eca2135cc175e00558ae1adf7bc270d9"><code>89c5993</code></a> [build] fix auto-updating of browsers</li> <li><a href="https://github.com/SeleniumHQ/selenium/commit/4592f1b54fbb6e13c3239b59467ea97e154ac4c0"><code>4592f1b</code></a> [build] ci-python jobs not currently matching by default</li> <li><a href="https://github.com/SeleniumHQ/selenium/commit/755d44cc09c46708563ec2f4fd3d05d9d1e6efe6"><code>755d44c</code></a> [build] put cdp version support in changelogs</li> <li><a href="https://github.com/SeleniumHQ/selenium/commit/9aff5c7c2e75b300051c3baef62b7eba7c2e0ba5"><code>9aff5c7</code></a> [build] cannot invoke a rake task twice by default</li> <li><a href="https://github.com/SeleniumHQ/selenium/commit/3a680a3f4fb957015a3e4634cacf8e0a235d85ec"><code>3a680a3</code></a> [build] ignore the staging branch for the PR and apply all patches in order</li> <li><a href="https://github.com/SeleniumHQ/selenium/commit/20de9b9c3d073956a7a511174c800a8c4a38493c"><code>20de9b9</code></a> [build] stage changes to an ephemeral staging branch since not all updates ar...</li> <li><a href="https://github.com/SeleniumHQ/selenium/commit/aac9a2825271b5fef96aa3b0c7b4792b76a46e62"><code>aac9a28</code></a> [py] Update test to check it's an integer rather than a value (<a href="https://redirect.github.com/SeleniumHQ/selenium/issues/17114">#17114</a>)</li> <li><a href="https://github.com/SeleniumHQ/selenium/commit/02ec15f16d968801e6778f47312619629bd5e7e5"><code>02ec15f</code></a> [rb] Update dependencies (<a href="https://redirect.github.com/SeleniumHQ/selenium/issues/17111">#17111</a>)</li> <li>Additional commits viewable in <a href="https://github.com/SeleniumHQ/selenium/compare/selenium-4.30.0...selenium-4.41.0">compare view</a></li> </ul> </details> <br /> Updates `org.seleniumhq.selenium:selenium-remote-driver` from 4.30.0 to 4.41.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/SeleniumHQ/selenium/releases">org.seleniumhq.selenium:selenium-remote-driver's releases</a>.</em></p> <blockquote> <h2>Selenium 4.41.0</h2> <h2>Detailed Changelogs by Component</h2> <p><!-- raw HTML omitted --> <strong><a href="https://github.com/SeleniumHQ/selenium/blob/trunk/java/CHANGELOG">Java</a></strong> | <!-- raw HTML omitted --> <strong><a href="https://github.com/SeleniumHQ/selenium/blob/trunk/py/CHANGES">Python</a></strong> | <!-- raw HTML omitted --> <strong><a href="https://github.com/SeleniumHQ/selenium/blob/trunk/dotnet/CHANGELOG">DotNet</a></strong> | <!-- raw HTML omitted --> <strong><a href="https://github.com/SeleniumHQ/selenium/blob/trunk/rb/CHANGES">Ruby</a></strong> | <!-- raw HTML omitted --> <strong><a href="https://github.com/SeleniumHQ/selenium/blob/trunk/javascript/selenium-webdriver/CHANGES.md">JavaScript</a></strong> <!-- raw HTML omitted --></p> <!-- raw HTML omitted --> <h2>What's Changed</h2> <!-- raw HTML omitted --> <ul> <li>[py] Remove type stub packages from runtime dependencies by <a href="https://github.com/cgoldberg"><code>@cgoldberg</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/16945">SeleniumHQ/selenium#16945</a></li> <li>Canonical approach to supporting AI agent directions by <a href="https://github.com/titusfortner"><code>@titusfortner</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/16735">SeleniumHQ/selenium#16735</a></li> <li>[build] Pre-release workflow improvements by <a href="https://github.com/titusfortner"><code>@titusfortner</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/16946">SeleniumHQ/selenium#16946</a></li> <li>[build] Prevent nightly releases during release window by <a href="https://github.com/titusfortner"><code>@titusfortner</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/16948">SeleniumHQ/selenium#16948</a></li> <li>[build] Fix Bazel NuGet push implementation by <a href="https://github.com/titusfortner"><code>@titusfortner</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/16950">SeleniumHQ/selenium#16950</a></li> <li>[build] Release workflow improvements by <a href="https://github.com/titusfortner"><code>@titusfortner</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/16947">SeleniumHQ/selenium#16947</a></li> <li>[build] Fix Bazel JSDocs implementation by <a href="https://github.com/titusfortner"><code>@titusfortner</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/16949">SeleniumHQ/selenium#16949</a></li> <li>[build] Create config files from environment variables for publishing by <a href="https://github.com/titusfortner"><code>@titusfortner</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/16951">SeleniumHQ/selenium#16951</a></li> <li>[js] create task to update dependencies by <a href="https://github.com/titusfortner"><code>@titusfortner</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/16942">SeleniumHQ/selenium#16942</a></li> <li>[build] Java release improvements and build verification tasks by <a href="https://github.com/titusfortner"><code>@titusfortner</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/16952">SeleniumHQ/selenium#16952</a></li> <li>[py] integrate mypy type checking with Bazel by <a href="https://github.com/titusfortner"><code>@titusfortner</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/16958">SeleniumHQ/selenium#16958</a></li> <li>[build] Migrate workflows to use centralized bazel.yml by <a href="https://github.com/titusfortner"><code>@titusfortner</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/16955">SeleniumHQ/selenium#16955</a></li> <li>[dotnet] [bidi] Simplify context aware command options by <a href="https://github.com/nvborisenko"><code>@nvborisenko</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/16954">SeleniumHQ/selenium#16954</a></li> <li>[build] simplify release.yml: remove draft, build once during publish by <a href="https://github.com/titusfortner"><code>@titusfortner</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/16960">SeleniumHQ/selenium#16960</a></li> <li>[dotnet] [bidi] AOT safe json converter for <code>Input.Origin</code> class by <a href="https://github.com/nvborisenko"><code>@nvborisenko</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/16962">SeleniumHQ/selenium#16962</a></li> <li>[dotnet] [bidi] AOT safe json converter for <code>OptionalConverter</code> by <a href="https://github.com/nvborisenko"><code>@nvborisenko</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/16963">SeleniumHQ/selenium#16963</a></li> <li>[dotnet] [bidi] Null guard for event handlers by <a href="https://github.com/nvborisenko"><code>@nvborisenko</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/16967">SeleniumHQ/selenium#16967</a></li> <li>[java] Improve error message for died grid by <a href="https://github.com/asolntsev"><code>@asolntsev</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/16938">SeleniumHQ/selenium#16938</a></li> <li>[build] combine pre-release dependency updates by <a href="https://github.com/titusfortner"><code>@titusfortner</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/16973">SeleniumHQ/selenium#16973</a></li> <li>[rb] remove stored atoms these get generated by build by <a href="https://github.com/titusfortner"><code>@titusfortner</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/16971">SeleniumHQ/selenium#16971</a></li> <li>[dotnet] [bidi] Unignore some internal tests by <a href="https://github.com/nvborisenko"><code>@nvborisenko</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/16968">SeleniumHQ/selenium#16968</a></li> <li>[build] run ruff on python files outside py directory by <a href="https://github.com/titusfortner"><code>@titusfortner</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/16957">SeleniumHQ/selenium#16957</a></li> <li>[py] Fix return type hint for <code>alert_is_present</code> by <a href="https://github.com/nemowang2003"><code>@nemowang2003</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/16975">SeleniumHQ/selenium#16975</a></li> <li>Replace hardcoded bazel-selenium references with dynamic path resolution by <a href="https://github.com/titusfortner"><code>@titusfortner</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/16976">SeleniumHQ/selenium#16976</a></li> <li>No More CrazyFun! by <a href="https://github.com/titusfortner"><code>@titusfortner</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/16972">SeleniumHQ/selenium#16972</a></li> <li>[build] Remove update_gh_pages in favor of CI workflow by <a href="https://github.com/titusfortner"><code>@titusfortner</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/16977">SeleniumHQ/selenium#16977</a></li> <li>[build] Remove legacy rake helpers and unused code by <a href="https://github.com/titusfortner"><code>@titusfortner</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/16978">SeleniumHQ/selenium#16978</a></li> <li>[py] make bazel test target names consistent with other languages by <a href="https://github.com/titusfortner"><code>@titusfortner</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/16969">SeleniumHQ/selenium#16969</a></li> <li>[dotnet] [bidi] Fix namespace for Permissions module by <a href="https://github.com/nvborisenko"><code>@nvborisenko</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/16981">SeleniumHQ/selenium#16981</a></li> <li>[dotnet] [bidi] Hide Broker as internal implementation by <a href="https://github.com/nvborisenko"><code>@nvborisenko</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/16982">SeleniumHQ/selenium#16982</a></li> <li>[dotnet] [bidi] Refactor BiDi module initialization to pass BiDi explicitly by <a href="https://github.com/nvborisenko"><code>@nvborisenko</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/16983">SeleniumHQ/selenium#16983</a></li> <li>[build] Add DocFX updater script by <a href="https://github.com/titusfortner"><code>@titusfortner</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/16980">SeleniumHQ/selenium#16980</a></li> <li>[build] add reusable commit-changes.yml workflow by <a href="https://github.com/titusfortner"><code>@titusfortner</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/16965">SeleniumHQ/selenium#16965</a></li> <li>[java] fix JSON parsing of numbers with exponent by <a href="https://github.com/joerg1985"><code>@joerg1985</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/16961">SeleniumHQ/selenium#16961</a></li> <li>[build] Skip macOS-only archive rules on unsupported platforms by <a href="https://github.com/titusfortner"><code>@titusfortner</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/16985">SeleniumHQ/selenium#16985</a></li> <li>[build] Split Rakefile into per-language task files by <a href="https://github.com/titusfortner"><code>@titusfortner</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/16979">SeleniumHQ/selenium#16979</a></li> <li>Implement fast bazel target lookup with index caching by <a href="https://github.com/titusfortner"><code>@titusfortner</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/16974">SeleniumHQ/selenium#16974</a></li> <li>[build] Remove git.add() calls from rake tasks by <a href="https://github.com/titusfortner"><code>@titusfortner</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/16994">SeleniumHQ/selenium#16994</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/SeleniumHQ/selenium/commit/9fc754f90a9725756933b8a1788d5a583d7f509f"><code>9fc754f</code></a> [build] Prepare for release of selenium-4.41.0 (<a href="https://redirect.github.com/SeleniumHQ/selenium/issues/17098">#17098</a>)</li> <li><a href="https://github.com/SeleniumHQ/selenium/commit/d5f22eca5fe9b5574789315f2aeb8d6fde470e08"><code>d5f22ec</code></a> [java] mark tests passing in latest chrome beta</li> <li><a href="https://github.com/SeleniumHQ/selenium/commit/89c59938eca2135cc175e00558ae1adf7bc270d9"><code>89c5993</code></a> [build] fix auto-updating of browsers</li> <li><a href="https://github.com/SeleniumHQ/selenium/commit/4592f1b54fbb6e13c3239b59467ea97e154ac4c0"><code>4592f1b</code></a> [build] ci-python jobs not currently matching by default</li> <li><a href="https://github.com/SeleniumHQ/selenium/commit/755d44cc09c46708563ec2f4fd3d05d9d1e6efe6"><code>755d44c</code></a> [build] put cdp version support in changelogs</li> <li><a href="https://github.com/SeleniumHQ/selenium/commit/9aff5c7c2e75b300051c3baef62b7eba7c2e0ba5"><code>9aff5c7</code></a> [build] cannot invoke a rake task twice by default</li> <li><a href="https://github.com/SeleniumHQ/selenium/commit/3a680a3f4fb957015a3e4634cacf8e0a235d85ec"><code>3a680a3</code></a> [build] ignore the staging branch for the PR and apply all patches in order</li> <li><a href="https://github.com/SeleniumHQ/selenium/commit/20de9b9c3d073956a7a511174c800a8c4a38493c"><code>20de9b9</code></a> [build] stage changes to an ephemeral staging branch since not all updates ar...</li> <li><a href="https://github.com/SeleniumHQ/selenium/commit/aac9a2825271b5fef96aa3b0c7b4792b76a46e62"><code>aac9a28</code></a> [py] Update test to check it's an integer rather than a value (<a href="https://redirect.github.com/SeleniumHQ/selenium/issues/17114">#17114</a>)</li> <li><a href="https://github.com/SeleniumHQ/selenium/commit/02ec15f16d968801e6778f47312619629bd5e7e5"><code>02ec15f</code></a> [rb] Update dependencies (<a href="https://redirect.github.com/SeleniumHQ/selenium/issues/17111">#17111</a>)</li> <li>Additional commits viewable in <a href="https://github.com/SeleniumHQ/selenium/compare/selenium-4.30.0...selenium-4.41.0">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 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.1299 to 3.1.1430 (#1139) Bumps [com.tencentcloudapi:tencentcloud-sdk-java-ses](https://github.com/TencentCloud/tencentcloud-sdk-java) from 3.1.1299 to 3.1.1430. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/TencentCloud/tencentcloud-sdk-java/commit/1bf33a4a4db22970857343f134d0880aab5c64a4"><code>1bf33a4</code></a> release 3.1.1430</li> <li><a href="https://github.com/TencentCloud/tencentcloud-sdk-java/commit/8c21351e250d1da06f3f061e3060245fdc7a1008"><code>8c21351</code></a> release 3.1.1429</li> <li><a href="https://github.com/TencentCloud/tencentcloud-sdk-java/commit/a9b723839e02f22ceaf8ecfd81e2e8dacd349b20"><code>a9b7238</code></a> release 3.1.1428</li> <li><a href="https://github.com/TencentCloud/tencentcloud-sdk-java/commit/457afc81a8a662e7988c338add3146c85e5bc15a"><code>457afc8</code></a> release 3.1.1427</li> <li><a href="https://github.com/TencentCloud/tencentcloud-sdk-java/commit/046bc15984e88920948a70e1a91276fd8d33a74a"><code>046bc15</code></a> release 3.1.1426</li> <li><a href="https://github.com/TencentCloud/tencentcloud-sdk-java/commit/7dcf3b3bb97c62bdcb4a26f8956c7a25e6e81c2e"><code>7dcf3b3</code></a> release 3.1.1425</li> <li><a href="https://github.com/TencentCloud/tencentcloud-sdk-java/commit/8ce7c04b96f918f61251aae2118270f4597b33ef"><code>8ce7c04</code></a> release 3.1.1424</li> <li><a href="https://github.com/TencentCloud/tencentcloud-sdk-java/commit/c8d23bdd4cd1539de37067470e4d21d3c3aba24b"><code>c8d23bd</code></a> release 3.1.1423</li> <li><a href="https://github.com/TencentCloud/tencentcloud-sdk-java/commit/67fb307f89c42f4545f58eeb11b1b9f326c952e4"><code>67fb307</code></a> release 3.1.1422</li> <li><a href="https://github.com/TencentCloud/tencentcloud-sdk-java/commit/524d79b714eeb97437b3eaea020d349780121117"><code>524d79b</code></a> release 3.1.1421</li> <li>Additional commits viewable in <a href="https://github.com/TencentCloud/tencentcloud-sdk-java/compare/3.1.1299...3.1.1430">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>
…81 to 3.1.191 (#1147) Bumps [com.huaweicloud.sdk:huaweicloud-sdk-core](https://github.com/huaweicloud/huaweicloud-sdk-java-v3) from 3.1.181 to 3.1.191. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/huaweicloud/huaweicloud-sdk-java-v3/releases">com.huaweicloud.sdk:huaweicloud-sdk-core's releases</a>.</em></p> <blockquote> <h2>v3.1.191</h2> <p>Release 3.1.191</p> <h2>v3.1.190</h2> <p>Release 3.1.190</p> <h2>v3.1.189</h2> <p>Release 3.1.189</p> <h2>v3.1.188</h2> <p>Release 3.1.188</p> <h2>v3.1.187</h2> <p>Release 3.1.187</p> <h2>v3.1.186</h2> <p>Release 3.1.186</p> <h2>v3.1.185</h2> <p>Release 3.1.185</p> <h2>v3.1.184</h2> <p>Release 3.1.184</p> <h2>v3.1.183</h2> <p>Release 3.1.183</p> <h2>v3.1.182</h2> <p>Release 3.1.182</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/huaweicloud/huaweicloud-sdk-java-v3/blob/master/CHANGELOG.md">com.huaweicloud.sdk:huaweicloud-sdk-core's changelog</a>.</em></p> <blockquote> <h1>3.1.191 2026-04-02</h1> <h3>HuaweiCloud SDK Core</h3> <ul> <li><em>Features</em> <ul> <li>Obtaining temporary AK/SK and security token using Pod Identity in CCE clusters is supported.</li> </ul> </li> <li><em>Bug Fix</em> <ul> <li>None</li> </ul> </li> <li><em>Change</em> <ul> <li>None</li> </ul> </li> </ul> <h3>HuaweiCloud SDK DGC</h3> <ul> <li><em>API Version</em> <ul> <li>V1</li> </ul> </li> <li><em>Features</em> <ul> <li>None</li> </ul> </li> <li><em>Bug Fix</em> <ul> <li>None</li> </ul> </li> <li><em>Change</em> <ul> <li><strong>ListSystemTasks</strong> <ul> <li>changes of response param <ul> <li><code>+ status: enum value [WARNING]</code></li> <li><code>+ subtasks.status: enum value [WARNING]</code></li> </ul> </li> </ul> </li> </ul> </li> </ul> <h3>HuaweiCloud SDK DLF</h3> <ul> <li><em>API Version</em> <ul> <li>V1</li> </ul> </li> <li><em>Features</em> <ul> <li>None</li> </ul> </li> <li><em>Bug Fix</em> <ul> <li>None</li> </ul> </li> <li><em>Change</em> <ul> <li><strong>ListSystemTasks</strong> <ul> <li>changes of response param <ul> <li><code>+ status: enum value [WARNING]</code></li> <li><code>+ subTasks.status: enum value [WARNING]</code></li> </ul> </li> </ul> </li> </ul> </li> </ul> <h3>HuaweiCloud SDK GaussDBforopenGauss</h3> <ul> <li><em>API Version</em> <ul> <li>V3</li> </ul> </li> <li><em>Features</em> <ul> <li>Support the API <code>ModifySecurityGroup</code></li> </ul> </li> <li><em>Bug Fix</em> <ul> <li>None</li> </ul> </li> <li><em>Change</em> <ul> <li>None</li> </ul> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/huaweicloud/huaweicloud-sdk-java-v3/commit/4bc8609c0978b90002872b63358b6f102b11814c"><code>4bc8609</code></a> release 3.1.191 source code</li> <li><a href="https://github.com/huaweicloud/huaweicloud-sdk-java-v3/commit/4f2826761e9ee0a49bf0140501a1b2d45ed36b6f"><code>4f28267</code></a> release 3.1.190 source code</li> <li><a href="https://github.com/huaweicloud/huaweicloud-sdk-java-v3/commit/ac8ef1ebd22fdc20352b2cb3a8e328c236e4f8c5"><code>ac8ef1e</code></a> release 3.1.189 source code</li> <li><a href="https://github.com/huaweicloud/huaweicloud-sdk-java-v3/commit/f271550b8ef6bfc846bc641848db4f5eec206efb"><code>f271550</code></a> release 3.1.188 source code</li> <li><a href="https://github.com/huaweicloud/huaweicloud-sdk-java-v3/commit/7427d86ea23f34776f8267c4e02b296db8a26084"><code>7427d86</code></a> daily sync Sat Feb 28 09:53:59 UTC 2026</li> <li><a href="https://github.com/huaweicloud/huaweicloud-sdk-java-v3/commit/33105a47306b77df71037f8440a8b2c16da5de54"><code>33105a4</code></a> release 3.1.187 source code</li> <li><a href="https://github.com/huaweicloud/huaweicloud-sdk-java-v3/commit/9886fd519dd7585f2b17dbe707ddffc2bcac9caa"><code>9886fd5</code></a> release 3.1.186 source code</li> <li><a href="https://github.com/huaweicloud/huaweicloud-sdk-java-v3/commit/dd89f49d5f9eae2ca207363bb9be130bad23bde8"><code>dd89f49</code></a> release 3.1.185 source code</li> <li><a href="https://github.com/huaweicloud/huaweicloud-sdk-java-v3/commit/fa3189ac09322c7c84047cc6b0aa35d61f0a56af"><code>fa3189a</code></a> release 3.1.184 source code</li> <li><a href="https://github.com/huaweicloud/huaweicloud-sdk-java-v3/commit/ba740a04be80ed97e0e7dcd1dd1abd052898e445"><code>ba740a0</code></a> release 3.1.183 source code</li> <li>Additional commits viewable in <a href="https://github.com/huaweicloud/huaweicloud-sdk-java-v3/compare/v3.1.181...v3.1.191">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>
…81 to 3.1.191 (#1162) Bumps com.huaweicloud.sdk:huaweicloud-sdk-apig from 3.1.181 to 3.1.191. Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…rom 3.1.181 to 3.1.191 (#1171) Bumps com.huaweicloud.sdk:huaweicloud-sdk-functiongraph from 3.1.181 to 3.1.191. Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [com.brevo:brevo](https://github.com/getbrevo/brevo-java) from 1.1.2 to 1.1.3. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/getbrevo/brevo-java/releases">com.brevo:brevo's releases</a>.</em></p> <blockquote> <h2>1.1.3</h2> <h2>What's Changed</h2> <ul> <li>N8N-3466 : Update SDK for Loyalty APIs by <a href="https://github.com/ArunSIB"><code>@ArunSIB</code></a> in <a href="https://redirect.github.com/getbrevo/brevo-java/pull/17">getbrevo/brevo-java#17</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/getbrevo/brevo-java/compare/1.1.2...1.1.3">https://github.com/getbrevo/brevo-java/compare/1.1.2...1.1.3</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/getbrevo/brevo-java/commit/3a5294fabbbcbf4de1641a562a534afe0ba6dc6c"><code>3a5294f</code></a> Merge pull request <a href="https://redirect.github.com/getbrevo/brevo-java/issues/17">#17</a> from getbrevo/N8N-3466</li> <li><a href="https://github.com/getbrevo/brevo-java/commit/63428d2efc8901a7ecd592447167576ea5b74ecc"><code>63428d2</code></a> feat: Update version</li> <li><a href="https://github.com/getbrevo/brevo-java/commit/bff9365a7e57a67ee90868b0df670f5ca47e1fac"><code>bff9365</code></a> N8N-3274: Update loyalty API params and model types</li> <li>See full diff in <a href="https://github.com/getbrevo/brevo-java/compare/1.1.2...1.1.3">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>
Bumps [com.aliyun:fc20230330](https://github.com/aliyun/alibabacloud-java-sdk) from 4.6.2 to 4.7.1. <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/aliyun/alibabacloud-java-sdk/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> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…4.0 (#1165) Bumps [com.amazonaws:aws-lambda-java-core](https://github.com/aws/aws-lambda-java-libs) from 1.2.3 to 1.4.0. <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/aws/aws-lambda-java-libs/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> 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.