This is an automated email from the ASF dual-hosted git repository.
songxiaosheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dubbo-spi-extensions.git
The following commit(s) were added to refs/heads/master by this push:
new 5742959 Bump io.netty.incubator:netty-incubator-codec-quic (#319)
5742959 is described below
commit 5742959799ef05fa819b41a05091f9dc1cf710c8
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed May 15 09:05:02 2024 +0800
Bump io.netty.incubator:netty-incubator-codec-quic (#319)
Bumps
[io.netty.incubator:netty-incubator-codec-quic](https://github.com/netty/netty-incubator-codec-quic)
from 0.0.14.Final to 0.0.20.Final.
-
[Commits](https://github.com/netty/netty-incubator-codec-quic/compare/netty-incubator-codec-quic-0.0.14.Final...netty-incubator-codec-quic-0.0.20.Final)
---
updated-dependencies:
- dependency-name: io.netty.incubator:netty-incubator-codec-quic
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>
Co-authored-by: xiaosheng <[email protected]>
---
dubbo-remoting-extensions/dubbo-remoting-quic/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dubbo-remoting-extensions/dubbo-remoting-quic/pom.xml
b/dubbo-remoting-extensions/dubbo-remoting-quic/pom.xml
index fe08542..a7c3508 100644
--- a/dubbo-remoting-extensions/dubbo-remoting-quic/pom.xml
+++ b/dubbo-remoting-extensions/dubbo-remoting-quic/pom.xml
@@ -37,7 +37,7 @@
<dependency>
<groupId>io.netty.incubator</groupId>
<artifactId>netty-incubator-codec-quic</artifactId>
- <version>0.0.14.Final</version>
+ <version>0.0.20.Final</version>
</dependency>
<dependency>