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