From 82bf27933da2d5c8ad2032774b737b1030605a1c Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Wed, 10 Mar 2021 03:58:26 +0000
Subject: [PATCH] Bump netty-codec-http2 in /samples/asyncflows-netty

Bumps [netty-codec-http2](https://github.com/netty/netty) from 4.1.54.Final to 4.1.60.Final.
- [Release notes](https://github.com/netty/netty/releases)
- [Commits](https://github.com/netty/netty/compare/netty-4.1.54.Final...netty-4.1.60.Final)

Signed-off-by: dependabot[bot] <support@github.com>
---
 samples/asyncflows-netty/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/samples/asyncflows-netty/pom.xml b/samples/asyncflows-netty/pom.xml
index 5fb5695..7daeac4 100644
--- a/samples/asyncflows-netty/pom.xml
+++ b/samples/asyncflows-netty/pom.xml
@@ -44,7 +44,7 @@
         <dependency>
             <groupId>io.netty</groupId>
             <artifactId>netty-codec-http2</artifactId>
-            <version>4.1.54.Final</version>
+            <version>4.1.60.Final</version>
         </dependency>
         <dependency>
             <groupId>org.asyncflows</groupId>