From 2dfe4207f5f34294d4baaf9b9aa50a61e922d8f8 Mon Sep 17 00:00:00 2001 From: ACANX Date: Tue, 7 Apr 2026 23:50:14 +0800 Subject: [PATCH 1/3] Update RenameDependabotBumpPRTitle.yml --- .github/workflows/RenameDependabotBumpPRTitle.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/RenameDependabotBumpPRTitle.yml b/.github/workflows/RenameDependabotBumpPRTitle.yml index d988626a..4d321efb 100644 --- a/.github/workflows/RenameDependabotBumpPRTitle.yml +++ b/.github/workflows/RenameDependabotBumpPRTitle.yml @@ -36,7 +36,7 @@ jobs: if (!matched) return; const [, pkg, oldVer, newVer, pomFile] = matched; // 自定义你的标题格式 - const newTitle = `chore(deps): 依赖项升级[${pkg}][${oldVer} => ${newVer}]`; + const newTitle = `chore(deps): 依赖构件版本升级[${pkg}][${oldVer} => ${newVer}]`; await github.rest.pulls.update({ owner: context.repo.owner, repo: context.repo.repo, From 37af01fb3f59e390e810f1873291d932a782f56e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Apr 2026 23:52:38 +0800 Subject: [PATCH 2/3] chore(deps): bump net.java.dev.jna:jna from 5.16.0 to 5.18.1 (#1223) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [net.java.dev.jna:jna](https://github.com/java-native-access/jna) from 5.16.0 to 5.18.1.
Changelog

Sourced from net.java.dev.jna:jna's changelog.

Release 5.18.1

Bug Fixes

  • #1686: Fix sortFields race condition while getting fields - @​bendk.

Release 5.18.0

Features

  • #1671: Add isRISCV to c.s.j.Platform - @​Glavo.
  • #1672: Add CFLocale, CFLocaleCopyCurrent, CFCFDateFormatter, CFDateFormatterStyle, CFDateFormatterCreate and CFDateFormatterGetFormat to c.s.j.p.mac.CoreFoundation - @​dbwiddis.
  • #1669: Document requirement for running on JDK 24+ - @​matthiasblaesing.

Bug Fixes

Release 5.17.0

Features

  • #1658: Add win32 power event constants, types, and functions - @​eranl.

Bug Fixes

Commits

[![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) ---
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 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)
Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- meta-bom/bom-mod/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-bom/bom-mod/pom.xml b/meta-bom/bom-mod/pom.xml index cfe84b12..93eeba80 100644 --- a/meta-bom/bom-mod/pom.xml +++ b/meta-bom/bom-mod/pom.xml @@ -131,7 +131,7 @@ 1.18.8 - 5.16.0 + 5.18.1 25.0.2 2.0.0 6.0.3 From 468186437b0ada0409b403c16cba568ca56425ce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Apr 2026 15:53:40 +0000 Subject: [PATCH 3/3] chore(deps): bump com.alibaba.nacos:nacos-client Bumps [com.alibaba.nacos:nacos-client](https://github.com/alibaba/nacos) from 3.2.0 to 3.2.1-2026.04.03. - [Release notes](https://github.com/alibaba/nacos/releases) - [Changelog](https://github.com/alibaba/nacos/blob/develop/CHANGELOG.md) - [Commits](https://github.com/alibaba/nacos/compare/3.2.0...3.2.1-2026.04.03) --- updated-dependencies: - dependency-name: com.alibaba.nacos:nacos-client dependency-version: 3.2.1-2026.04.03 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- meta-bom/bom-deamon/pom.xml | 2 +- os-dependencies/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-bom/bom-deamon/pom.xml b/meta-bom/bom-deamon/pom.xml index 83ddd365..ab995f2d 100644 --- a/meta-bom/bom-deamon/pom.xml +++ b/meta-bom/bom-deamon/pom.xml @@ -380,7 +380,7 @@ com.alibaba.nacos nacos-client - 3.2.0 + 3.2.1-2026.04.03 compile diff --git a/os-dependencies/pom.xml b/os-dependencies/pom.xml index c6279549..819b05e6 100644 --- a/os-dependencies/pom.xml +++ b/os-dependencies/pom.xml @@ -101,7 +101,7 @@ 4.0.5 3.3.6 - 3.2.0 + 3.2.1-2026.04.03 10.4.0 9.3.2