diff --git a/build.gradle b/build.gradle index e7fbf68..6ede7cc 100644 --- a/build.gradle +++ b/build.gradle @@ -53,7 +53,7 @@ catalog { version('junit.jupiter', '5.9.3') version('kotlin', '1.9.0') version('log4j', '2.20.0') - version('netty', '4.1.94.Final') + version('netty', '4.1.96.Final') version('parsson', '1.1.2') version('picocli', '4.7.4') version('postgresql', '42.5.4') @@ -98,6 +98,18 @@ catalog { library('h2', 'com.h2database', 'h2').versionRef('h2') library('jcommander', 'com.beust', 'jcommander').versionRef('jcommander') library('netty-codec-http', 'io.netty', 'netty-codec-http').versionRef('netty') + library('netty-codec-http2', 'io.netty', 'netty-codec-http2').versionRef('netty') + library('netty-buffer', 'io.netty', 'netty-buffer').versionRef('netty') + library('netty-transport', 'io.netty', 'netty-transport').versionRef('netty') + library('netty-handler-proxy', 'io.netty', 'netty-handler-proxy').versionRef('netty') + library('netty-resolver', 'io.netty', 'netty-resolver').versionRef('netty') + library('netty-codec', 'io.netty', 'netty-codec').versionRef('netty') + library('netty-all', 'io.netty', 'netty-all').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') + library('netty-transport-udt', 'io.netty', 'netty-transport-udt').versionRef('netty') + library('netty-handler-ssl-ocsp', 'io.netty', 'netty-handler-ssl-ocsp').versionRef('netty') library('jgroups', 'org.jgroups', 'jgroups').versionRef('jgroups') library('jaxb-api', 'javax.xml.bind', 'jaxb-api').versionRef('jaxb-api') diff --git a/gradle.properties b/gradle.properties index cd539ee..c466760 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1 +1 @@ -lys.catalog.version = 2023.07.28 +lys.catalog.version = 2023.07.31