[ANY] Upgrade netty to 4.2.0.RC3

This commit is contained in:
Gravita 2025-02-18 14:56:16 +07:00
parent 263cf26258
commit 41f93b9f8d
2 changed files with 5 additions and 1 deletions

View file

@ -88,6 +88,10 @@ pack project(':LauncherAPI')
bundle group: 'io.netty', name: 'netty-transport-classes-epoll', version: rootProject['verNetty']
bundle group: 'io.netty', name: 'netty-transport-native-epoll', version: rootProject['verNetty'], classifier: 'linux-x86_64'
bundle group: 'io.netty', name: 'netty-transport-native-epoll', version: rootProject['verNetty'], classifier: 'linux-aarch_64'
// Netty
implementation 'org.jboss.marshalling:jboss-marshalling:1.4.11.Final'
implementation 'com.google.protobuf.nano:protobuf-javanano:3.1.0'
//
bundle group: 'org.slf4j', name: 'slf4j-api', version: rootProject['verSlf4j']
bundle group: 'com.mysql', name: 'mysql-connector-j', version: rootProject['verMySQLConn']
bundle group: 'org.mariadb.jdbc', name: 'mariadb-java-client', version: rootProject['verMariaDBConn']

View file

@ -1,6 +1,6 @@
project.ext {
verAsm = '9.7.1'
verNetty = '4.1.114.Final'
verNetty = '4.2.0.RC3'
verOshiCore = '6.6.6'
verJunit = '5.11.4'
verJansi = '2.4.1'