diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 9cc24e8d3..6d127916a 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,53 +1,53 @@ [versions] spring-boot = '3.5.6' -nimbus-jose-jwt = '10.0.2' +nimbus-jose-jwt = '10.5' -aws-msk-auth = '2.3.0' -azure-identity = '1.15.4' +aws-msk-auth = '2.3.2' +azure-identity = '1.18.0' -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.0' +byte-buddy = '1.17.7' 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.0' # 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' +junit = '5.13.4' 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.38' jakarta-annotation-api = '2.1.1' -jackson-databind-nullable = '0.2.6' +jackson-databind-nullable = '0.2.7' 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.1' +lucene = '10.3.0' [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.16.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' } -sonarqube = { id = "org.sonarqube", version = "6.0.1.5171" } +sonarqube = { id = "org.sonarqube", version = "6.3.1.5724" } [libraries] @@ -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.13.1'} 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'}