updated jwo version and added netty-common library
All checks were successful
CI / build (push) Successful in 49s

This commit is contained in:
2025-01-24 16:44:33 +08:00
parent c7f96e967f
commit fe7b0e2204
2 changed files with 4 additions and 3 deletions

View File

@@ -9,13 +9,13 @@ version = getProperty('lys.catalog.version')
catalog {
versionCatalog {
version('wson', '2024.04.04')
version('jwo', '2025.01.17')
version('jwo', '2025.01.23')
version('jmath', '2025.01.09')
version('jzstd', '2024.04.14')
version('klevtree', '2024.02.12')
version('khtml', '2024.04.14')
version('jlevtree', '2023.05')
version('my-gradle-plugins', '2025.01.08')
version('my-gradle-plugins', '2025.01.24')
version('envelope', '2025.01.08')
version('wdi', '2024.12.31')
@@ -125,6 +125,7 @@ catalog {
library('jna', 'net.java.dev.jna', 'jna').versionRef('jna')
library('h2', 'com.h2database', 'h2').versionRef('h2')
library('jcommander', 'com.beust', 'jcommander').versionRef('jcommander')
library('netty-common', 'io.netty', 'netty-common').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-buffer', 'io.netty', 'netty-buffer').versionRef('netty')

View File

@@ -1,3 +1,3 @@
lys.catalog.version = 2025.01.17
lys.catalog.version = 2025.01.24
gitea.maven.url = https://gitea.woggioni.net/api/packages/woggioni/maven