11[versions ]
22spring-boot = ' 3.5.7'
3- nimbus-jose-jwt = ' 10.0.2 '
3+ nimbus-jose-jwt = ' 10.5 '
44
5- aws-msk-auth = ' 2.3.0 '
6- azure-identity = ' 1.15.4 '
5+ aws-msk-auth = ' 2.3.4 '
6+ azure-identity = ' 1.18.1 '
77
8- apache-commons-lang3 = ' 3.18 .0'
9- apache-commons-text = ' 1.13.1 '
8+ apache-commons-lang3 = ' 3.19 .0'
9+ apache-commons-text = ' 1.14.0 '
1010apache-commons-pool2 = ' 2.12.1'
1111apache-datasketches = ' 3.1.0'
12- apache-commons-compress = ' 1.26 .0'
12+ apache-commons-compress = ' 1.28 .0'
1313
14- assertj = ' 3.25.3 '
15- avro = ' 1.11.4 '
16- byte-buddy = ' 1.14.19 '
14+ assertj = ' 3.27.6 '
15+ avro = ' 1.12.1 '
16+ byte-buddy = ' 1.17.8 '
1717confluent = ' 7.9.2'
1818confluent-ccs = ' 7.9.0-ccs'
1919
20- mapstruct = ' 1.6.2 '
20+ mapstruct = ' 1.6.3 '
2121lombok = ' 1.18.42'
2222odd-oddrn-generator = ' 0.1.17'
2323odd-oddrn-client = ' 0.1.41'
24- cel = ' 0.3.0 '
24+ cel = ' 0.11.1 '
2525# This version should be compatible with the version used by spring-boot-starter-test to avoid conflicts
2626# See https://github.com/spring-projects/spring-boot/blob/b6b570ebebb6ea233e00af5e554adcf40256f224/gradle.properties#L16C21-L16C27
2727junit = ' 5.12.2'
2828mockito = ' 5.20.0'
2929okhttp3 = ' 4.12.0'
30- testcontainers = ' 1.20.6 '
31- swagger-integration-jakarta = ' 2.2.28 '
30+ testcontainers = ' 1.21.3 '
31+ swagger-integration-jakarta = ' 2.2.40 '
3232jakarta-annotation-api = ' 2.1.1'
33- jackson-databind-nullable = ' 0.2.6 '
33+ jackson-databind-nullable = ' 0.2.8 '
3434antlr = ' 4.13.2'
3535json-schema-validator = ' 2.2.14'
3636checkstyle = ' 10.24.0'
3737
38- prometheus = ' 1.3.6 '
39- lucene = ' 10.2.2 '
38+ prometheus = ' 1.4.2 '
39+ lucene = ' 10.3.1 '
4040
4141[plugins ]
4242spring-boot = { id = ' org.springframework.boot' , version.ref = ' spring-boot' }
4343spring-dependency-management = { id = ' io.spring.dependency-management' , version = ' 1.1.3' }
4444git-properties = { id = ' com.gorylenko.gradle-git-properties' , version = ' 2.4.2' }
45- openapi-validator = {id = " org.openapitools.openapistylevalidator" , version = " 1.10 " }
46- openapi-generator = { id = ' org.openapi.generator' , version = ' 7.13 .0' }
45+ openapi-validator = {id = " org.openapitools.openapistylevalidator" , version = " 1.11 " }
46+ openapi-generator = { id = ' org.openapi.generator' , version = ' 7.17 .0' }
4747nexus-publish-plugin = { id = ' io.github.gradle-nexus.publish-plugin' , version = ' 1.1.0' }
4848node-gradle = { id = ' com.github.node-gradle.node' , version = ' 7.1.0' }
4949docker-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
9494antlr = { module = ' org.antlr:antlr4' , version.ref = ' antlr' }
9595antlr-runtime = { module = ' org.antlr:antlr4-runtime' , version.ref = ' antlr' }
9696cel = { module = ' dev.cel:cel' , version.ref = ' cel' }
97- caffeine = { module = ' com.github.ben-manes.caffeine:caffeine' , version = ' 3.2.2 ' }
97+ caffeine = { module = ' com.github.ben-manes.caffeine:caffeine' , version = ' 3.2.3 ' }
9898
9999testcontainers = { module = ' org.testcontainers:testcontainers' , version.ref = ' testcontainers' }
100100testcontainers-kafka = { module = ' org.testcontainers:kafka' , version.ref = ' testcontainers' }
@@ -117,13 +117,13 @@ assertj = { module = 'org.assertj:assertj-core', version.ref = 'assertj' }
117117jsonschemavalidator = { module = ' com.github.java-json-tools:json-schema-validator' , version.ref = ' json-schema-validator' }
118118
119119# test scope
120- bouncycastle-bcpkix = { module = ' org.bouncycastle:bcpkix-jdk18on' , version = ' 1.80 ' }
120+ bouncycastle-bcpkix = { module = ' org.bouncycastle:bcpkix-jdk18on' , version = ' 1.82 ' }
121121
122122# Google Managed Service for Apache Kafka support
123- google-managed-kafka-login-handler = {module = ' com.google.cloud.hosted.kafka:managed-kafka-auth-login-handler' , version = ' 1.0.5 ' }
123+ google-managed-kafka-login-handler = {module = ' com.google.cloud.hosted.kafka:managed-kafka-auth-login-handler' , version = ' 1.0.6 ' }
124124google-oauth-client = { module = ' com.google.oauth-client:google-oauth-client' , version = ' 1.39.0' }
125125
126- modelcontextprotocol-spring-webflux = {module = ' io.modelcontextprotocol.sdk:mcp-spring-webflux' , version = ' 0.10 .0' }
126+ modelcontextprotocol-spring-webflux = {module = ' io.modelcontextprotocol.sdk:mcp-spring-webflux' , version = ' 0.15 .0' }
127127victools-jsonschema-generator = {module = ' com.github.victools:jsonschema-generator' , version = ' 4.38.0' }
128128
129129prometheus-metrics-core = {module = ' io.prometheus:prometheus-metrics-core' , version.ref = ' prometheus' }
0 commit comments