Conversation
Bumps `awssdk.version` from 2.42.40 to 2.42.41. Updates `software.amazon.awssdk:ses` from 2.42.40 to 2.42.41 Updates `software.amazon.awssdk:auth` from 2.42.40 to 2.42.41 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>
…1423) Bumps [commons-codec:commons-codec](https://github.com/apache/commons-codec) from 1.17.1 to 1.22.0. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/apache/commons-codec/blob/master/RELEASE-NOTES.txt">commons-codec:commons-codec's changelog</a>.</em></p> <blockquote> <h2>Apache Commons Codec 1.22.0 Release Notes</h2> <p>The Apache Commons Codec team is pleased to announce the release of Apache Commons Codec 1.22.0.</p> <p>The Apache Commons Codec component contains encoders and decoders for formats such as Base16, Base32, Base64, digest, and Hexadecimal. In addition to these widely used encoders and decoders, the codec package also maintains a collection of phonetic encoding utilities.</p> <p>This is a feature and maintenance release. Java 8 or later is required.</p> <h2>New features</h2> <ul> <li>CODEC-326: Add Base58 support. Thanks to Inkeet, Gary Gregory, Wolff Bock von Wuelfingen.</li> <li> <pre><code> Add BaseNCodecInputStream.AbstracBuilder.setByteArray(byte[]). Thanks to Gary Gregory. </code></pre> </li> <li>CODEC-335: Add GitIdentifiers to compute Git blob and tree object identifiers. Thanks to Piotr P. Karwasz, Gary Gregory.</li> </ul> <h2>Fixed Bugs</h2> <ul> <li>CODEC-249: Fix Incorrect transform of CH digraph according Metaphone basic rules <a href="https://redirect.github.com/apache/commons-codec/issues/423">#423</a>. Thanks to Shalu Jha, Andrey, Gary Gregory.</li> <li>CODEC-317: ColognePhonetic can create duplicate consecutive codes in some cases. Thanks to DRUser123, Shalu Jha, Gary Gregory.</li> <li> <pre><code> Add boundary tests for BinaryCodec.fromAscii partial-bit inputs [#425](apache/commons-codec#425). Thanks to fancying, Gary Gregory. </code></pre> </li> <li>CODEC-336: Base64.Builder.setUrlSafe(boolean) Javadoc incorrectly states null is accepted for primitive boolean parameter. Thanks to Partha Paul, Gary Gregory.</li> </ul> <h2>Changes</h2> <ul> <li> <pre><code> Bump org.apache.commons:commons-parent from 96 to 98. Thanks to Gary Gregory. </code></pre> </li> </ul> <p>For complete information on Apache Commons Codec, including instructions on how to submit bug reports, patches, or suggestions for improvement, see the Apache Commons Codec website:</p> <p><a href="https://commons.apache.org/proper/commons-codec/">https://commons.apache.org/proper/commons-codec/</a></p> <p>Download page: <a href="https://commons.apache.org/proper/commons-codec/download_codec.cgi">https://commons.apache.org/proper/commons-codec/download_codec.cgi</a></p> <hr /> <h2>Apache Commons Codec 1.21.0 Release Notes</h2> <p>The Apache Commons Codec team is pleased to announce the release of Apache Commons Codec 1.21.0.</p> <p>The Apache Commons Codec component contains encoders and decoders for formats such as Base16, Base32, Base64, digest, and Hexadecimal. In addition to these widely used encoders and decoders, the codec package also maintains a</p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/apache/commons-codec/commit/81a6295f071df5819893422a397d94bc396f2edd"><code>81a6295</code></a> Prepare for the release candidate 1.22.0 RC1</li> <li><a href="https://github.com/apache/commons-codec/commit/73104b011a9758896904831f9b1bd29aad077f11"><code>73104b0</code></a> Prepare for the next release candidate</li> <li><a href="https://github.com/apache/commons-codec/commit/8e36214fa2760d37e4e9c83336ed5bb324c23482"><code>8e36214</code></a> In-line single use test local variables</li> <li><a href="https://github.com/apache/commons-codec/commit/9bd67e787d88705baa26e85f3a9609dec015ba5b"><code>9bd67e7</code></a> Use vararg syntax</li> <li><a href="https://github.com/apache/commons-codec/commit/25e52b06a3c24dc06216e7d29321a2f01c60ec6f"><code>25e52b0</code></a> Use vararg syntax</li> <li><a href="https://github.com/apache/commons-codec/commit/e2ebaca8b30d1d04d0eb6a4e811a6d26631f4d31"><code>e2ebaca</code></a> Bump github/codeql-action from 4.35.1 to 4.35.2</li> <li><a href="https://github.com/apache/commons-codec/commit/33998a05a8adc84ca944bad2e5c7215309d1477b"><code>33998a0</code></a> Bump actions/upload-artifact from 7.0.0 to 7.0.1</li> <li><a href="https://github.com/apache/commons-codec/commit/50c6583280cb3ed67407dcaeb31df4f8fa8ede20"><code>50c6583</code></a> Bump actions/cache from 5.0.4 to 5.0.5</li> <li><a href="https://github.com/apache/commons-codec/commit/b2be3a82b2d0902e89718a56c6afb5850d020668"><code>b2be3a8</code></a> Add <a href="https://github.com/Override"><code>@Override</code></a></li> <li><a href="https://github.com/apache/commons-codec/commit/20f09bfcfdce88760ec9be095b848e85d9084acf"><code>20f09bf</code></a> Use final.</li> <li>Additional commits viewable in <a href="https://github.com/apache/commons-codec/compare/rel/commons-codec-1.17.1...rel/commons-codec-1.22.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>
…1427) Bumps [commons-codec:commons-codec](https://github.com/apache/commons-codec) from 1.21.0 to 1.22.0. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/apache/commons-codec/blob/master/RELEASE-NOTES.txt">commons-codec:commons-codec's changelog</a>.</em></p> <blockquote> <h2>Apache Commons Codec 1.22.0 Release Notes</h2> <p>The Apache Commons Codec team is pleased to announce the release of Apache Commons Codec 1.22.0.</p> <p>The Apache Commons Codec component contains encoders and decoders for formats such as Base16, Base32, Base64, digest, and Hexadecimal. In addition to these widely used encoders and decoders, the codec package also maintains a collection of phonetic encoding utilities.</p> <p>This is a feature and maintenance release. Java 8 or later is required.</p> <h2>New features</h2> <ul> <li>CODEC-326: Add Base58 support. Thanks to Inkeet, Gary Gregory, Wolff Bock von Wuelfingen.</li> <li> <pre><code> Add BaseNCodecInputStream.AbstracBuilder.setByteArray(byte[]). Thanks to Gary Gregory. </code></pre> </li> <li>CODEC-335: Add GitIdentifiers to compute Git blob and tree object identifiers. Thanks to Piotr P. Karwasz, Gary Gregory.</li> </ul> <h2>Fixed Bugs</h2> <ul> <li>CODEC-249: Fix Incorrect transform of CH digraph according Metaphone basic rules <a href="https://redirect.github.com/apache/commons-codec/issues/423">#423</a>. Thanks to Shalu Jha, Andrey, Gary Gregory.</li> <li>CODEC-317: ColognePhonetic can create duplicate consecutive codes in some cases. Thanks to DRUser123, Shalu Jha, Gary Gregory.</li> <li> <pre><code> Add boundary tests for BinaryCodec.fromAscii partial-bit inputs [#425](apache/commons-codec#425). Thanks to fancying, Gary Gregory. </code></pre> </li> <li>CODEC-336: Base64.Builder.setUrlSafe(boolean) Javadoc incorrectly states null is accepted for primitive boolean parameter. Thanks to Partha Paul, Gary Gregory.</li> </ul> <h2>Changes</h2> <ul> <li> <pre><code> Bump org.apache.commons:commons-parent from 96 to 98. Thanks to Gary Gregory. </code></pre> </li> </ul> <p>For complete information on Apache Commons Codec, including instructions on how to submit bug reports, patches, or suggestions for improvement, see the Apache Commons Codec website:</p> <p><a href="https://commons.apache.org/proper/commons-codec/">https://commons.apache.org/proper/commons-codec/</a></p> <p>Download page: <a href="https://commons.apache.org/proper/commons-codec/download_codec.cgi">https://commons.apache.org/proper/commons-codec/download_codec.cgi</a></p> <hr /> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/apache/commons-codec/commit/81a6295f071df5819893422a397d94bc396f2edd"><code>81a6295</code></a> Prepare for the release candidate 1.22.0 RC1</li> <li><a href="https://github.com/apache/commons-codec/commit/73104b011a9758896904831f9b1bd29aad077f11"><code>73104b0</code></a> Prepare for the next release candidate</li> <li><a href="https://github.com/apache/commons-codec/commit/8e36214fa2760d37e4e9c83336ed5bb324c23482"><code>8e36214</code></a> In-line single use test local variables</li> <li><a href="https://github.com/apache/commons-codec/commit/9bd67e787d88705baa26e85f3a9609dec015ba5b"><code>9bd67e7</code></a> Use vararg syntax</li> <li><a href="https://github.com/apache/commons-codec/commit/25e52b06a3c24dc06216e7d29321a2f01c60ec6f"><code>25e52b0</code></a> Use vararg syntax</li> <li><a href="https://github.com/apache/commons-codec/commit/e2ebaca8b30d1d04d0eb6a4e811a6d26631f4d31"><code>e2ebaca</code></a> Bump github/codeql-action from 4.35.1 to 4.35.2</li> <li><a href="https://github.com/apache/commons-codec/commit/33998a05a8adc84ca944bad2e5c7215309d1477b"><code>33998a0</code></a> Bump actions/upload-artifact from 7.0.0 to 7.0.1</li> <li><a href="https://github.com/apache/commons-codec/commit/50c6583280cb3ed67407dcaeb31df4f8fa8ede20"><code>50c6583</code></a> Bump actions/cache from 5.0.4 to 5.0.5</li> <li><a href="https://github.com/apache/commons-codec/commit/b2be3a82b2d0902e89718a56c6afb5850d020668"><code>b2be3a8</code></a> Add <a href="https://github.com/Override"><code>@Override</code></a></li> <li><a href="https://github.com/apache/commons-codec/commit/20f09bfcfdce88760ec9be095b848e85d9084acf"><code>20f09bf</code></a> Use final.</li> <li>Additional commits viewable in <a href="https://github.com/apache/commons-codec/compare/rel/commons-codec-1.21.0...rel/commons-codec-1.22.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>
This PR updates the `dependencyManagement` section in `bom-aio/pom.xml` based on the effective dependencies resolved from `bom-aio-origin/pom.xml`. Generated by GitHub Actions UpdateBOMAIODependencies workflow. Co-authored-by: ACANX <12597131+ACANX@users.noreply.github.com>
Bumps `awssdk.version` from 2.42.41 to 2.43.0. Updates `software.amazon.awssdk:ses` from 2.42.41 to 2.43.0 Updates `software.amazon.awssdk:auth` from 2.42.41 to 2.43.0 Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps `awssdk.version` from 2.42.41 to 2.43.0. Updates `software.amazon.awssdk:s3` from 2.42.41 to 2.43.0 Updates `software.amazon.awssdk:lambda` from 2.42.41 to 2.43.0 Updates `software.amazon.awssdk:ses` from 2.42.41 to 2.43.0 Updates `software.amazon.awssdk:cloudwatch` from 2.42.41 to 2.43.0 Updates `software.amazon.awssdk:costexplorer` from 2.42.41 to 2.43.0 Updates `software.amazon.awssdk:regions` from 2.42.41 to 2.43.0 Updates `software.amazon.awssdk:aws-core` from 2.42.41 to 2.43.0 Updates `software.amazon.awssdk:sqs` from 2.42.41 to 2.43.0 Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps `awssdk.version` from 2.42.41 to 2.43.0. Updates `software.amazon.awssdk:s3` from 2.42.41 to 2.43.0 Updates `software.amazon.awssdk:lambda` from 2.42.41 to 2.43.0 Updates `software.amazon.awssdk:ses` from 2.42.41 to 2.43.0 Updates `software.amazon.awssdk:cloudwatch` from 2.42.41 to 2.43.0 Updates `software.amazon.awssdk:sdk-core` from 2.42.41 to 2.43.0 Updates `software.amazon.awssdk:scheduler` from 2.42.41 to 2.43.0 Updates `software.amazon.awssdk:costexplorer` from 2.42.41 to 2.43.0 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>
…rmat-xml][2.21.2 => 2.21.3] (#1433) Bumps [com.fasterxml.jackson.dataformat:jackson-dataformat-xml](https://github.com/FasterXML/jackson-dataformat-xml) from 2.21.2 to 2.21.3. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/FasterXML/jackson-dataformat-xml/commit/797e9c5b7632caf1ba448d50a960bb0a8b4945df"><code>797e9c5</code></a> [maven-release-plugin] prepare release jackson-dataformat-xml-2.21.3</li> <li><a href="https://github.com/FasterXML/jackson-dataformat-xml/commit/2f97c3796c333ae08807c7bd76996741a4f3a08f"><code>2f97c37</code></a> Prep for 2.21.3 release</li> <li><a href="https://github.com/FasterXML/jackson-dataformat-xml/commit/2cf2278bfe6d6c8c1d678ba9f0a110d1606b1300"><code>2cf2278</code></a> Merge branch '2.20' into 2.21</li> <li><a href="https://github.com/FasterXML/jackson-dataformat-xml/commit/14641c814571e6a2e6cb4a9b47c44ecab49e4714"><code>14641c8</code></a> Merge branch '2.19' into 2.20</li> <li><a href="https://github.com/FasterXML/jackson-dataformat-xml/commit/6a60f085782625ce2ba3251939bd52917a7cc5a1"><code>6a60f08</code></a> Merge branch '2.18' into 2.19</li> <li><a href="https://github.com/FasterXML/jackson-dataformat-xml/commit/4f332056146bf6c3b15e7205719115992bacffaa"><code>4f33205</code></a> Post-release dep version bump</li> <li><a href="https://github.com/FasterXML/jackson-dataformat-xml/commit/a14b1ce1e96dbc5af01dde725520a36db3d0011c"><code>a14b1ce</code></a> [maven-release-plugin] prepare for next development iteration</li> <li><a href="https://github.com/FasterXML/jackson-dataformat-xml/commit/becde8e2376538d047d1e2ee6bc2e27af24d812d"><code>becde8e</code></a> [maven-release-plugin] prepare release jackson-dataformat-xml-2.18.7</li> <li><a href="https://github.com/FasterXML/jackson-dataformat-xml/commit/72a4a3745b4a463f07b89b947a4f26720427614d"><code>72a4a37</code></a> Prep for 2.18.7 release</li> <li><a href="https://github.com/FasterXML/jackson-dataformat-xml/commit/74b2742c0fca387f562e80536925c131c989805e"><code>74b2742</code></a> Post-release dep version bump</li> <li>Additional commits viewable in <a href="https://github.com/FasterXML/jackson-dataformat-xml/compare/jackson-dataformat-xml-2.21.2...jackson-dataformat-xml-2.21.3">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>
…#1435) Bumps [com.aliyun:alibabacloud-oss-v2](https://github.com/aliyun/alibabacloud-oss-java-sdk-v2) from 0.3.2 to 0.4.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/aliyun/alibabacloud-oss-java-sdk-v2/releases">com.aliyun:alibabacloud-oss-v2's releases</a>.</em></p> <blockquote> <h2>0.4.0</h2> <ul> <li>Feature:Add tables bucket</li> <li>Feature:Add Downloader, Uploader and Copier</li> <li>Feature:Data process client supports data pipeline api</li> <li>Feature:Add DoDataPipeLineAction api</li> <li>Feature:Add DoMetaQueryAction api</li> <li>Update:Support returning part size, CRC64, and LastModified in ListParts</li> <li>Fix SceneElement.frameTimes parsing error</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/aliyun/alibabacloud-oss-java-sdk-v2/blob/main/CHANGELOG.md">com.aliyun:alibabacloud-oss-v2's changelog</a>.</em></p> <blockquote> <h2>版本号:0.4.0 日期:2026-04-28</h2> <h3>变更内容</h3> <ul> <li>Feature:Add tables bucket</li> <li>Feature:Add Downloader, Uploader and Copier</li> <li>Feature:Data process client supports data pipeline api</li> <li>Feature:Add DoDataPipeLineAction api</li> <li>Feature:Add DoMetaQueryAction api</li> <li>Update:Support returning part size, CRC64, and LastModified in ListParts</li> <li>Fix SceneElement.frameTimes parsing error</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/aliyun/alibabacloud-oss-java-sdk-v2/commit/9f71d61040a356d5916983df5de8239f1d551c1b"><code>9f71d61</code></a> change version 0.4.0</li> <li><a href="https://github.com/aliyun/alibabacloud-oss-java-sdk-v2/commit/93d6a486b71eb59ffb0f314e81fed5b5bb862e0a"><code>93d6a48</code></a> update data process</li> <li><a href="https://github.com/aliyun/alibabacloud-oss-java-sdk-v2/commit/60b11172b15f3fb7d401d6be8cbf83f8199ac97f"><code>60b1117</code></a> update testcase</li> <li><a href="https://github.com/aliyun/alibabacloud-oss-java-sdk-v2/commit/fc1cf24f686ce57d67b527480f1e5dbeb80d01ce"><code>fc1cf24</code></a> update README</li> <li><a href="https://github.com/aliyun/alibabacloud-oss-java-sdk-v2/commit/2c557971e9955abfdaaa790beaf6406bed221f62"><code>2c55797</code></a> add data pipeline</li> <li><a href="https://github.com/aliyun/alibabacloud-oss-java-sdk-v2/commit/4b76ec5d24eba06f148197ee55691928cf301d9e"><code>4b76ec5</code></a> update sample code</li> <li><a href="https://github.com/aliyun/alibabacloud-oss-java-sdk-v2/commit/06f718c0ce85084f657e8bf771fd7e37d804c16f"><code>06f718c</code></a> add transfermanager</li> <li><a href="https://github.com/aliyun/alibabacloud-oss-java-sdk-v2/commit/0763f6a2b015e6d7f118625e9715f8a1420a5367"><code>0763f6a</code></a> add tables api</li> <li><a href="https://github.com/aliyun/alibabacloud-oss-java-sdk-v2/commit/999619a2202d29130b07bf81f8793cde519ba187"><code>999619a</code></a> Add the SimpleQuery parameter to semanticQuery</li> <li><a href="https://github.com/aliyun/alibabacloud-oss-java-sdk-v2/commit/cec117f44ac60a24ef042c9d391e3288621a8b2f"><code>cec117f</code></a> add test dependency</li> <li>Additional commits viewable in <a href="https://github.com/aliyun/alibabacloud-oss-java-sdk-v2/compare/0.3.2...0.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>
…1437) Bumps [org.postgresql:postgresql](https://github.com/pgjdbc/pgjdbc) from 42.7.10 to 42.7.11. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/pgjdbc/pgjdbc/releases">org.postgresql:postgresql's releases</a>.</em></p> <blockquote> <h2>v42.7.11</h2> <h2>Security</h2> <ul> <li>fix: Limit SCRAM PBKDF2 iterations accepted from the server. pgjdbc was vulnerable to a client-side denial of service in SCRAM-SHA-256 authentication, where a malicious or compromised PostgreSQL server could specify an extremely large PBKDF2 iteration count, causing the client to consume unbounded CPU and potentially exhaust connection pools. The fix introduces a new scramMaxIterations connection property (defaulting to 100,000) to cap iteration counts before computation begins. See the <a href="https://github.com/pgjdbc/pgjdbc/security/advisories/GHSA-98qh-xjc8-98pq">Security Advisory</a> for more detail. The following <a href="https://nvd.nist.gov/vuln/detail/CVE-2026-42198">CVE-2026-42198</a> has been issued.</li> </ul> <h2>Changes</h2> <ul> <li>fix: Add sources and javadocs to shaded published lib generation <a href="https://github.com/sehrope"><code>@sehrope</code></a> (<a href="https://redirect.github.com/pgjdbc/pgjdbc/issues/4043">#4043</a>)</li> <li>update Changelog and website for release of 42.7.11 <a href="https://github.com/davecramer"><code>@davecramer</code></a> (<a href="https://redirect.github.com/pgjdbc/pgjdbc/issues/4042">#4042</a>)</li> <li>Fix scram fix location in changelog and update published artifact developer list <a href="https://github.com/sehrope"><code>@sehrope</code></a> (<a href="https://redirect.github.com/pgjdbc/pgjdbc/issues/4041">#4041</a>)</li> <li>Restrict test with scram_iterations to v16+ and release notes <a href="https://github.com/sehrope"><code>@sehrope</code></a> (<a href="https://redirect.github.com/pgjdbc/pgjdbc/issues/4040">#4040</a>)</li> <li>chore(deps): update ubuntu:24.04 docker digest to 84e77de <a href="https://github.com/renovate-bot"><code>@renovate-bot</code></a> (<a href="https://redirect.github.com/pgjdbc/pgjdbc/issues/4017">#4017</a>)</li> <li>test: add tests for QueryExecutor#getTransactionState <a href="https://github.com/vlsi"><code>@vlsi</code></a> (<a href="https://redirect.github.com/pgjdbc/pgjdbc/issues/4006">#4006</a>)</li> <li>chore(deps): update actions/create-github-app-token action to v2.2.2 <a href="https://github.com/renovate-bot"><code>@renovate-bot</code></a> (<a href="https://redirect.github.com/pgjdbc/pgjdbc/issues/3983">#3983</a>)</li> <li>fix: fix flaky CopyBothResponseTest by using WAL flush LSN <a href="https://github.com/vlsi"><code>@vlsi</code></a> (<a href="https://redirect.github.com/pgjdbc/pgjdbc/issues/3979">#3979</a>)</li> <li>fix: fix flaky replication restart tests by waiting for confirmed_flush_lsn <a href="https://github.com/vlsi"><code>@vlsi</code></a> (<a href="https://redirect.github.com/pgjdbc/pgjdbc/issues/3975">#3975</a>)</li> <li>test: fix flaky LogicalReplicationStatusTest by polling pg_stat_replication <a href="https://github.com/vlsi"><code>@vlsi</code></a> (<a href="https://redirect.github.com/pgjdbc/pgjdbc/issues/3974">#3974</a>)</li> <li>chore: replace Appveyor with ikalnytskyi/action-setup-postgres <a href="https://github.com/vlsi"><code>@vlsi</code></a> (<a href="https://redirect.github.com/pgjdbc/pgjdbc/issues/3966">#3966</a>)</li> <li>test: move test table creation from <a href="https://github.com/BeforeEach"><code>@BeforeEach</code></a> to <a href="https://github.com/BeforeAll"><code>@BeforeAll</code></a> <a href="https://github.com/vlsi"><code>@vlsi</code></a> (<a href="https://redirect.github.com/pgjdbc/pgjdbc/issues/3967">#3967</a>)</li> <li>Return jsonb as PGObject fixes Issue <a href="https://redirect.github.com/pgjdbc/pgjdbc/issues/3926">#3926</a> <a href="https://github.com/davecramer"><code>@davecramer</code></a> (<a href="https://redirect.github.com/pgjdbc/pgjdbc/issues/3956">#3956</a>)</li> <li>Update docker scripts <a href="https://github.com/davecramer"><code>@davecramer</code></a> (<a href="https://redirect.github.com/pgjdbc/pgjdbc/issues/3958">#3958</a>)</li> <li>implement require_auth, this is pretty much how libpq does this. <a href="https://github.com/davecramer"><code>@davecramer</code></a> (<a href="https://redirect.github.com/pgjdbc/pgjdbc/issues/3895">#3895</a>)</li> <li>docs: add SCRAM authentication test setup section to TESTING.md <a href="https://github.com/emmaeng700"><code>@emmaeng700</code></a> (<a href="https://redirect.github.com/pgjdbc/pgjdbc/issues/3945">#3945</a>)</li> <li>Add RequireServerVersion annotation for tests <a href="https://github.com/sehrope"><code>@sehrope</code></a> (<a href="https://redirect.github.com/pgjdbc/pgjdbc/issues/3939">#3939</a>)</li> </ul> <h2>🐛 Bug Fixes</h2> <ul> <li>fix: ensure extended protocol messages end with Sync message <a href="https://github.com/vlsi"><code>@vlsi</code></a> (<a href="https://redirect.github.com/pgjdbc/pgjdbc/issues/3728">#3728</a>)</li> <li>fix: enable cursor-based fetching in extended protocol when transaction started via SQL command <a href="https://github.com/vlsi"><code>@vlsi</code></a> (<a href="https://redirect.github.com/pgjdbc/pgjdbc/issues/3996">#3996</a>)</li> <li>fix: retry with SSL on IOException when sslMode=ALLOW <a href="https://github.com/vlsi"><code>@vlsi</code></a> (<a href="https://redirect.github.com/pgjdbc/pgjdbc/issues/3973">#3973</a>)</li> <li>fix: allow fallback to non-SSL connection when sslMode=prefer and sslResponseTimeout kicks in <a href="https://github.com/vlsi"><code>@vlsi</code></a> (<a href="https://redirect.github.com/pgjdbc/pgjdbc/issues/3968">#3968</a>)</li> <li>fix: catch SecurityException from setContextClassLoader on ForkJoinPool workers <a href="https://github.com/vlsi"><code>@vlsi</code></a> (<a href="https://redirect.github.com/pgjdbc/pgjdbc/issues/3962">#3962</a>)</li> <li>fix: use compareTo for LogSequenceNumber comparison <a href="https://github.com/vlsi"><code>@vlsi</code></a> (<a href="https://redirect.github.com/pgjdbc/pgjdbc/issues/3961">#3961</a>)</li> <li>fix: release COPY lock on IOException to prevent connection hang (<a href="https://redirect.github.com/pgjdbc/pgjdbc/issues/3957">#3957</a>) <a href="https://github.com/vlsi"><code>@vlsi</code></a> (<a href="https://redirect.github.com/pgjdbc/pgjdbc/issues/3960">#3960</a>)</li> </ul> <h2>🧰 Maintenance</h2> <ul> <li>style: replace <a href="https://github.com/exception"><code>@exception</code></a> with <a href="https://github.com/throws"><code>@throws</code></a> in getBoolean javadoc <a href="https://github.com/vlsi"><code>@vlsi</code></a> (<a href="https://redirect.github.com/pgjdbc/pgjdbc/issues/4035">#4035</a>)</li> <li>chore: use <code>@vlsi/github-actions-random-matrix</code> npm package <a href="https://github.com/vlsi"><code>@vlsi</code></a> (<a href="https://redirect.github.com/pgjdbc/pgjdbc/issues/4008">#4008</a>)</li> <li>chore: use tag names for pinning github actions, pin ikalnytskyi/action-setup-postgres <a href="https://github.com/vlsi"><code>@vlsi</code></a> (<a href="https://redirect.github.com/pgjdbc/pgjdbc/issues/4007">#4007</a>)</li> <li>chore: bump errorprone to 2.48.0 <a href="https://github.com/vlsi"><code>@vlsi</code></a> (<a href="https://redirect.github.com/pgjdbc/pgjdbc/issues/4005">#4005</a>)</li> <li>test: add <a href="https://github.com/DisableLogger"><code>@DisableLogger</code></a> annotation to suppress expected log warnings in tests <a href="https://github.com/vlsi"><code>@vlsi</code></a> (<a href="https://redirect.github.com/pgjdbc/pgjdbc/issues/3971">#3971</a>)</li> <li>chore: suppress deprecations in test code to reduce build verbosity <a href="https://github.com/vlsi"><code>@vlsi</code></a> (<a href="https://redirect.github.com/pgjdbc/pgjdbc/issues/3972">#3972</a>)</li> <li>chore: replace log warning in ConnectionFactory.closeStream with Throwable.addSuppressed <a href="https://github.com/vlsi"><code>@vlsi</code></a> (<a href="https://redirect.github.com/pgjdbc/pgjdbc/issues/3970">#3970</a>)</li> <li>chore: use greedy pairwise coverage for CI matrix generation <a href="https://github.com/vlsi"><code>@vlsi</code></a> (<a href="https://redirect.github.com/pgjdbc/pgjdbc/issues/3965">#3965</a>)</li> <li>chore: use full version tags in GitHub Actions comments <a href="https://github.com/vlsi"><code>@vlsi</code></a> (<a href="https://redirect.github.com/pgjdbc/pgjdbc/issues/3963">#3963</a>)</li> </ul> <h2>⬆️ Dependencies</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/pgjdbc/pgjdbc/blob/master/CHANGELOG.md">org.postgresql:postgresql's changelog</a>.</em></p> <blockquote> <h2>[42.7.11] (2026-04-28)</h2> <h3>Security</h3> <ul> <li>fix: Limit SCRAM PBKDF2 iterations accepted from the server. pgjdbc was vulnerable to a client-side denial of service in SCRAM-SHA-256 authentication, where a malicious or compromised PostgreSQL server could specify an extremely large PBKDF2 iteration count, causing the client to consume unbounded CPU and potentially exhaust connection pools. The fix introduces a new scramMaxIterations connection property (defaulting to 100,000) to cap iteration counts before computation begins. See the <a href="https://github.com/pgjdbc/pgjdbc/security/advisories/GHSA-98qh-xjc8-98pq">Security Advisory</a> for more detail. The following <a href="https://nvd.nist.gov/vuln/detail/CVE-2026-42198">CVE-2026-42198</a> has been issued.</li> </ul> <h3>Added</h3> <ul> <li>feat: implement require_auth connection property, aligning with libpq behavior [PR <a href="https://redirect.github.com/pgjdbc/pgjdbc/issues/3895">#3895</a>](<a href="https://redirect.github.com/pgjdbc/pgjdbc/pull/3895">pgjdbc/pgjdbc#3895</a>)</li> </ul> <h3>Changed</h3> <ul> <li>chore: replace Appveyor CI with ikalnytskyi/action-setup-postgres [PR <a href="https://redirect.github.com/pgjdbc/pgjdbc/issues/3966">#3966</a>](<a href="https://redirect.github.com/pgjdbc/pgjdbc/pull/3966">pgjdbc/pgjdbc#3966</a>)</li> <li>chore: upgrade Gradle to v9 [PR <a href="https://redirect.github.com/pgjdbc/pgjdbc/issues/3978">#3978</a>](<a href="https://redirect.github.com/pgjdbc/pgjdbc/pull/3978">pgjdbc/pgjdbc#3978</a>)</li> </ul> <h3>Fixed</h3> <ul> <li>fix: ensure extended protocol messages end with Sync message [PR <a href="https://redirect.github.com/pgjdbc/pgjdbc/issues/3728">#3728</a>](<a href="https://redirect.github.com/pgjdbc/pgjdbc/pull/3728">pgjdbc/pgjdbc#3728</a>)</li> <li>fix: enable cursor-based fetching in extended protocol when transaction started via SQL command [PR <a href="https://redirect.github.com/pgjdbc/pgjdbc/issues/3996">#3996</a>](<a href="https://redirect.github.com/pgjdbc/pgjdbc/pull/3996">pgjdbc/pgjdbc#3996</a>)</li> <li>fix: retry with SSL on IOException when sslMode=ALLOW [PR <a href="https://redirect.github.com/pgjdbc/pgjdbc/issues/3973">#3973</a>](<a href="https://redirect.github.com/pgjdbc/pgjdbc/pull/3973">pgjdbc/pgjdbc#3973</a>)</li> <li>fix: make sure the driver honours connectTimeout when retrying the connection [PR <a href="https://redirect.github.com/pgjdbc/pgjdbc/issues/3968">#3968</a>](<a href="https://redirect.github.com/pgjdbc/pgjdbc/pull/3968">pgjdbc/pgjdbc#3968</a>)</li> <li>fix: allow fallback to non-SSL connection when sslMode=prefer and sslResponseTimeout kicks in [PR <a href="https://redirect.github.com/pgjdbc/pgjdbc/issues/3968">#3968</a>](<a href="https://redirect.github.com/pgjdbc/pgjdbc/pull/3968">pgjdbc/pgjdbc#3968</a>)</li> <li>fix: catch SecurityException from setContextClassLoader on ForkJoinPool workers [PR <a href="https://redirect.github.com/pgjdbc/pgjdbc/issues/3962">#3962</a>](<a href="https://redirect.github.com/pgjdbc/pgjdbc/pull/3962">pgjdbc/pgjdbc#3962</a>)</li> <li>fix: use compareTo for LogSequenceNumber comparison to handle unsigned values correctly [PR <a href="https://redirect.github.com/pgjdbc/pgjdbc/issues/3961">#3961</a>](<a href="https://redirect.github.com/pgjdbc/pgjdbc/pull/3961">pgjdbc/pgjdbc#3961</a>)</li> <li>fix: release COPY lock on IOException to prevent connection hang [PR <a href="https://redirect.github.com/pgjdbc/pgjdbc/issues/3957">#3957</a>](<a href="https://redirect.github.com/pgjdbc/pgjdbc/pull/3957">pgjdbc/pgjdbc#3957</a>)</li> <li>fix: return jsonb as PGObject instead of String [PR <a href="https://redirect.github.com/pgjdbc/pgjdbc/issues/3956">#3956</a>](<a href="https://redirect.github.com/pgjdbc/pgjdbc/pull/3956">pgjdbc/pgjdbc#3956</a>)</li> <li>fix: align SSL key file permission check with libpq [PR <a href="https://redirect.github.com/pgjdbc/pgjdbc/issues/3952">#3952</a>](<a href="https://redirect.github.com/pgjdbc/pgjdbc/pull/3952">pgjdbc/pgjdbc#3952</a>)</li> <li>fix: guard connection closed flag with a reentrant lock to protect against concurrent close [PR <a href="https://redirect.github.com/pgjdbc/pgjdbc/issues/3905">#3905</a>](<a href="https://redirect.github.com/pgjdbc/pgjdbc/pull/3905">pgjdbc/pgjdbc#3905</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pgjdbc/pgjdbc/commit/78e261ff2a7f16a37bdceb2204f67e484387da2f"><code>78e261f</code></a> fix: Add sources and javadocs to shaded published lib generation</li> <li><a href="https://github.com/pgjdbc/pgjdbc/commit/1e09fa0496377296c9e2ef3bfd2b409945fba17a"><code>1e09fa0</code></a> update Changelog and website for release of 42.7.11 (<a href="https://redirect.github.com/pgjdbc/pgjdbc/issues/4042">#4042</a>)</li> <li><a href="https://github.com/pgjdbc/pgjdbc/commit/d479fa5b8c8c915a441ce1f2448f69f23dd0b66c"><code>d479fa5</code></a> Fix scram fix location in changelog and update published artifact developer l...</li> <li><a href="https://github.com/pgjdbc/pgjdbc/commit/b04fc46af6c207bc7ce9e788fea8c43d18b73d0f"><code>b04fc46</code></a> docs: Add scram max iters fix to changelog</li> <li><a href="https://github.com/pgjdbc/pgjdbc/commit/cf548225b4078db954765339720ffdf3bc94e5a6"><code>cf54822</code></a> test: Disable scram test on older version without scram_iterations GUC</li> <li><a href="https://github.com/pgjdbc/pgjdbc/commit/7dbcc79b2b4adf7b71458c9434d2c43cec7713b9"><code>7dbcc79</code></a> test: Add SCRAM max iteration tests</li> <li><a href="https://github.com/pgjdbc/pgjdbc/commit/c9d41d1332a7426fcef19ff89f2e6b1116429143"><code>c9d41d1</code></a> fix: Limit SCRAM PBKDF2 iterations accepted from the server</li> <li><a href="https://github.com/pgjdbc/pgjdbc/commit/a340cb2b0ae24c0d98ad9dec569200ebb704d6aa"><code>a340cb2</code></a> style: replace <a href="https://github.com/exception"><code>@exception</code></a> with <a href="https://github.com/throws"><code>@throws</code></a> in getBoolean javadoc</li> <li><a href="https://github.com/pgjdbc/pgjdbc/commit/77837f80c0c20a9f33f9e21b091f4d4552f8e753"><code>77837f8</code></a> fix(deps): update dependency org.openrewrite.rewrite:org.openrewrite.rewrite....</li> <li><a href="https://github.com/pgjdbc/pgjdbc/commit/23af03bc839af5217ea141946ae41e648264061c"><code>23af03b</code></a> chore(deps): update actions/checkout action to v6</li> <li>Additional commits viewable in <a href="https://github.com/pgjdbc/pgjdbc/compare/REL42.7.10...REL42.7.11">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 `jackson.version` from 2.21.2 to 2.21.3. Updates `com.fasterxml.jackson.core:jackson-core` from 2.21.2 to 2.21.3 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/FasterXML/jackson-core/commit/5815636064ca5f5f2f5af0a91c7ad96368c239e7"><code>5815636</code></a> [maven-release-plugin] prepare release jackson-core-2.21.3</li> <li><a href="https://github.com/FasterXML/jackson-core/commit/6e728f9bde605f98e34d67d5db0a1b530b0a9bfd"><code>6e728f9</code></a> Prep for 2.21.3 release</li> <li><a href="https://github.com/FasterXML/jackson-core/commit/4e30cf21ca4faeffa062ae13730fade890ce2540"><code>4e30cf2</code></a> Merge branch '2.20' into 2.21</li> <li><a href="https://github.com/FasterXML/jackson-core/commit/1429fffeca1eee24d7c3d7a0887c5ac10cac7a58"><code>1429fff</code></a> Merge branch '2.19' into 2.20</li> <li><a href="https://github.com/FasterXML/jackson-core/commit/8f622c5cf177509989eaa154e4cb86d64b28f5a6"><code>8f622c5</code></a> Merge branch '2.18' into 2.19</li> <li><a href="https://github.com/FasterXML/jackson-core/commit/cd4d6b2baf575fd84419368717ddf12eb21fc8d7"><code>cd4d6b2</code></a> Post-release dep version bump</li> <li><a href="https://github.com/FasterXML/jackson-core/commit/03458823cc3cf78f1ea19cfe5f045475628ee834"><code>0345882</code></a> [maven-release-plugin] prepare for next development iteration</li> <li><a href="https://github.com/FasterXML/jackson-core/commit/a7a5562c0215da3e1297e4825fc5fc4d4f237c68"><code>a7a5562</code></a> [maven-release-plugin] prepare release jackson-core-2.18.7</li> <li><a href="https://github.com/FasterXML/jackson-core/commit/cd647ea2cf15ee7740f1e3eb447335f667dd3a7a"><code>cd647ea</code></a> Prep for 2.18.7 release</li> <li><a href="https://github.com/FasterXML/jackson-core/commit/0ac2f771ad5fdceb60f908352c4dee2ffa498146"><code>0ac2f77</code></a> Update release notes</li> <li>Additional commits viewable in <a href="https://github.com/FasterXML/jackson-core/compare/jackson-core-2.21.2...jackson-core-2.21.3">compare view</a></li> </ul> </details> <br /> Updates `com.fasterxml.jackson.datatype:jackson-datatype-jdk8` from 2.21.2 to 2.21.3 Updates `com.fasterxml.jackson.datatype:jackson-datatype-jsr310` from 2.21.2 to 2.21.3 Updates `com.fasterxml.jackson.core:jackson-databind` from 2.21.2 to 2.21.3 <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/FasterXML/jackson/commits">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>
Bumps `jackson.version` from 2.21.2 to 2.21.3. Updates `com.fasterxml.jackson.core:jackson-databind` from 2.21.2 to 2.21.3 <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/FasterXML/jackson/commits">compare view</a></li> </ul> </details> <br /> Updates `com.fasterxml.jackson.datatype:jackson-datatype-jsr310` from 2.21.2 to 2.21.3 Updates `com.fasterxml.jackson.datatype:jackson-datatype-jdk8` from 2.21.2 to 2.21.3 Updates `com.fasterxml.jackson.dataformat:jackson-dataformat-xml` from 2.21.2 to 2.21.3 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/FasterXML/jackson-dataformat-xml/commit/797e9c5b7632caf1ba448d50a960bb0a8b4945df"><code>797e9c5</code></a> [maven-release-plugin] prepare release jackson-dataformat-xml-2.21.3</li> <li><a href="https://github.com/FasterXML/jackson-dataformat-xml/commit/2f97c3796c333ae08807c7bd76996741a4f3a08f"><code>2f97c37</code></a> Prep for 2.21.3 release</li> <li><a href="https://github.com/FasterXML/jackson-dataformat-xml/commit/2cf2278bfe6d6c8c1d678ba9f0a110d1606b1300"><code>2cf2278</code></a> Merge branch '2.20' into 2.21</li> <li><a href="https://github.com/FasterXML/jackson-dataformat-xml/commit/14641c814571e6a2e6cb4a9b47c44ecab49e4714"><code>14641c8</code></a> Merge branch '2.19' into 2.20</li> <li><a href="https://github.com/FasterXML/jackson-dataformat-xml/commit/6a60f085782625ce2ba3251939bd52917a7cc5a1"><code>6a60f08</code></a> Merge branch '2.18' into 2.19</li> <li><a href="https://github.com/FasterXML/jackson-dataformat-xml/commit/4f332056146bf6c3b15e7205719115992bacffaa"><code>4f33205</code></a> Post-release dep version bump</li> <li><a href="https://github.com/FasterXML/jackson-dataformat-xml/commit/a14b1ce1e96dbc5af01dde725520a36db3d0011c"><code>a14b1ce</code></a> [maven-release-plugin] prepare for next development iteration</li> <li><a href="https://github.com/FasterXML/jackson-dataformat-xml/commit/becde8e2376538d047d1e2ee6bc2e27af24d812d"><code>becde8e</code></a> [maven-release-plugin] prepare release jackson-dataformat-xml-2.18.7</li> <li><a href="https://github.com/FasterXML/jackson-dataformat-xml/commit/72a4a3745b4a463f07b89b947a4f26720427614d"><code>72a4a37</code></a> Prep for 2.18.7 release</li> <li><a href="https://github.com/FasterXML/jackson-dataformat-xml/commit/74b2742c0fca387f562e80536925c131c989805e"><code>74b2742</code></a> Post-release dep version bump</li> <li>Additional commits viewable in <a href="https://github.com/FasterXML/jackson-dataformat-xml/compare/jackson-dataformat-xml-2.21.2...jackson-dataformat-xml-2.21.3">compare view</a></li> </ul> </details> <br /> Updates `com.fasterxml.jackson.module:jackson-module-parameter-names` from 2.21.2 to 2.21.3 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/FasterXML/jackson-modules-java8/commit/962da84688808e4deba7eb322f61dd3177231504"><code>962da84</code></a> [maven-release-plugin] prepare release jackson-modules-java8-2.21.3</li> <li><a href="https://github.com/FasterXML/jackson-modules-java8/commit/8a35d4ab6117149bd2b13dc621ea2f4961126f61"><code>8a35d4a</code></a> Prep for 2.21.3 release</li> <li><a href="https://github.com/FasterXML/jackson-modules-java8/commit/1b74f6cdda6df52370badb77d4790d362231f5a3"><code>1b74f6c</code></a> Merge branch '2.20' into 2.21</li> <li><a href="https://github.com/FasterXML/jackson-modules-java8/commit/97c6179b12e50af3b76780351a7c9cb4cef9108b"><code>97c6179</code></a> Merge branch '2.19' into 2.20</li> <li><a href="https://github.com/FasterXML/jackson-modules-java8/commit/ea46da86a2febfaa1b03d00cb5190e4466cdaa4b"><code>ea46da8</code></a> Merge branch '2.18' into 2.19</li> <li><a href="https://github.com/FasterXML/jackson-modules-java8/commit/0c24a3522db277cb5bfd966fcc82e60c031b717e"><code>0c24a35</code></a> Post-release dep version bump</li> <li><a href="https://github.com/FasterXML/jackson-modules-java8/commit/b9bea4ddd0e0207a51ecf5d59d23f53540e3962d"><code>b9bea4d</code></a> [maven-release-plugin] prepare for next development iteration</li> <li><a href="https://github.com/FasterXML/jackson-modules-java8/commit/c4590d08cfac7385a7b0c5b57d606696c6056736"><code>c4590d0</code></a> [maven-release-plugin] prepare release jackson-modules-java8-2.18.7</li> <li><a href="https://github.com/FasterXML/jackson-modules-java8/commit/b53c8ee3ca7110666c27aee3297cab7ad980ef52"><code>b53c8ee</code></a> Prep for 2.18.7 release</li> <li><a href="https://github.com/FasterXML/jackson-modules-java8/commit/68677342def9bddf29ff037df060cac743c5b588"><code>6867734</code></a> Post-release dep version bump</li> <li>Additional commits viewable in <a href="https://github.com/FasterXML/jackson-modules-java8/compare/jackson-modules-java8-2.21.2...jackson-modules-java8-2.21.3">compare view</a></li> </ul> </details> <br /> Updates `com.fasterxml.jackson.dataformat:jackson-dataformat-yaml` from 2.21.2 to 2.21.3 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/FasterXML/jackson-dataformats-text/commit/ccfcc9560ff6ba28a33a211108ec9c0f39822348"><code>ccfcc95</code></a> [maven-release-plugin] prepare release jackson-dataformats-text-2.21.3</li> <li><a href="https://github.com/FasterXML/jackson-dataformats-text/commit/5e8161712c7e6eead4a27a0ef46bc3a27a67c02d"><code>5e81617</code></a> Prep for 2.21.3 release</li> <li><a href="https://github.com/FasterXML/jackson-dataformats-text/commit/52ab617b41276173b0487b861b85fdd3a8b9e854"><code>52ab617</code></a> Merge branch '2.20' into 2.21</li> <li><a href="https://github.com/FasterXML/jackson-dataformats-text/commit/84f99f7b0de01f25add5213086ccbabbf458a8f9"><code>84f99f7</code></a> Merge branch '2.19' into 2.20</li> <li><a href="https://github.com/FasterXML/jackson-dataformats-text/commit/4fe54cb049fd193bb7cbc4f8b424846219a3e1e0"><code>4fe54cb</code></a> Merge branch '2.18' into 2.19</li> <li><a href="https://github.com/FasterXML/jackson-dataformats-text/commit/f18c5784b0e34918d3f81d96609dc244b9354fff"><code>f18c578</code></a> Post-release dep version bump</li> <li><a href="https://github.com/FasterXML/jackson-dataformats-text/commit/8db1032d07c67320b77c007eaefff5a12e9263b3"><code>8db1032</code></a> [maven-release-plugin] prepare for next development iteration</li> <li><a href="https://github.com/FasterXML/jackson-dataformats-text/commit/7afb263fcdc61712fd3ce5268cbc51e29d6d752b"><code>7afb263</code></a> [maven-release-plugin] prepare release jackson-dataformats-text-2.18.7</li> <li><a href="https://github.com/FasterXML/jackson-dataformats-text/commit/ec50f24c4f0f5efc7f417f6cfcd5baac33913954"><code>ec50f24</code></a> Prep for 2.18.7 release</li> <li><a href="https://github.com/FasterXML/jackson-dataformats-text/commit/a8bedbd71dae6d2eab6ab9bbe24517d3a00455ca"><code>a8bedbd</code></a> Post-release dep version bump</li> <li>Additional commits viewable in <a href="https://github.com/FasterXML/jackson-dataformats-text/compare/jackson-dataformats-text-2.21.2...jackson-dataformats-text-2.21.3">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>
Bumps `jackson.version` from 2.21.2 to 2.21.3. Updates `com.fasterxml.jackson.core:jackson-core` from 2.21.2 to 2.21.3 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/FasterXML/jackson-core/commit/5815636064ca5f5f2f5af0a91c7ad96368c239e7"><code>5815636</code></a> [maven-release-plugin] prepare release jackson-core-2.21.3</li> <li><a href="https://github.com/FasterXML/jackson-core/commit/6e728f9bde605f98e34d67d5db0a1b530b0a9bfd"><code>6e728f9</code></a> Prep for 2.21.3 release</li> <li><a href="https://github.com/FasterXML/jackson-core/commit/4e30cf21ca4faeffa062ae13730fade890ce2540"><code>4e30cf2</code></a> Merge branch '2.20' into 2.21</li> <li><a href="https://github.com/FasterXML/jackson-core/commit/1429fffeca1eee24d7c3d7a0887c5ac10cac7a58"><code>1429fff</code></a> Merge branch '2.19' into 2.20</li> <li><a href="https://github.com/FasterXML/jackson-core/commit/8f622c5cf177509989eaa154e4cb86d64b28f5a6"><code>8f622c5</code></a> Merge branch '2.18' into 2.19</li> <li><a href="https://github.com/FasterXML/jackson-core/commit/cd4d6b2baf575fd84419368717ddf12eb21fc8d7"><code>cd4d6b2</code></a> Post-release dep version bump</li> <li><a href="https://github.com/FasterXML/jackson-core/commit/03458823cc3cf78f1ea19cfe5f045475628ee834"><code>0345882</code></a> [maven-release-plugin] prepare for next development iteration</li> <li><a href="https://github.com/FasterXML/jackson-core/commit/a7a5562c0215da3e1297e4825fc5fc4d4f237c68"><code>a7a5562</code></a> [maven-release-plugin] prepare release jackson-core-2.18.7</li> <li><a href="https://github.com/FasterXML/jackson-core/commit/cd647ea2cf15ee7740f1e3eb447335f667dd3a7a"><code>cd647ea</code></a> Prep for 2.18.7 release</li> <li><a href="https://github.com/FasterXML/jackson-core/commit/0ac2f771ad5fdceb60f908352c4dee2ffa498146"><code>0ac2f77</code></a> Update release notes</li> <li>Additional commits viewable in <a href="https://github.com/FasterXML/jackson-core/compare/jackson-core-2.21.2...jackson-core-2.21.3">compare view</a></li> </ul> </details> <br /> Updates `com.fasterxml.jackson.module:jackson-module-parameter-names` from 2.21.2 to 2.21.3 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/FasterXML/jackson-modules-java8/commit/962da84688808e4deba7eb322f61dd3177231504"><code>962da84</code></a> [maven-release-plugin] prepare release jackson-modules-java8-2.21.3</li> <li><a href="https://github.com/FasterXML/jackson-modules-java8/commit/8a35d4ab6117149bd2b13dc621ea2f4961126f61"><code>8a35d4a</code></a> Prep for 2.21.3 release</li> <li><a href="https://github.com/FasterXML/jackson-modules-java8/commit/1b74f6cdda6df52370badb77d4790d362231f5a3"><code>1b74f6c</code></a> Merge branch '2.20' into 2.21</li> <li><a href="https://github.com/FasterXML/jackson-modules-java8/commit/97c6179b12e50af3b76780351a7c9cb4cef9108b"><code>97c6179</code></a> Merge branch '2.19' into 2.20</li> <li><a href="https://github.com/FasterXML/jackson-modules-java8/commit/ea46da86a2febfaa1b03d00cb5190e4466cdaa4b"><code>ea46da8</code></a> Merge branch '2.18' into 2.19</li> <li><a href="https://github.com/FasterXML/jackson-modules-java8/commit/0c24a3522db277cb5bfd966fcc82e60c031b717e"><code>0c24a35</code></a> Post-release dep version bump</li> <li><a href="https://github.com/FasterXML/jackson-modules-java8/commit/b9bea4ddd0e0207a51ecf5d59d23f53540e3962d"><code>b9bea4d</code></a> [maven-release-plugin] prepare for next development iteration</li> <li><a href="https://github.com/FasterXML/jackson-modules-java8/commit/c4590d08cfac7385a7b0c5b57d606696c6056736"><code>c4590d0</code></a> [maven-release-plugin] prepare release jackson-modules-java8-2.18.7</li> <li><a href="https://github.com/FasterXML/jackson-modules-java8/commit/b53c8ee3ca7110666c27aee3297cab7ad980ef52"><code>b53c8ee</code></a> Prep for 2.18.7 release</li> <li><a href="https://github.com/FasterXML/jackson-modules-java8/commit/68677342def9bddf29ff037df060cac743c5b588"><code>6867734</code></a> Post-release dep version bump</li> <li>Additional commits viewable in <a href="https://github.com/FasterXML/jackson-modules-java8/compare/jackson-modules-java8-2.21.2...jackson-modules-java8-2.21.3">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>
…1439) Bumps `huaweicloud-sdk.version` from 3.1.193 to 3.1.194. Updates `com.huaweicloud.sdk:huaweicloud-sdk-functiongraph` from 3.1.193 to 3.1.194 Updates `com.huaweicloud.sdk:huaweicloud-sdk-core` from 3.1.193 to 3.1.194 <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.194</h2> <p>Release 3.1.194</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.194 2026-04-30</h1> <h3>HuaweiCloud SDK BSS</h3> <ul> <li><em>API Version</em> <ul> <li>V2</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>AutoRenewalResources</strong> <ul> <li>changes of request param <ul> <li><code>+ period_type</code></li> </ul> </li> </ul> </li> </ul> </li> </ul> <h3>HuaweiCloud SDK BSSINTL</h3> <ul> <li><em>API Version</em> <ul> <li>V2</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>AutoRenewalResources</strong> <ul> <li>changes of request param <ul> <li><code>+ period_type</code></li> </ul> </li> </ul> </li> </ul> </li> </ul> <h3>HuaweiCloud SDK CodeArtsPipeline</h3> <ul> <li><em>API Version</em> <ul> <li>V2</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>ListPipelineRuns</strong> <ul> <li>changes of request param <ul> <li><code>+ update_time</code></li> </ul> </li> </ul> </li> <li><strong>ShowStepOutputs</strong> <ul> <li>changes of response param <ul> <li><code>* step_outputs.output_result.value: string -> object</code></li> </ul> </li> </ul> </li> <li><strong>ShowPipelineRunDetail</strong> <ul> <li>changes of response param <ul> <li><code>+ sources.params.build_params.virtual_merge_branch</code></li> <li><code>+ sources.params.build_params.virtual_merge_commitId</code></li> <li><code>+ stages.pre.daily_build_number</code></li> </ul> </li> </ul> </li> </ul> </li> </ul> <h3>HuaweiCloud SDK Config</h3> <!-- 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/34e66731486c51cb0dfadcc69404e6122f22d24f"><code>34e6673</code></a> release 3.1.194 source code</li> <li>See full diff in <a href="https://github.com/huaweicloud/huaweicloud-sdk-java-v3/compare/v3.1.193...v3.1.194">compare view</a></li> </ul> </details> <br /> Updates `com.huaweicloud.sdk:huaweicloud-sdk-apig` from 3.1.193 to 3.1.194 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>
…ph][3.1.193 => 3.1.194] (#1445) Bumps com.huaweicloud.sdk:huaweicloud-sdk-functiongraph from 3.1.193 to 3.1.194. [](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>
…ph][3.1.193 => 3.1.194] (#1443) Bumps com.huaweicloud.sdk:huaweicloud-sdk-functiongraph from 3.1.193 to 3.1.194. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps `awssdk.version` from 2.43.0 to 2.43.1. Updates `software.amazon.awssdk:s3` from 2.43.0 to 2.43.1 Updates `software.amazon.awssdk:lambda` from 2.43.0 to 2.43.1 Updates `software.amazon.awssdk:ses` from 2.43.0 to 2.43.1 Updates `software.amazon.awssdk:cloudwatch` from 2.43.0 to 2.43.1 Updates `software.amazon.awssdk:costexplorer` from 2.43.0 to 2.43.1 Updates `software.amazon.awssdk:regions` from 2.43.0 to 2.43.1 Updates `software.amazon.awssdk:aws-core` from 2.43.0 to 2.43.1 Updates `software.amazon.awssdk:sqs` from 2.43.0 to 2.43.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> Co-authored-by: ACANX <acanx@qq.com>
Bumps `awssdk.version` from 2.43.0 to 2.43.1. Updates `software.amazon.awssdk:ses` from 2.43.0 to 2.43.1 Updates `software.amazon.awssdk:auth` from 2.43.0 to 2.43.1 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.43.0 to 2.43.1. Updates `software.amazon.awssdk:s3` from 2.43.0 to 2.43.1 Updates `software.amazon.awssdk:lambda` from 2.43.0 to 2.43.1 Updates `software.amazon.awssdk:ses` from 2.43.0 to 2.43.1 Updates `software.amazon.awssdk:cloudwatch` from 2.43.0 to 2.43.1 Updates `software.amazon.awssdk:sdk-core` from 2.43.0 to 2.43.1 Updates `software.amazon.awssdk:scheduler` from 2.43.0 to 2.43.1 Updates `software.amazon.awssdk:costexplorer` from 2.43.0 to 2.43.1 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.5 to 1.1.6. <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>brevo-java v1.1.6</h2> <p>What's Changed</p> <p>Bug Fix / Update</p> <ul> <li>SendTransacSms: Updated the tag field type from SendTransacSmsTag (object) to String. <ul> <li>The tag property now accepts a plain string value (e.g., "accountValidation" or ["tag1", "tag2"]).</li> <li>Updated getter/setter signatures and <a href="https://github.com/ApiModelProperty"><code>@ApiModelProperty</code></a> documentation accordingly.</li> <li>Updated docs/SendTransacSms.md to reflect the new type and usage.</li> </ul> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/getbrevo/brevo-java/commit/b40d839fe82f2d97596345d171ab8ecdead22072"><code>b40d839</code></a> Merge pull request <a href="https://redirect.github.com/getbrevo/brevo-java/issues/22">#22</a> from getbrevo/N8N-3709</li> <li><a href="https://github.com/getbrevo/brevo-java/commit/5aa87a23c9723e470106ba8fad52e21a4e5da121"><code>5aa87a2</code></a> feat: N8N-3709 | Update the type tag key in SendTransacSms</li> <li><a href="https://github.com/getbrevo/brevo-java/commit/27be6e423c1f1bef6ebe7d04166bb44653165b2a"><code>27be6e4</code></a> feat: N8N-3709 | Update the type tag key in SendTransacSms</li> <li>See full diff in <a href="https://github.com/getbrevo/brevo-java/compare/1.1.5...1.1.6">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.