diff --git a/build.gradle b/build.gradle index f36d1c0..2d6c45a 100644 --- a/build.gradle +++ b/build.gradle @@ -20,8 +20,8 @@ dependencies { mappings loom.officialMojangMappings() modImplementation "net.fabricmc:fabric-loader:${project.loader_version}" - implementation group: 'io.netty', name: 'netty-codec-haproxy', version: '4.1.114.Final' - include group: 'io.netty', name: 'netty-codec-haproxy', version: '4.1.114.Final' + implementation group: 'io.netty', name: 'netty-codec-haproxy', version: '4.1.116.Final' + include group: 'io.netty', name: 'netty-codec-haproxy', version: '4.1.116.Final' } processResources {