diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 6f6eb55a8..b35add106 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,49 +1,49 @@ [versions] spring-boot = '3.5.7' -nimbus-jose-jwt = '10.0.2' +nimbus-jose-jwt = '10.6' -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.18.0' -apache-commons-text = '1.13.1' +apache-commons-lang3 = '3.19.0' +apache-commons-text = '1.14.0' apache-commons-pool2 = '2.12.1' apache-datasketches = '3.1.0' -apache-commons-compress = '1.26.0' +apache-commons-compress = '1.28.0' -assertj = '3.25.3' -avro = '1.11.4' -byte-buddy = '1.14.19' +assertj = '3.27.6' +avro = '1.12.1' +byte-buddy = '1.17.8' confluent = '7.9.2' confluent-ccs = '7.9.0-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' -testcontainers = '1.20.6' -swagger-integration-jakarta = '2.2.28' +testcontainers = '1.21.3' +swagger-integration-jakarta = '2.2.40' jakarta-annotation-api = '2.1.1' -jackson-databind-nullable = '0.2.6' +jackson-databind-nullable = '0.2.8' antlr = '4.13.2' json-schema-validator = '2.2.14' checkstyle = '10.24.0' -prometheus = '1.3.6' -lucene = '10.2.2' +prometheus = '1.4.3' +lucene = '10.3.1' [plugins] spring-boot = { id = 'org.springframework.boot', version.ref = 'spring-boot' } spring-dependency-management = { id = 'io.spring.dependency-management', version = '1.1.3' } git-properties = { id = 'com.gorylenko.gradle-git-properties', version = '2.4.2' } -openapi-validator = {id = "org.openapitools.openapistylevalidator", version = "1.10" } -openapi-generator = { id = 'org.openapi.generator', version = '7.13.0' } +openapi-validator = {id = "org.openapitools.openapistylevalidator", version = "1.11" } +openapi-generator = { id = 'org.openapi.generator', version = '7.17.0' } nexus-publish-plugin = { id = 'io.github.gradle-nexus.publish-plugin', version = '1.1.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' } @@ -94,7 +94,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' } @@ -117,13 +117,13 @@ assertj = { module = 'org.assertj:assertj-core', version.ref = 'assertj' } jsonschemavalidator = { module = 'com.github.java-json-tools:json-schema-validator', version.ref = 'json-schema-validator' } # test scope -bouncycastle-bcpkix = { module = 'org.bouncycastle:bcpkix-jdk18on', version = '1.80' } +bouncycastle-bcpkix = { module = 'org.bouncycastle:bcpkix-jdk18on', version = '1.82' } # 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'} +modelcontextprotocol-spring-webflux = {module = 'io.modelcontextprotocol.sdk:mcp-spring-webflux', version = '0.15.0'} victools-jsonschema-generator = {module = 'com.github.victools:jsonschema-generator', version = '4.38.0'} prometheus-metrics-core = {module = 'io.prometheus:prometheus-metrics-core', version.ref = 'prometheus'}