Bump netty

This commit is contained in:
Shane Freeder 2022-08-28 00:36:18 +01:00
parent d17dc3a181
commit 8ab574f323
No known key found for this signature in database
GPG Key ID: A3F61EA5A085289C

View File

@ -0,0 +1,22 @@
From 18e5e71320ba43f2c11d65b6ade5f31e57b62bca Mon Sep 17 00:00:00 2001
From: Shane Freeder <theboyetronic@gmail.com>
Date: Sun, 28 Aug 2022 00:35:57 +0100
Subject: [PATCH] Bump netty
diff --git a/pom.xml b/pom.xml
index 2b544c23..6810b9cc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -89,7 +89,7 @@
<properties>
<build.number>unknown</build.number>
<lombok.version>1.18.22</lombok.version>
- <netty.version>4.1.77.Final</netty.version>
+ <netty.version>4.1.80.Final</netty.version> <!-- Waterfall - bump -->
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
--
2.37.2