diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 89dd40067..839dbd019 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -2,32 +2,32 @@ spring-boot = '3.5.8' nimbus-jose-jwt = '10.0.2' -aws-msk-auth = '2.3.0' -azure-identity = '1.15.4' +aws-msk-auth = '2.3.5' +azure-identity = '1.18.1' 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' -avro = '1.11.4' -byte-buddy = '1.18.1' +avro = '1.12.1' +byte-buddy = '1.18.2' confluent = '7.9.5' confluent-ccs = '7.9.5-ccs' -mapstruct = '1.6.2' +mapstruct = '1.6.3' lombok = '1.18.42' odd-oddrn-generator = '0.1.17' odd-oddrn-client = '0.1.41' -cel = '0.3.0' +cel = '0.11.1' # This version should be compatible with the version used by spring-boot-starter-test to avoid conflicts # See https://github.com/spring-projects/spring-boot/blob/b6b570ebebb6ea233e00af5e554adcf40256f224/gradle.properties#L16C21-L16C27 junit = '5.12.2' mockito = '5.20.0' okhttp3 = '4.12.0' -wiremock = '3.9.1' +wiremock = '3.13.2' testcontainers = '1.20.6' swagger-integration-jakarta = '2.2.28' jakarta-annotation-api = '2.1.1' @@ -36,7 +36,7 @@ antlr = '4.13.2' json-schema-validator = '2.2.14' checkstyle = '10.24.0' -prometheus = '1.3.6' +prometheus = '1.4.3' lucene = '10.3.2' [plugins] @@ -45,10 +45,10 @@ spring-dependency-management = { id = 'io.spring.dependency-management', version git-properties = { id = 'com.gorylenko.gradle-git-properties', version = '2.5.3' } openapi-validator = {id = "org.openapitools.openapistylevalidator", version = "1.10" } openapi-generator = { id = 'org.openapi.generator', version = '7.13.0' } -nexus-publish-plugin = { id = 'io.github.gradle-nexus.publish-plugin', version = '1.1.0' } +nexus-publish-plugin = { id = 'io.github.gradle-nexus.publish-plugin', version = '1.3.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] @@ -95,7 +95,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.3'} testcontainers = { module = 'org.testcontainers:testcontainers', version.ref = 'testcontainers' } testcontainers-kafka = { module = 'org.testcontainers:kafka', version.ref = 'testcontainers' } @@ -123,7 +123,7 @@ jsonschemavalidator = { module = 'com.github.java-json-tools:json-schema-validat bouncycastle-bcpkix = { module = 'org.bouncycastle:bcpkix-jdk18on', version = '1.80' } # Google Managed Service for Apache Kafka support -google-managed-kafka-login-handler = {module = 'com.google.cloud.hosted.kafka:managed-kafka-auth-login-handler', version = '1.0.5'} +google-managed-kafka-login-handler = {module = 'com.google.cloud.hosted.kafka:managed-kafka-auth-login-handler', version = '1.0.6'} google-oauth-client = { module = 'com.google.oauth-client:google-oauth-client', version = '1.39.0' } modelcontextprotocol-spring-webflux = {module = 'io.modelcontextprotocol.sdk:mcp-spring-webflux', version = '0.10.0'} @@ -133,7 +133,7 @@ prometheus-metrics-core = {module = 'io.prometheus:prometheus-metrics-core', ver prometheus-metrics-textformats = { module = 'io.prometheus:prometheus-metrics-exposition-textformats', version.ref = 'prometheus'} prometheus-metrics-exporter-pushgateway = { module = 'io.prometheus:prometheus-metrics-exporter-pushgateway', version.ref = 'prometheus'} -snappy = {module = 'org.xerial.snappy:snappy-java', version = '1.1.10.7'} +snappy = {module = 'org.xerial.snappy:snappy-java', version = '1.1.10.8'} lucene = {module = 'org.apache.lucene:lucene-core', version.ref = 'lucene'} lucene-queryparser = {module = 'org.apache.lucene:lucene-queryparser', version.ref = 'lucene'}