From a017ce53bad51486b308d3d9c6a6a92d9ecfdd74 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Fri, 21 Feb 2020 18:59:14 +0000
Subject: [PATCH] Bump netty-handler from 4.0.36.Final to 4.1.45.Final in
 /edge-opcua

Bumps [netty-handler](https://github.com/netty/netty) from 4.0.36.Final to 4.1.45.Final.
- [Release notes](https://github.com/netty/netty/releases)
- [Commits](https://github.com/netty/netty/compare/netty-4.0.36.Final...netty-4.1.45.Final)

Signed-off-by: dependabot[bot] <support@github.com>
---
 edge-opcua/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 mode change 100755 => 100644 edge-opcua/pom.xml

diff --git a/edge-opcua/pom.xml b/edge-opcua/pom.xml
old mode 100755
new mode 100644
index 52c64e5..8ceac01
--- a/edge-opcua/pom.xml
+++ b/edge-opcua/pom.xml
@@ -97,7 +97,7 @@
 		<dependency>
 			<groupId>io.netty</groupId>
 			<artifactId>netty-handler</artifactId>
-			<version>4.0.36.Final</version>
+			<version>4.1.45.Final</version>
 		</dependency>
 		<dependency>
 			<groupId>com.codahale.metrics</groupId>