This is an automated email from the ASF dual-hosted git repository.
EarthChen pushed a commit to branch 3.3
in repository https://gitbox.apache.org/repos/asf/dubbo.git
The following commit(s) were added to refs/heads/3.3 by this push:
new 8ca0d22810 build(deps): bump netty4_version from 4.2.14.Final to
4.2.15.Final (#16319)
8ca0d22810 is described below
commit 8ca0d22810ce6518ea1b1335374b92faf33fecfb
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Jun 15 14:58:31 2026 +0800
build(deps): bump netty4_version from 4.2.14.Final to 4.2.15.Final (#16319)
Bumps `netty4_version` from 4.2.14.Final to 4.2.15.Final.
Updates `io.netty:netty-all` from 4.2.14.Final to 4.2.15.Final
- [Release notes](https://github.com/netty/netty/releases)
-
[Commits](https://github.com/netty/netty/compare/netty-4.2.14.Final...netty-4.2.15.Final)
Updates `io.netty:netty-bom` from 4.2.14.Final to 4.2.15.Final
- [Release notes](https://github.com/netty/netty/releases)
-
[Commits](https://github.com/netty/netty/compare/netty-4.2.14.Final...netty-4.2.15.Final)
---
updated-dependencies:
- dependency-name: io.netty:netty-all
dependency-version: 4.2.15.Final
dependency-type: direct:development
update-type: version-update:semver-patch
- dependency-name: io.netty:netty-bom
dependency-version: 4.2.15.Final
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
dubbo-dependencies-bom/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dubbo-dependencies-bom/pom.xml b/dubbo-dependencies-bom/pom.xml
index bfe2cbb94b..2e225c398a 100644
--- a/dubbo-dependencies-bom/pom.xml
+++ b/dubbo-dependencies-bom/pom.xml
@@ -95,7 +95,7 @@
<javassist_version>3.31.0-GA</javassist_version>
<byte-buddy_version>1.18.8</byte-buddy_version>
<netty_version>3.2.10.Final</netty_version>
- <netty4_version>4.2.14.Final</netty4_version>
+ <netty4_version>4.2.15.Final</netty4_version>
<httpclient_version>4.5.14</httpclient_version>
<httpcore_version>4.4.16</httpcore_version>
<fastjson_version>1.2.83_noneautotype</fastjson_version>