This is an automated email from the ASF dual-hosted git repository.
terrymanu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git
The following commit(s) were added to refs/heads/master by this push:
new 7a6d7427334 Bump org.apache.httpcomponents.core5:httpcore5 (#39431)
7a6d7427334 is described below
commit 7a6d7427334b7badda89c5f476426b52df97183b
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Aug 18 15:41:13 2026 +0800
Bump org.apache.httpcomponents.core5:httpcore5 (#39431)
Bumps
[org.apache.httpcomponents.core5:httpcore5](https://github.com/apache/httpcomponents-core)
from 5.3.4 to 5.4.3.
-
[Changelog](https://github.com/apache/httpcomponents-core/blob/rel/v5.4.3/RELEASE_NOTES.txt)
-
[Commits](https://github.com/apache/httpcomponents-core/compare/rel/v5.3.4...rel/v5.4.3)
---
updated-dependencies:
- dependency-name: org.apache.httpcomponents.core5:httpcore5
dependency-version: 5.4.3
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
kernel/transaction/type/base/seata-at/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kernel/transaction/type/base/seata-at/pom.xml
b/kernel/transaction/type/base/seata-at/pom.xml
index 5ab010abbc7..34da27717d3 100644
--- a/kernel/transaction/type/base/seata-at/pom.xml
+++ b/kernel/transaction/type/base/seata-at/pom.xml
@@ -29,7 +29,7 @@
<properties>
<seata.version>2.6.0</seata.version>
<commons-lang.version>2.6</commons-lang.version>
- <httpcore5.version>5.3.4</httpcore5.version>
+ <httpcore5.version>5.4.3</httpcore5.version>
</properties>
<dependencyManagement>