|
1 | 1 | [versions] |
2 | 2 | spring-boot = '3.5.6' |
3 | | -nimbus-jose-jwt = '10.0.2' |
| 3 | +nimbus-jose-jwt = '10.5' |
4 | 4 |
|
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.0' |
7 | 7 |
|
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' |
10 | 10 | apache-commons-pool2 = '2.12.1' |
11 | 11 | apache-datasketches = '3.1.0' |
12 | | -apache-commons-compress = '1.26.0' |
| 12 | +apache-commons-compress = '1.28.0' |
13 | 13 |
|
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.0' |
| 16 | +byte-buddy = '1.17.8' |
17 | 17 | confluent = '7.9.2' |
18 | 18 | confluent-ccs = '7.9.0-ccs' |
19 | 19 |
|
20 | | -mapstruct = '1.6.2' |
| 20 | +mapstruct = '1.6.3' |
21 | 21 | lombok = '1.18.42' |
22 | 22 | odd-oddrn-generator = '0.1.17' |
23 | 23 | odd-oddrn-client = '0.1.41' |
24 | | -cel = '0.3.0' |
| 24 | +cel = '0.11.0' |
25 | 25 | # This version should be compatible with the version used by spring-boot-starter-test to avoid conflicts |
26 | 26 | # See https://github.com/spring-projects/spring-boot/blob/b6b570ebebb6ea233e00af5e554adcf40256f224/gradle.properties#L16C21-L16C27 |
27 | 27 | junit = '5.12.2' |
28 | 28 | mockito = '5.20.0' |
29 | 29 | okhttp3 = '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.38' |
32 | 32 | jakarta-annotation-api = '2.1.1' |
33 | | -jackson-databind-nullable = '0.2.6' |
| 33 | +jackson-databind-nullable = '0.2.7' |
34 | 34 | antlr = '4.13.2' |
35 | 35 | json-schema-validator = '2.2.14' |
36 | 36 | checkstyle = '10.24.0' |
37 | 37 |
|
38 | | -prometheus = '1.3.6' |
39 | | -lucene = '10.2.2' |
| 38 | +prometheus = '1.4.1' |
| 39 | +lucene = '10.3.1' |
40 | 40 |
|
41 | 41 | [plugins] |
42 | 42 | spring-boot = { id = 'org.springframework.boot', version.ref = 'spring-boot' } |
43 | 43 | spring-dependency-management = { id = 'io.spring.dependency-management', version = '1.1.3' } |
44 | 44 | git-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.16.0' } |
47 | 47 | nexus-publish-plugin = { id = 'io.github.gradle-nexus.publish-plugin', version = '1.1.0' } |
48 | 48 | node-gradle = { id = 'com.github.node-gradle.node', version = '7.1.0' } |
49 | 49 | docker-remote-api = { id = 'com.bmuschko.docker-remote-api', version = '9.4.0' } |
50 | | -sonarqube = { id = "org.sonarqube", version = "6.0.1.5171" } |
| 50 | +sonarqube = { id = "org.sonarqube", version = "6.3.1.5724" } |
51 | 51 |
|
52 | 52 |
|
53 | 53 | [libraries] |
@@ -117,13 +117,13 @@ assertj = { module = 'org.assertj:assertj-core', version.ref = 'assertj' } |
117 | 117 | jsonschemavalidator = { module = 'com.github.java-json-tools:json-schema-validator', version.ref = 'json-schema-validator' } |
118 | 118 |
|
119 | 119 | # test scope |
120 | | -bouncycastle-bcpkix = { module = 'org.bouncycastle:bcpkix-jdk18on', version = '1.80' } |
| 120 | +bouncycastle-bcpkix = { module = 'org.bouncycastle:bcpkix-jdk18on', version = '1.82' } |
121 | 121 |
|
122 | 122 | # 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'} |
124 | 124 | google-oauth-client = { module = 'com.google.oauth-client:google-oauth-client', version = '1.39.0' } |
125 | 125 |
|
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.14.1'} |
127 | 127 | victools-jsonschema-generator = {module = 'com.github.victools:jsonschema-generator', version = '4.38.0'} |
128 | 128 |
|
129 | 129 | prometheus-metrics-core = {module = 'io.prometheus:prometheus-metrics-core', version.ref = 'prometheus'} |
|
0 commit comments