Skip to content

chore(deps): bump deps version#1180

Merged
ACANX merged 31 commits intodevfrom
dependa
Apr 7, 2026
Merged

chore(deps): bump deps version#1180
ACANX merged 31 commits intodevfrom
dependa

Conversation

@ACANX
Copy link
Copy Markdown
Owner

@ACANX ACANX commented Apr 3, 2026

…1174)

Bumps org.xerial:sqlite-jdbc from 3.50.3.0 to 3.51.3.0.

Release notes

Sourced from org.xerial:sqlite-jdbc's releases.

Release 3.51.3.0

Changelog

🚀 Features

sqlite

  • upgrade to sqlite 3.51.3 (09e9741)
  • upgrade to sqlite 3.52.0 (64cf690)

🛠 Build

deps

  • bump org.graalvm.buildtools:native-maven-plugin (5ad5155)
  • bump actions/upload-artifact from 6 to 7 (90c726f)
  • bump actions/download-artifact from 7 to 8 (17d4998)

deps-dev

  • bump org.jreleaser:jreleaser-maven-plugin (d4d5c04)

unscoped

  • set-version trigger CI after build native (89dfbc8)
  • set-version commit and trigger workflow (eed41ae)
  • set-version fix VERSION (22e5106)
  • set-version checks before enabling (4c34072)
  • add set-version workflow (97985f8)
  • fix ppc64le (49232ef)
  • use jdk 25 where possible (8460f63)

Contributors

We'd like to thank the following people for their contributions: Gauthier, Gauthier Roebroeck

Release 3.51.2.0

Changelog

🚀 Features

sqlite

  • upgrade to sqlite 3.51.2 (63a45e7)

🛠 Build

  • update location for 2026 (1a7c2a0)

Contributors

We'd like to thank the following people for their contributions: Gauthier Roebroeck

Release 3.51.1.1

Changelog

... (truncated)

Commits
  • bf18ce1 chore(release): 3.51.3.0 [skip ci]
  • fe41e3e chore: update native libraries
  • 09e9741 feat(sqlite): upgrade to sqlite 3.51.3
  • 89dfbc8 ci: set-version trigger CI after build native
  • 64a3199 chore: update native libraries
  • 64cf690 feat(sqlite): upgrade to sqlite 3.52.0
  • eed41ae ci: set-version commit and trigger workflow
  • 22e5106 ci: set-version fix VERSION
  • 4c34072 ci: set-version checks before enabling
  • 97985f8 ci: add set-version workflow
  • Additional commits viewable in compare view

Dependabot compatibility score

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 commands and options

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)

dependabot Bot and others added 30 commits April 3, 2026 13:52
…1174)

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 />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.xerial:sqlite-jdbc&package-manager=maven&previous-version=3.50.3.0&new-version=3.51.3.0)](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.7.7] (#1182)

Bumps
[com.acanx.meta:os-dependencies](https://github.com/ACANX/MetaOpen) from
0.7.6.9-SNAPSHOT to 0.7.7.
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a
href="https://github.com/ACANX/MetaOpen/commits">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.acanx.meta:os-dependencies&package-manager=maven&previous-version=0.7.6.9-SNAPSHOT&new-version=0.7.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 `revision` from 0.7.6.9-SNAPSHOT to 0.7.7.
Updates `com.acanx.meta:os-dependencies` from 0.7.6.9-SNAPSHOT to 0.7.7
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a
href="https://github.com/ACANX/MetaOpen/commits">compare view</a></li>
</ul>
</details>
<br />

Updates `com.acanx.meta.model:model-maven` from 0.7.6.9-SNAPSHOT to
0.7.7
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a
href="https://github.com/ACANX/MetaOpen/commits">compare view</a></li>
</ul>
</details>
<br />

Updates `com.acanx.meta.model:model-sonatype` from 0.7.6.9-SNAPSHOT to
0.7.7
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a
href="https://github.com/ACANX/MetaOpen/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>
…> 0.7.7] (#1186)

Bumps
[com.acanx.meta:os-dependencies](https://github.com/ACANX/MetaOpen) from
0.7.6.9-SNAPSHOT to 0.7.7.
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a
href="https://github.com/ACANX/MetaOpen/commits">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.acanx.meta:os-dependencies&package-manager=maven&previous-version=0.7.6.9-SNAPSHOT&new-version=0.7.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 `meta-open.version` from 0.7.6.9-SNAPSHOT to 0.7.7.
Updates `com.acanx.meta.model:model-deepseek` from 0.7.6.9-SNAPSHOT to
0.7.7
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a
href="https://github.com/ACANX/MetaOpen/commits">compare view</a></li>
</ul>
</details>
<br />

Updates `com.acanx.meta.model:model-dingtalk` from 0.7.6.9-SNAPSHOT to
0.7.7
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a
href="https://github.com/ACANX/MetaOpen/commits">compare view</a></li>
</ul>
</details>
<br />

Updates `com.acanx.meta.model:model-gemini` from 0.7.6.9-SNAPSHOT to
0.7.7
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a
href="https://github.com/ACANX/MetaOpen/commits">compare view</a></li>
</ul>
</details>
<br />

Updates `com.acanx.meta.model:model-quote` from 0.7.6.9-SNAPSHOT to
0.7.7
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a
href="https://github.com/ACANX/MetaOpen/commits">compare view</a></li>
</ul>
</details>
<br />

Updates `com.acanx.meta.model:model-rss` from 0.7.6.9-SNAPSHOT to 0.7.7
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a
href="https://github.com/ACANX/MetaOpen/commits">compare view</a></li>
</ul>
</details>
<br />

Updates `com.acanx.meta.model:model-sonatype` from 0.7.6.9-SNAPSHOT to
0.7.7
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a
href="https://github.com/ACANX/MetaOpen/commits">compare view</a></li>
</ul>
</details>
<br />

Updates `com.acanx.meta.model:model-wechat-work` from 0.7.6.9-SNAPSHOT
to 0.7.7
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a
href="https://github.com/ACANX/MetaOpen/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 `commons-lang3.version` from 2.20.0 to 3.20.0.
Updates `commons-io:commons-lang3` from 2.20.0 to 3.20.0

Updates `org.apache.commons:commons-lang3` from 2.20.0 to 3.20.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>
…> 0.7.7] (#1199)

Bumps
[com.acanx.meta:os-dependencies](https://github.com/ACANX/MetaOpen) from
0.7.6.9-SNAPSHOT to 0.7.7.
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a
href="https://github.com/ACANX/MetaOpen/commits">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.acanx.meta:os-dependencies&package-manager=maven&previous-version=0.7.6.9-SNAPSHOT&new-version=0.7.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>
…> 0.7.7] (#1201)

Bumps
[com.acanx.meta:os-dependencies](https://github.com/ACANX/MetaOpen) from
0.7.6.9-SNAPSHOT to 0.7.7.
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a
href="https://github.com/ACANX/MetaOpen/commits">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.acanx.meta:os-dependencies&package-manager=maven&previous-version=0.7.6.9-SNAPSHOT&new-version=0.7.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>
…> 0.7.7] (#1192)

Bumps
[com.acanx.meta:os-dependencies](https://github.com/ACANX/MetaOpen) from
0.7.6.9-SNAPSHOT to 0.7.7.
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a
href="https://github.com/ACANX/MetaOpen/commits">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.acanx.meta:os-dependencies&package-manager=maven&previous-version=0.7.6.9-SNAPSHOT&new-version=0.7.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>
…> 0.7.7] (#1194)

Bumps
[com.acanx.meta:os-dependencies](https://github.com/ACANX/MetaOpen) from
0.7.6.9-SNAPSHOT to 0.7.7.
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a
href="https://github.com/ACANX/MetaOpen/commits">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.acanx.meta:os-dependencies&package-manager=maven&previous-version=0.7.6.9-SNAPSHOT&new-version=0.7.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 `meta-open.version` from 0.7.6.9-SNAPSHOT to 0.7.7.
Updates `com.acanx.meta.model:model-quote` from 0.7.6.9-SNAPSHOT to
0.7.7
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a
href="https://github.com/ACANX/MetaOpen/commits">compare view</a></li>
</ul>
</details>
<br />

Updates `com.acanx.meta.model:model-security` from 0.7.6.9-SNAPSHOT to
0.7.7
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a
href="https://github.com/ACANX/MetaOpen/commits">compare view</a></li>
</ul>
</details>
<br />

Updates `com.acanx.meta.model:model-sonatype` from 0.7.6.9-SNAPSHOT to
0.7.7
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a
href="https://github.com/ACANX/MetaOpen/commits">compare view</a></li>
</ul>
</details>
<br />

Updates `com.acanx.meta.model:model-deepseek` from 0.7.6.9-SNAPSHOT to
0.7.7
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a
href="https://github.com/ACANX/MetaOpen/commits">compare view</a></li>
</ul>
</details>
<br />

Updates `com.acanx.meta.model:model-test` from 0.7.6.9-SNAPSHOT to 0.7.7
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a
href="https://github.com/ACANX/MetaOpen/commits">compare view</a></li>
</ul>
</details>
<br />

Updates `com.acanx.meta.model:model-dingtalk` from 0.7.6.9-SNAPSHOT to
0.7.7
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a
href="https://github.com/ACANX/MetaOpen/commits">compare view</a></li>
</ul>
</details>
<br />

Updates `com.acanx.meta.model:model-wechat-work` from 0.7.6.9-SNAPSHOT
to 0.7.7
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a
href="https://github.com/ACANX/MetaOpen/commits">compare view</a></li>
</ul>
</details>
<br />

Updates `com.acanx.meta.model:model-rss` from 0.7.6.9-SNAPSHOT to 0.7.7
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a
href="https://github.com/ACANX/MetaOpen/commits">compare view</a></li>
</ul>
</details>
<br />

Updates `com.acanx.meta.model:model-gemini` from 0.7.6.9-SNAPSHOT to
0.7.7
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a
href="https://github.com/ACANX/MetaOpen/commits">compare view</a></li>
</ul>
</details>
<br />

Updates `com.acanx.meta.component:sdk-maven-artifact` from
0.7.6.9-SNAPSHOT to 0.7.7
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a
href="https://github.com/ACANX/MetaOpen/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 `log4j2.version` from 2.25.3 to 2.25.4.
Updates `org.apache.logging.log4j:log4j-slf4j2-impl` from 2.25.3 to
2.25.4

Updates `org.apache.logging.log4j:log4j-core` from 2.25.3 to 2.25.4

Updates `org.apache.logging.log4j:log4j-api` from 2.25.3 to 2.25.4


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 />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=net.java.dev.jna:jna&package-manager=maven&previous-version=5.16.0&new-version=5.18.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot 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.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 />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.xerial:sqlite-jdbc&package-manager=maven&previous-version=3.50.3.0&new-version=3.51.3.0)](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 />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=net.java.dev.jna:jna&package-manager=maven&previous-version=5.16.0&new-version=5.18.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot 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.redisson:redisson](https://github.com/redisson/redisson) from
4.3.0 to 4.3.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/redisson/redisson/releases">org.redisson:redisson's
releases</a>.</em></p>
<blockquote>
<h2>redisson-4.3.1</h2>
<p>Feature - <code>RQueue.indexOf()</code> method added (thanks to <a
href="https://github.com/seakider"><code>@​seakider</code></a>)</p>
<p>Improvement - <code>RPriorityQueue.poll()</code> should return
immediately if queue is empty</p>
<p>Fixed - <code>CacheEvict</code> doesn't work correctly in
<code>redisson-spring-data-40</code> (thanks to <a
href="https://github.com/seakider"><code>@​seakider</code></a>)<br />
Fixed - Quarkus throws NPE if Redisson configuration isn't defined<br />
Fixed - missing <a
href="https://github.com/deprecated"><code>@​deprecated</code></a>
annotation on RedissonClient.getDelayedQueue() (thanks to <a
href="https://github.com/minseok1015"><code>@​minseok1015</code></a>)<br
/>
Fixed - master connection is frozen during ElastiCache/Valkey upgrade
(thanks to <a
href="https://github.com/gpsinghsandhu"><code>@​gpsinghsandhu</code></a>)<br
/>
Fixed - <code>RSearch.readCursor()</code> skips rows if total is 0<br />
Fixed - connection in reconnection state shouldn't be used<br />
Fixed - cluster detection for a single node connection<br />
Fixed - comment in <code>config.setNettyExecutor()</code> that virtual
threads are not recommended (thanks to <a
href="https://github.com/seakider"><code>@​seakider</code></a>)<br />
Fixed - DNS hostname resolution shouldn't be used for offline slaves in
Sentinel mode<br />
Fixed - Spring Data Listener addition for RedisMessageListenerContainer
hangs<br />
Fixed - LOADING error on slave burns extra retry attempt in batch
commands (thanks to <a
href="https://github.com/yuxi"><code>@​yuxi</code></a>.jin)<br />
Fixed - Spring Data Redis Cluster compatibility<br />
Fixed - Cluster topology error handling (thanks to <a
href="https://github.com/ngyngcphu"><code>@​ngyngcphu</code></a>)<br />
Fixed - AsyncIterator's <code>CompletionStage</code> is not completed
exceptionally, when connection gets read timeout (thanks to <a
href="https://github.com/seakider"><code>@​seakider</code></a>)<br />
Fixed - unnecessary semicolons in RExecutorService (thanks to <a
href="https://github.com/chancehee"><code>@​chancehee</code></a>)<br />
Fixed - <code>WriteRedisConnectionException</code> is thrown after
Cluster failover</p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/redisson/redisson/blob/master/CHANGELOG.md">org.redisson:redisson's
changelog</a>.</em></p>
<blockquote>
<h3>6-Apr-2026 - 4.3.1 released</h3>
<p>Feature - <code>RQueue.indexOf()</code> method added (thanks to <a
href="https://github.com/seakider"><code>@​seakider</code></a>)</p>
<p>Improvement - <code>RPriorityQueue.poll()</code> should return
immediately if queue is empty</p>
<p>Fixed - <code>CacheEvict</code> doesn't work correctly in
<code>redisson-spring-data-40</code> (thanks to <a
href="https://github.com/seakider"><code>@​seakider</code></a>)<br />
Fixed - Quarkus throws NPE if Redisson configuration isn't defined<br />
Fixed - missing <a
href="https://github.com/deprecated"><code>@​deprecated</code></a>
annotation on RedissonClient.getDelayedQueue() (thanks to <a
href="https://github.com/minseok1015"><code>@​minseok1015</code></a>)<br
/>
Fixed - master connection is frozen during ElastiCache/Valkey upgrade
(thanks to <a
href="https://github.com/gpsinghsandhu"><code>@​gpsinghsandhu</code></a>)<br
/>
Fixed - <code>RSearch.readCursor()</code> skips rows if total is 0<br />
Fixed - connection in reconnection state shouldn't be used<br />
Fixed - cluster detection for a single node connection<br />
Fixed - comment in <code>config.setNettyExecutor()</code> that virtual
threads are not recommended (thanks to <a
href="https://github.com/seakider"><code>@​seakider</code></a>)<br />
Fixed - DNS hostname resolution shouldn't be used for offline slaves in
Sentinel mode<br />
Fixed - Spring Data Listener addition for RedisMessageListenerContainer
hangs<br />
Fixed - LOADING error on slave burns extra retry attempt in batch
commands (thanks to <a
href="https://github.com/yuxi"><code>@​yuxi</code></a>.jin)<br />
Fixed - Spring Data Redis Cluster compatibility<br />
Fixed - Cluster topology error handling (thanks to <a
href="https://github.com/ngyngcphu"><code>@​ngyngcphu</code></a>)<br />
Fixed - AsyncIterator's <code>CompletionStage</code> is not completed
exceptionally, when connection gets read timeout (thanks to <a
href="https://github.com/seakider"><code>@​seakider</code></a>)<br />
Fixed - unnecessary semicolons in RExecutorService (thanks to <a
href="https://github.com/chancehee"><code>@​chancehee</code></a>)<br />
Fixed - WriteRedisConnectionException is thrown after Cluster
failover</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/redisson/redisson/commit/76057e55a448c63e18ad9c25b9b98eaaf429fb13"><code>76057e5</code></a>
[maven-release-plugin] prepare release redisson-4.3.1</li>
<li><a
href="https://github.com/redisson/redisson/commit/24fa719913fa05ca98cc00c24e5dadb8b37be8b7"><code>24fa719</code></a>
libs updated</li>
<li><a
href="https://github.com/redisson/redisson/commit/3bfcad2e3ca8d1b3fd53b2a16893eb9391572cb8"><code>3bfcad2</code></a>
libs updated</li>
<li><a
href="https://github.com/redisson/redisson/commit/b3b0f0094bcd8df923dc1009cb76609a332e747d"><code>b3b0f00</code></a>
Merge branch 'master' of github.com:redisson/redisson</li>
<li><a
href="https://github.com/redisson/redisson/commit/f494e124684fc113ca7dccdedcb5fbeb0fd0d78f"><code>f494e12</code></a>
Fixed - WriteRedisConnectionException is thrown after Cluster failover.
<a
href="https://redirect.github.com/redisson/redisson/issues/7000">#7000</a></li>
<li><a
href="https://github.com/redisson/redisson/commit/f7757951e9700b548af57b78127310201c84fe63"><code>f775795</code></a>
Merge pull request <a
href="https://redirect.github.com/redisson/redisson/issues/7014">#7014</a>
from minseok1015/fix/deprecated-delayed-queue-interface</li>
<li><a
href="https://github.com/redisson/redisson/commit/fb7d9d2831f964988c19b4fd6b3512567047c4f5"><code>fb7d9d2</code></a>
Merge branch 'master' of github.com:redisson/redisson</li>
<li><a
href="https://github.com/redisson/redisson/commit/9420b811ed04fdf78e05fbf6c038720ca38684c1"><code>9420b81</code></a>
refactoring</li>
<li><a
href="https://github.com/redisson/redisson/commit/99e00a14e88b3e43427b9af36eb372823e6f918f"><code>99e00a1</code></a>
Merge pull request <a
href="https://redirect.github.com/redisson/redisson/issues/7021">#7021</a>
from chancehee/patch-5</li>
<li><a
href="https://github.com/redisson/redisson/commit/fae76ad2dd1c6302db2a466b3dc79e1021b2d6e3"><code>fae76ad</code></a>
Remove unnecessary semicolons in RExecutorService.java</li>
<li>Additional commits viewable in <a
href="https://github.com/redisson/redisson/compare/redisson-4.3.0...redisson-4.3.1">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.redisson:redisson&package-manager=maven&previous-version=4.3.0&new-version=4.3.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot 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.ehcache:ehcache](https://github.com/ehcache/ehcache3) from
3.11.1 to 3.12.0.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/ehcache/ehcache3/commit/f4a96f47758e8d0bbe3de81c371bdbb33d620b88"><code>f4a96f4</code></a>
Set ehcacheVersion to 3.12.0</li>
<li><a
href="https://github.com/ehcache/ehcache3/commit/ae90183364e2b67e5bc07c01be6f055b0d193099"><code>ae90183</code></a>
TDB-20139 restore sonatype deployment</li>
<li><a
href="https://github.com/ehcache/ehcache3/commit/bc9309ba47ad255872017ca71ba29240d1800c17"><code>bc9309b</code></a>
Merge pull request <a
href="https://redirect.github.com/ehcache/ehcache3/issues/3318">#3318</a>
from ehcache/upgrade/master</li>
<li><a
href="https://github.com/ehcache/ehcache3/commit/2754c27f3bd53d620d8f4837c7c9e33337cc7c11"><code>2754c27</code></a>
CVE-2025-67030: Update plexus-utils to 3.6.1</li>
<li><a
href="https://github.com/ehcache/ehcache3/commit/87270e4b3b93742c8e3e5dcae733ee1f10f4ad6e"><code>87270e4</code></a>
CVE-2026-1605: Update Jetty to 12.1.8</li>
<li><a
href="https://github.com/ehcache/ehcache3/commit/0be598f1212d72f003700153f8faccebc09effc2"><code>0be598f</code></a>
Ignoring CVE-2025-67030</li>
<li><a
href="https://github.com/ehcache/ehcache3/commit/59cc21116254b6b1b5970b79272f0b3abfbc6808"><code>59cc211</code></a>
Upgrade platform and core</li>
<li><a
href="https://github.com/ehcache/ehcache3/commit/2badca4e5a7bb3039ae7521e83c6bf114655cf74"><code>2badca4</code></a>
Merge pull request <a
href="https://redirect.github.com/ehcache/ehcache3/issues/3311">#3311</a>
from aurbroszniowski/TDB-19854-upgrade-dependencies-...</li>
<li><a
href="https://github.com/ehcache/ehcache3/commit/d532bbce9f72a1e253c4df1fbe6230a96b1e953c"><code>d532bbc</code></a>
TDB-19854</li>
<li><a
href="https://github.com/ehcache/ehcache3/commit/b6df7aac037d55ee350d242d9b6edd69f6913dbc"><code>b6df7aa</code></a>
Merge pull request <a
href="https://redirect.github.com/ehcache/ehcache3/issues/3310">#3310</a>
from ehcache/platform-5.11.6</li>
<li>Additional commits viewable in <a
href="https://github.com/ehcache/ehcache3/compare/v3.11.1...v3.12.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.ehcache:ehcache&package-manager=maven&previous-version=3.11.1&new-version=3.12.0)](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>
….20 to 11.0.21 (#1211)

Bumps org.apache.tomcat.embed:tomcat-embed-core from 11.0.20 to 11.0.21.


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.tomcat.embed:tomcat-embed-core&package-manager=maven&previous-version=11.0.20&new-version=11.0.21)](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 />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.qcloud:cos_api&package-manager=maven&previous-version=5.6.263&new-version=5.6.265)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…[3.1.190 => 3.1.191] (#1198)

Bumps com.huaweicloud.sdk:huaweicloud-sdk-functiongraph from 3.1.190 to
3.1.191.


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.huaweicloud.sdk:huaweicloud-sdk-functiongraph&package-manager=maven&previous-version=3.1.190&new-version=3.1.191)](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>
…rom 3.1.190 to 3.1.191 (#1210)

Bumps com.huaweicloud.sdk:huaweicloud-sdk-functiongraph from 3.1.190 to
3.1.191.


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.huaweicloud.sdk:huaweicloud-sdk-functiongraph&package-manager=maven&previous-version=3.1.190&new-version=3.1.191)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…[3.1.190 => 3.1.191] (#1195)

Bumps com.huaweicloud.sdk:huaweicloud-sdk-functiongraph from 3.1.190 to
3.1.191.


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.huaweicloud.sdk:huaweicloud-sdk-functiongraph&package-manager=maven&previous-version=3.1.190&new-version=3.1.191)](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.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 />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.aliyun:fc20230330&package-manager=maven&previous-version=4.6.2&new-version=4.7.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot 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 />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.qcloud:cos_api&package-manager=maven&previous-version=5.6.263&new-version=5.6.265)](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>
…1209)

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 />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.xerial:sqlite-jdbc&package-manager=maven&previous-version=3.50.3.0&new-version=3.51.3.0)](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.ehcache:ehcache](https://github.com/ehcache/ehcache3) from
3.11.1 to 3.12.0.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/ehcache/ehcache3/commit/f4a96f47758e8d0bbe3de81c371bdbb33d620b88"><code>f4a96f4</code></a>
Set ehcacheVersion to 3.12.0</li>
<li><a
href="https://github.com/ehcache/ehcache3/commit/ae90183364e2b67e5bc07c01be6f055b0d193099"><code>ae90183</code></a>
TDB-20139 restore sonatype deployment</li>
<li><a
href="https://github.com/ehcache/ehcache3/commit/bc9309ba47ad255872017ca71ba29240d1800c17"><code>bc9309b</code></a>
Merge pull request <a
href="https://redirect.github.com/ehcache/ehcache3/issues/3318">#3318</a>
from ehcache/upgrade/master</li>
<li><a
href="https://github.com/ehcache/ehcache3/commit/2754c27f3bd53d620d8f4837c7c9e33337cc7c11"><code>2754c27</code></a>
CVE-2025-67030: Update plexus-utils to 3.6.1</li>
<li><a
href="https://github.com/ehcache/ehcache3/commit/87270e4b3b93742c8e3e5dcae733ee1f10f4ad6e"><code>87270e4</code></a>
CVE-2026-1605: Update Jetty to 12.1.8</li>
<li><a
href="https://github.com/ehcache/ehcache3/commit/0be598f1212d72f003700153f8faccebc09effc2"><code>0be598f</code></a>
Ignoring CVE-2025-67030</li>
<li><a
href="https://github.com/ehcache/ehcache3/commit/59cc21116254b6b1b5970b79272f0b3abfbc6808"><code>59cc211</code></a>
Upgrade platform and core</li>
<li><a
href="https://github.com/ehcache/ehcache3/commit/2badca4e5a7bb3039ae7521e83c6bf114655cf74"><code>2badca4</code></a>
Merge pull request <a
href="https://redirect.github.com/ehcache/ehcache3/issues/3311">#3311</a>
from aurbroszniowski/TDB-19854-upgrade-dependencies-...</li>
<li><a
href="https://github.com/ehcache/ehcache3/commit/d532bbce9f72a1e253c4df1fbe6230a96b1e953c"><code>d532bbc</code></a>
TDB-19854</li>
<li><a
href="https://github.com/ehcache/ehcache3/commit/b6df7aac037d55ee350d242d9b6edd69f6913dbc"><code>b6df7aa</code></a>
Merge pull request <a
href="https://redirect.github.com/ehcache/ehcache3/issues/3310">#3310</a>
from ehcache/platform-5.11.6</li>
<li>Additional commits viewable in <a
href="https://github.com/ehcache/ehcache3/compare/v3.11.1...v3.12.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.ehcache:ehcache&package-manager=maven&previous-version=3.11.1&new-version=3.12.0)](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>
… => 11.0.21] (#1215)

Bumps org.apache.tomcat.embed:tomcat-embed-core from 11.0.20 to 11.0.21.


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.tomcat.embed:tomcat-embed-core&package-manager=maven&previous-version=11.0.20&new-version=11.0.21)](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.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 />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.aliyun:fc20230330&package-manager=maven&previous-version=4.6.2&new-version=4.7.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot 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.25 to 2.42.28.
Updates `software.amazon.awssdk:s3` from 2.42.25 to 2.42.28

Updates `software.amazon.awssdk:lambda` from 2.42.25 to 2.42.28

Updates `software.amazon.awssdk:ses` from 2.42.25 to 2.42.28

Updates `software.amazon.awssdk:cloudwatch` from 2.42.25 to 2.42.28

Updates `software.amazon.awssdk:costexplorer` from 2.42.25 to 2.42.28

Updates `software.amazon.awssdk:regions` from 2.42.25 to 2.42.28

Updates `software.amazon.awssdk:aws-core` from 2.42.25 to 2.42.28

Updates `software.amazon.awssdk:sqs` from 2.42.25 to 2.42.28

Updates `software.amazon.awssdk:sdk-core` from 2.42.25 to 2.42.28

Updates `software.amazon.awssdk:scheduler` from 2.42.25 to 2.42.28

Updates `software.amazon.awssdk:auth` from 2.42.25 to 2.42.28


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>
[//]: # (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 `awssdk.version` from 2.42.25 to 2.42.29.
Updates `software.amazon.awssdk:ses` from 2.42.25 to 2.42.29

Updates `software.amazon.awssdk:auth` from 2.42.25 to 2.42.29


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>
@ACANX ACANX merged commit 6e21fb6 into dev Apr 7, 2026
19 of 22 checks passed
@ACANX ACANX deleted the dependa branch April 7, 2026 15:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant