|
1 | 1 | [versions] |
2 | 2 | spring-boot = '3.5.5' |
3 | | -nimbus-jose-jwt = '10.0.2' |
| 3 | +nimbus-jose-jwt = '10.5' |
4 | 4 | netty = '4.1.125.Final' |
5 | 5 |
|
6 | | -aws-msk-auth = '2.3.0' |
7 | | -azure-identity = '1.15.4' |
| 6 | +aws-msk-auth = '2.3.2' |
| 7 | +azure-identity = '1.17.0' |
8 | 8 |
|
9 | 9 | apache-commons-lang3 = '3.18.0' |
10 | | -apache-commons-text = '1.13.1' |
11 | | -apache-commons-io = '2.18.0' |
| 10 | +apache-commons-text = '1.14.0' |
| 11 | +apache-commons-io = '2.20.0' |
12 | 12 | apache-commons-pool2 = '2.12.1' |
13 | 13 | apache-datasketches = '3.1.0' |
14 | | -apache-commons-compress = '1.26.0' |
| 14 | +apache-commons-compress = '1.28.0' |
15 | 15 |
|
16 | | -assertj = '3.25.3' |
17 | | -avro = '1.11.4' |
18 | | -byte-buddy = '1.14.19' |
| 16 | +assertj = '3.27.4' |
| 17 | +avro = '1.12.0' |
| 18 | +byte-buddy = '1.17.7' |
19 | 19 | confluent = '7.9.2' |
20 | 20 | confluent-ccs = '7.9.0-ccs' |
21 | 21 |
|
22 | | -mapstruct = '1.6.2' |
23 | | -lombok = '1.18.34' |
| 22 | +mapstruct = '1.6.3' |
| 23 | +lombok = '1.18.40' |
24 | 24 | odd-oddrn-generator = '0.1.17' |
25 | 25 | odd-oddrn-client = '0.1.41' |
26 | | -cel = '0.3.0' |
| 26 | +cel = '0.11.0' |
27 | 27 | # This version should be compatible with the version used by spring-boot-starter-test to avoid conflicts |
28 | 28 | # See https://github.com/spring-projects/spring-boot/blob/b6b570ebebb6ea233e00af5e554adcf40256f224/gradle.properties#L16C21-L16C27 |
29 | | -junit = '5.12.2' |
30 | | -mockito = '5.16.0' |
| 29 | +junit = '5.13.4' |
| 30 | +mockito = '5.19.0' |
31 | 31 | okhttp3 = '4.12.0' |
32 | | -testcontainers = '1.20.6' |
33 | | -swagger-integration-jakarta = '2.2.28' |
| 32 | +testcontainers = '1.21.3' |
| 33 | +swagger-integration-jakarta = '2.2.36' |
34 | 34 | jakarta-annotation-api = '2.1.1' |
35 | | -jackson-databind-nullable = '0.2.6' |
| 35 | +jackson-databind-nullable = '0.2.7' |
36 | 36 | antlr = '4.13.2' |
37 | 37 | json-schema-validator = '2.2.14' |
38 | 38 | checkstyle = '10.24.0' |
39 | 39 |
|
40 | 40 | allure = '2.29.1' |
41 | | -selenide = '7.2.3' |
42 | | -testng = '7.10.0' |
43 | | -bonigarcia-webdrivermanager = '6.1.1' |
44 | | -aspectj = '1.9.21' |
45 | | -prometheus = '1.3.6' |
| 41 | +selenide = '7.10.0' |
| 42 | +testng = '7.11.0' |
| 43 | +bonigarcia-webdrivermanager = '6.3.1' |
| 44 | +aspectj = '1.9.24' |
| 45 | +prometheus = '1.4.1' |
46 | 46 |
|
47 | 47 | [plugins] |
48 | 48 | spring-boot = { id = 'org.springframework.boot', version.ref = 'spring-boot' } |
49 | 49 | spring-dependency-management = { id = 'io.spring.dependency-management', version = '1.1.3' } |
50 | 50 | git-properties = { id = 'com.gorylenko.gradle-git-properties', version = '2.4.2' } |
51 | | -openapi-validator = {id = "org.openapitools.openapistylevalidator", version = "1.10" } |
52 | | -openapi-generator = { id = 'org.openapi.generator', version = '7.13.0' } |
| 51 | +openapi-validator = {id = "org.openapitools.openapistylevalidator", version = "1.11" } |
| 52 | +openapi-generator = { id = 'org.openapi.generator', version = '7.15.0' } |
53 | 53 | allure = { id = 'io.qameta.allure', version = '2.10.0' } |
54 | 54 | nexus-publish-plugin = { id = 'io.github.gradle-nexus.publish-plugin', version = '1.1.0' } |
55 | 55 | node-gradle = { id = 'com.github.node-gradle.node', version = '7.1.0' } |
56 | 56 | #jib = { id = 'com.google.cloud.tools.jib', version = '3.4.4' } |
57 | 57 | docker-remote-api = { id = 'com.bmuschko.docker-remote-api', version = '9.4.0' } |
58 | | -sonarqube = { id = "org.sonarqube", version = "6.0.1.5171" } |
| 58 | +sonarqube = { id = "org.sonarqube", version = "6.3.1.5724" } |
59 | 59 |
|
60 | 60 |
|
61 | 61 | [libraries] |
@@ -136,13 +136,13 @@ bonigarcia-webdrivermanager = { module = 'io.github.bonigarcia:webdrivermanager' |
136 | 136 | netty-resolver-dns-native = { module = 'io.netty:netty-resolver-dns-native-macos' } |
137 | 137 |
|
138 | 138 | # test scope |
139 | | -bouncycastle-bcpkix = { module = 'org.bouncycastle:bcpkix-jdk18on', version = '1.80' } |
| 139 | +bouncycastle-bcpkix = { module = 'org.bouncycastle:bcpkix-jdk18on', version = '1.81' } |
140 | 140 |
|
141 | 141 | # Google Managed Service for Apache Kafka support |
142 | | -google-managed-kafka-login-handler = {module = 'com.google.cloud.hosted.kafka:managed-kafka-auth-login-handler', version = '1.0.5'} |
| 142 | +google-managed-kafka-login-handler = {module = 'com.google.cloud.hosted.kafka:managed-kafka-auth-login-handler', version = '1.0.6'} |
143 | 143 | google-oauth-client = { module = 'com.google.oauth-client:google-oauth-client', version = '1.39.0' } |
144 | 144 |
|
145 | | -modelcontextprotocol-spring-webflux = {module = 'io.modelcontextprotocol.sdk:mcp-spring-webflux', version = '0.10.0'} |
| 145 | +modelcontextprotocol-spring-webflux = {module = 'io.modelcontextprotocol.sdk:mcp-spring-webflux', version = '0.12.1'} |
146 | 146 | victools-jsonschema-generator = {module = 'com.github.victools:jsonschema-generator', version = '4.38.0'} |
147 | 147 |
|
148 | 148 | prometheus-metrics-core = {module = 'io.prometheus:prometheus-metrics-core', version.ref = 'prometheus'} |
|
0 commit comments