From 3b5a411c7077191af57b4c300eb8da575868b7cf Mon Sep 17 00:00:00 2001 From: Walter Oggioni Date: Fri, 26 Dec 2025 20:40:27 +0800 Subject: [PATCH] added more netty modules --- build.gradle | 4 ++++ gradle.properties | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 643867c..d08b2c9 100644 --- a/build.gradle +++ b/build.gradle @@ -132,10 +132,14 @@ catalog { library('netty-handler-proxy', 'io.netty', 'netty-handler-proxy').versionRef('netty') library('netty-handler-ssl-ocsp', 'io.netty', 'netty-handler-ssl-ocsp').versionRef('netty') library('netty-resolver', 'io.netty', 'netty-resolver').versionRef('netty') + library('netty-resolver-dns', 'io.netty', 'netty-resolver-dns').versionRef('netty') library('netty-codec', 'io.netty', 'netty-codec').versionRef('netty') library('netty-all', 'io.netty', 'netty-all').versionRef('netty') + library('netty-codec-haproxy', 'io.netty', 'netty-codec-haproxy').versionRef('netty') library('netty-codec-http', 'io.netty', 'netty-codec-http').versionRef('netty') library('netty-codec-http2', 'io.netty', 'netty-codec-http2').versionRef('netty') + library('netty-codec-http3', 'io.netty', 'netty-codec-http3').versionRef('netty') + library('netty-codec-native-quic', 'io.netty', 'netty-codec-native-quic').versionRef('netty') library('netty-codec-smtp', 'io.netty', 'netty-codec-smtp').versionRef('netty') library('netty-codec-xml', 'io.netty', 'netty-codec-xml').versionRef('netty') library('netty-codec-stomp', 'io.netty', 'netty-codec-stomp').versionRef('netty') diff --git a/gradle.properties b/gradle.properties index 1d68393..66e53d8 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,3 +1,3 @@ -lys.catalog.version = 2025.12.26 +lys.catalog.version = 2025.12.27 gitea.maven.url = https://gitea.woggioni.net/api/packages/woggioni/maven