This is an automated email from the ASF dual-hosted git repository.
smolnar pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/knox.git
The following commit(s) were added to refs/heads/master by this push:
new a03bf6d KNOX-2405 - Upgrade transitive Netty to 4.1.51.Final (#362)
a03bf6d is described below
commit a03bf6dec21c1f045cc36b3d7ea945f2b09c94d8
Author: Kevin Risden <[email protected]>
AuthorDate: Tue Jul 14 10:10:38 2020 -0400
KNOX-2405 - Upgrade transitive Netty to 4.1.51.Final (#362)
Signed-off-by: Kevin Risden <[email protected]>
---
pom.xml | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/pom.xml b/pom.xml
index 7e7225f..5365306 100644
--- a/pom.xml
+++ b/pom.xml
@@ -235,6 +235,7 @@
<maven-pmd-plugin.version>3.12.0</maven-pmd-plugin.version>
<metrics.version>4.1.6</metrics.version>
<mina.version>2.0.21</mina.version>
+ <netty.version>4.1.51.Final</netty.version>
<nimbus-jose-jwt.version>8.14.1</nimbus-jose-jwt.version>
<nodejs.version>v12.18.2</nodejs.version>
<okhttp.version>2.7.5</okhttp.version>
@@ -1595,6 +1596,12 @@
</dependency>
<dependency>
+ <groupId>io.netty</groupId>
+ <artifactId>netty-all</artifactId>
+ <version>${netty.version}</version>
+ </dependency>
+
+ <dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-annotations</artifactId>
<version>${jackson.version}</version>