updated jwo version and added netty-common library
All checks were successful
CI / build (push) Successful in 49s
All checks were successful
CI / build (push) Successful in 49s
This commit is contained in:
@@ -9,13 +9,13 @@ version = getProperty('lys.catalog.version')
|
|||||||
catalog {
|
catalog {
|
||||||
versionCatalog {
|
versionCatalog {
|
||||||
version('wson', '2024.04.04')
|
version('wson', '2024.04.04')
|
||||||
version('jwo', '2025.01.17')
|
version('jwo', '2025.01.23')
|
||||||
version('jmath', '2025.01.09')
|
version('jmath', '2025.01.09')
|
||||||
version('jzstd', '2024.04.14')
|
version('jzstd', '2024.04.14')
|
||||||
version('klevtree', '2024.02.12')
|
version('klevtree', '2024.02.12')
|
||||||
version('khtml', '2024.04.14')
|
version('khtml', '2024.04.14')
|
||||||
version('jlevtree', '2023.05')
|
version('jlevtree', '2023.05')
|
||||||
version('my-gradle-plugins', '2025.01.08')
|
version('my-gradle-plugins', '2025.01.24')
|
||||||
version('envelope', '2025.01.08')
|
version('envelope', '2025.01.08')
|
||||||
version('wdi', '2024.12.31')
|
version('wdi', '2024.12.31')
|
||||||
|
|
||||||
@@ -125,6 +125,7 @@ catalog {
|
|||||||
library('jna', 'net.java.dev.jna', 'jna').versionRef('jna')
|
library('jna', 'net.java.dev.jna', 'jna').versionRef('jna')
|
||||||
library('h2', 'com.h2database', 'h2').versionRef('h2')
|
library('h2', 'com.h2database', 'h2').versionRef('h2')
|
||||||
library('jcommander', 'com.beust', 'jcommander').versionRef('jcommander')
|
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-http', 'io.netty', 'netty-codec-http').versionRef('netty')
|
||||||
library('netty-codec-http2', 'io.netty', 'netty-codec-http2').versionRef('netty')
|
library('netty-codec-http2', 'io.netty', 'netty-codec-http2').versionRef('netty')
|
||||||
library('netty-buffer', 'io.netty', 'netty-buffer').versionRef('netty')
|
library('netty-buffer', 'io.netty', 'netty-buffer').versionRef('netty')
|
||||||
|
@@ -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
|
gitea.maven.url = https://gitea.woggioni.net/api/packages/woggioni/maven
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user