This is an automated email from the ASF dual-hosted git repository.

albumenj pushed a commit to branch 3.2
in repository https://gitbox.apache.org/repos/asf/dubbo.git


The following commit(s) were added to refs/heads/3.2 by this push:
     new 02ba6b9987 Bump netty4_version from 4.1.92.Final to 4.1.94.Final 
(#12653)
02ba6b9987 is described below

commit 02ba6b9987eb211a12a4451f0eb3cc6d18ab1212
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Jul 3 16:27:34 2023 +0800

    Bump netty4_version from 4.1.92.Final to 4.1.94.Final (#12653)
    
    Bumps `netty4_version` from 4.1.92.Final to 4.1.94.Final.
    
    Updates `netty-all` from 4.1.92.Final to 4.1.94.Final
    - 
[Commits](https://github.com/netty/netty/compare/netty-4.1.92.Final...netty-4.1.94.Final)
    
    Updates `netty-bom` from 4.1.92.Final to 4.1.94.Final
    - 
[Commits](https://github.com/netty/netty/compare/netty-4.1.92.Final...netty-4.1.94.Final)
    
    ---
    updated-dependencies:
    - dependency-name: io.netty:netty-all
      dependency-type: direct:development
      update-type: version-update:semver-patch
    - dependency-name: io.netty:netty-bom
      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 a1d9edbced..640ed4265c 100644
--- a/dubbo-dependencies-bom/pom.xml
+++ b/dubbo-dependencies-bom/pom.xml
@@ -96,7 +96,7 @@
         <javassist_version>3.29.2-GA</javassist_version>
         <bytebuddy.version>1.14.5</bytebuddy.version>
         <netty_version>3.2.10.Final</netty_version>
-        <netty4_version>4.1.92.Final</netty4_version>
+        <netty4_version>4.1.94.Final</netty4_version>
         <mina_version>2.2.1</mina_version>
         <grizzly_version>2.4.4</grizzly_version>
         <httpclient_version>4.5.14</httpclient_version>

Reply via email to