diff --git a/build.gradle b/build.gradle index c1c227d..cf4cb82 100644 --- a/build.gradle +++ b/build.gradle @@ -21,22 +21,22 @@ catalog { version('gradle.docker', '10.0.0') version('antlr', '4.13.2') - version('bnd', '7.1.0') - version('bouncycastle', '1.83') - version('commons-compress', '1.27.1') - version('docker-java', '3.7.0') - version('hibernate', '7.3.0.Final') - version('lombok', '1.18.44') - version('groovy', '5.0.2') - version('h2', '2.3.240') + version('bnd', '7.2.3') + version('bouncycastle', '1.84') + version('commons-compress', '1.28.0') + version('docker-java', '3.7.1') + version('hibernate', '7.3.4.Final') + version('lombok', '1.18.46') + version('groovy', '5.0.6') + version('h2', '2.4.240') version('infinispan', '16.1.2') version('jackson', '2.21.2') version('jakartaee', '11.0.0') version('jakartaee-api', '11.0.0') version('jakarta.faces', '4.1.2') version('jakarta.el-api', '6.0.1') - version('jakarta.json-api', '2.1.2') - version('jakarta.json.bind-api', '3.0.0') + version('jakarta.json-api', '2.1.3') + version('jakarta.json.bind-api', '3.0.1') version('jakarta.xml.bind-api', '4.0.5') version('jakarta.persistence-api', '3.2.0') version('jakarta.jakartaee-web-api', '11.0.0') @@ -50,27 +50,27 @@ catalog { version('jakarta.validation.api', '3.1.1') version('jakarta.annotation.api', '3.0.0') version('jaxb-api', '2.3.1') - version('jcommander', '1.82') - version('jgit', '7.5.0.202512021534-r') - version('jgroups', '5.5.4.Final') + version('jcommander', '3.0') + version('jgit', '7.6.0.202603022253-r') + version('jgroups', '5.5.5.Final') version('jna', '5.18.1') version('jboss-ejb-client', '5.0.8.Final') - version('junit.jupiter', '6.0.1') + version('junit.jupiter', '6.0.3') version('kotlin', '2.3.20') - version('kotlin.serialization.jvm', '1.10.0') - version('kotlin.coroutines', '1.10.2') - version('kotlin.io', '0.8.0') - version('log4j', '2.25.3') + version('kotlin.serialization.jvm', '1.11.0') + version('kotlin.coroutines', '1.11.0') + version('kotlin.io', '0.9.0') + version('log4j', '2.26.0') version('micronaut', '4.10.18') - version('netty', '4.2.12.Final') - version('opentelemetry', '1.61.0') + version('netty', '4.2.13.Final') + version('opentelemetry', '1.62.0') version('opentelemetry-instrumentation', '2.27.0-alpha') version('parsson', '1.1.7') version('picocli', '4.7.7') version('postgresql', '42.7.10') - version('resteasy', '6.2.14.Final') + version('resteasy', '7.0.2.Final') version('slf4j', '2.0.17') - version('typesafe-config', '1.4.3') + version('typesafe-config', '1.4.6') version('xz', '1.10') version('yasson', '3.0.4') version('weld', '6.0.4.Final') @@ -81,18 +81,18 @@ catalog { version('osgi', '8.0.0') version('osgi.cmpn', '7.0.0') version('osgi.service.component.annotations', '1.5.1') - version('rsyntaxtextarea', '3.6.0') + version('rsyntaxtextarea', '3.6.2') version('rsyntaxtextarea-ls', '3.4.0') - version('jetbrains.annotations', '26.0.2') - version('gradle.jmh', '0.7.2') - version('undertow', '2.3.24.Final') + version('jetbrains.annotations', '26.1.0') + version('gradle.jmh', '0.7.3') + version('undertow', '2.4.0.Final') version('graalvm', '25.0.2') version('liquibase', '5.0.2') - version('gradle.liquibase', '2.2.1') + version('gradle.liquibase', '3.1.0') version('logback', '1.5.32') version('javax.money', '1.1') version('moneta', '1.4.5') - version('testcontainers', '1.20.6') + version('testcontainers', '2.0.5') version('xmemcached', '2.4.9') @@ -126,14 +126,13 @@ catalog { library('log4j-core', 'org.apache.logging.log4j', 'log4j-core').versionRef('log4j') library('jna', 'net.java.dev.jna', 'jna').versionRef('jna') library('h2', 'com.h2database', 'h2').versionRef('h2') - library('jcommander', 'com.beust', 'jcommander').versionRef('jcommander') + library('jcommander', 'org.jcommander', 'jcommander').versionRef('jcommander') library('netty-common', 'io.netty', 'netty-common').versionRef('netty') library('netty-buffer', 'io.netty', 'netty-buffer').versionRef('netty') library('netty-resolver', 'io.netty', 'netty-resolver').versionRef('netty') library('netty-handler', 'io.netty', 'netty-handler').versionRef('netty') 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') @@ -149,11 +148,10 @@ catalog { library('netty-codec-redis', 'io.netty', 'netty-codec-redis').versionRef('netty') library('netty-codec-dns', 'io.netty', 'netty-codec-dns').versionRef('netty') library('netty-codec-socks', 'io.netty', 'netty-codec-socks').versionRef('netty') - library('netty-codec-mqtt', 'io.netty', 'netty-codec-socks').versionRef('netty') + library('netty-codec-mqtt', 'io.netty', 'netty-codec-mqtt').versionRef('netty') library('netty-codec-compression', 'io.netty', 'netty-codec-compression').versionRef('netty') - library('netty-codec-protobuf', 'io.netty', 'netty-codec-compression').versionRef('netty') + library('netty-codec-protobuf', 'io.netty', 'netty-codec-protobuf').versionRef('netty') library('netty-codec-marshalling', 'io.netty', 'netty-codec-marshalling').versionRef('netty') - library('netty-codec-xml', 'io.netty', 'netty-codec-marshalling').versionRef('netty') library('netty-transport', 'io.netty', 'netty-transport').versionRef('netty') @@ -165,13 +163,9 @@ catalog { library('netty-tcnative-boringssl-static', 'io.netty', 'netty-tcnative-boringssl-static').versionRef('netty') library('netty-transport-native-unix-common', 'io.netty', 'netty-transport-native-unix-common').versionRef('netty') - library('netty-handler-proxy', 'io.netty', 'netty-handler-proxy').versionRef('netty') - library('netty-resolver-dns', 'io.netty', 'netty-resolver-dns').versionRef('netty') - - library('netty-transport-native-unix-common', 'io.netty', 'netty-transport-native-unix-common').versionRef('netty') - library('netty-transport-native-unix-common', 'io.netty', 'netty-transport-native-unix-common').versionRef('netty') - [ + + 'opentelemetry-instrumentation-bom', 'opentelemetry-instrumentation-api', 'opentelemetry-instrumentation-annotations', diff --git a/gradle.properties b/gradle.properties index ee27bf1..460849a 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,3 +1,3 @@ -lys.catalog.version = 2026.04.29 +lys.catalog.version = 2026.05.16 gitea.maven.url = https://gitea.woggioni.net/api/packages/woggioni/maven