You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by zh...@apache.org on 2022/12/15 06:42:21 UTC

[shardingsphere] branch master updated: Bump netty-codec-http from 4.1.85.Final to 4.1.86.Final (#22840)

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

zhaojinchao 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 172adb47b7b Bump netty-codec-http from 4.1.85.Final to 4.1.86.Final (#22840)
172adb47b7b is described below

commit 172adb47b7b0668b7e7fca6577a6fabbb7ca6525
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Thu Dec 15 14:42:15 2022 +0800

    Bump netty-codec-http from 4.1.85.Final to 4.1.86.Final (#22840)
    
    Bumps [netty-codec-http](https://github.com/netty/netty) from 4.1.85.Final to 4.1.86.Final.
    - [Release notes](https://github.com/netty/netty/releases)
    - [Commits](https://github.com/netty/netty/compare/netty-4.1.85.Final...netty-4.1.86.Final)
    
    ---
    updated-dependencies:
    - dependency-name: io.netty:netty-codec-http
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index e1cae244bf0..63898330e4d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -78,7 +78,7 @@
         
         <calcite.version>1.32.0</calcite.version>
         <vertx.version>4.3.3</vertx.version>
-        <netty.version>4.1.85.Final</netty.version>
+        <netty.version>4.1.86.Final</netty.version>
         
         <javax.transaction.version>1.1</javax.transaction.version>