diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 8392798fc..be771364a 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -9,7 +9,7 @@ azure-identity = '1.15.4' apache-commons-lang3 = '3.20.0' apache-commons-text = '1.15.0' apache-commons-pool2 = '2.13.0' -apache-datasketches = '3.1.0' +apache-datasketches = '3.3.0' apache-commons-compress = '1.28.0' assertj = '3.25.3' @@ -17,10 +17,10 @@ avro = '1.12.1' byte-buddy = '1.18.1' confluent = '7.9.5' confluent-ccs = '7.9.5-ccs' -msgpack = "0.9.11" +msgpack = "0.9.12" -mapstruct = '1.6.2' -lombok = '1.18.42' +mapstruct = '1.6.3' +lombok = '1.18.46' odd-oddrn-generator = '0.1.17' odd-oddrn-client = '0.1.41' cel = '0.3.0' @@ -32,7 +32,7 @@ okhttp3 = '4.12.0' wiremock = '3.9.1' testcontainers = '1.20.6' swagger-integration-jakarta = '2.2.28' -springdoc = '2.6.0' +springdoc = '2.8.17' jakarta-annotation-api = '2.1.1' jackson-databind-nullable = '0.2.8' antlr = '4.13.2' @@ -51,7 +51,7 @@ openapi-generator = { id = 'org.openapi.generator', version = '7.13.0' } nexus-publish-plugin = { id = 'io.github.gradle-nexus.publish-plugin', version = '2.0.0' } node-gradle = { id = 'com.github.node-gradle.node', version = '7.1.0' } docker-remote-api = { id = 'com.bmuschko.docker-remote-api', version = '9.4.0' } -sonarqube = { id = "org.sonarqube", version = "6.0.1.5171" } +sonarqube = { id = "org.sonarqube", version = "6.3.1.5724" } [libraries] @@ -100,7 +100,7 @@ micrometer-registry-prometheus = { module = 'io.micrometer:micrometer-registry-p antlr = { module = 'org.antlr:antlr4', version.ref = 'antlr' } antlr-runtime = { module = 'org.antlr:antlr4-runtime', version.ref = 'antlr' } cel = { module = 'dev.cel:cel', version.ref = 'cel' } -caffeine = { module = 'com.github.ben-manes.caffeine:caffeine', version = '3.2.2'} +caffeine = { module = 'com.github.ben-manes.caffeine:caffeine', version = '3.2.4'} testcontainers = { module = 'org.testcontainers:testcontainers', version.ref = 'testcontainers' } testcontainers-kafka = { module = 'org.testcontainers:kafka', version.ref = 'testcontainers' } @@ -144,7 +144,7 @@ lucene = {module = 'org.apache.lucene:lucene-core', version.ref = 'lucene'} lucene-queryparser = {module = 'org.apache.lucene:lucene-queryparser', version.ref = 'lucene'} lucene-analysis-common = {module = 'org.apache.lucene:lucene-analysis-common', version.ref = 'lucene'} -fastcsv = {module = 'de.siegmar:fastcsv', version = '4.1.0'} +fastcsv = {module = 'de.siegmar:fastcsv', version = '4.3.0'} # CVE-2025-12183 fix lz4-yawk = {module = 'at.yawk.lz4:lz4-java', version = '1.10.1'}