|
1 | 1 | [versions] |
2 | 2 | spring-boot = '3.5.3' |
3 | 3 |
|
4 | | -aws-msk-auth = '2.3.0' |
5 | | -azure-identity = '1.15.4' |
| 4 | +aws-msk-auth = '2.3.2' |
| 5 | +azure-identity = '1.16.2' |
6 | 6 |
|
7 | 7 | apache-commons-lang3 = '3.18.0' |
8 | | -apache-commons-io = '2.18.0' |
| 8 | +apache-commons-io = '2.19.0' |
9 | 9 | apache-commons-pool2 = '2.12.1' |
10 | 10 | apache-datasketches = '3.1.0' |
11 | 11 | apache-commons-compress = '1.26.0' |
12 | 12 |
|
13 | | -assertj = '3.25.3' |
14 | | -avro = '1.11.4' |
15 | | -byte-buddy = '1.14.19' |
| 13 | +assertj = '3.27.3' |
| 14 | +avro = '1.12.0' |
| 15 | +byte-buddy = '1.17.6' |
16 | 16 | confluent = '7.9.0' |
17 | 17 | confluent-ccs = '7.9.0-ccs' |
18 | 18 |
|
19 | | -mapstruct = '1.6.2' |
20 | | -lombok = '1.18.34' |
| 19 | +mapstruct = '1.6.3' |
| 20 | +lombok = '1.18.38' |
21 | 21 | odd-oddrn-generator = '0.1.17' |
22 | 22 | odd-oddrn-client = '0.1.41' |
23 | | -cel = '0.3.0' |
| 23 | +cel = '0.10.1' |
24 | 24 | # This version should be compatible with the version used by spring-boot-starter-test to avoid conflicts |
25 | 25 | # See https://github.com/spring-projects/spring-boot/blob/b6b570ebebb6ea233e00af5e554adcf40256f224/gradle.properties#L16C21-L16C27 |
26 | | -junit = '5.12.2' |
27 | | -mockito = '5.16.0' |
| 26 | +junit = '5.13.3' |
| 27 | +mockito = '5.18.0' |
28 | 28 | okhttp3 = '4.12.0' |
29 | | -testcontainers = '1.20.6' |
30 | | -swagger-integration-jakarta = '2.2.28' |
| 29 | +testcontainers = '1.21.3' |
| 30 | +swagger-integration-jakarta = '2.2.34' |
31 | 31 | jakarta-annotation-api = '2.1.1' |
32 | 32 | jackson-databind-nullable = '0.2.6' |
33 | | -antlr = '4.12.0' |
| 33 | +antlr = '4.13.2' |
34 | 34 | json-schema-validator = '2.2.14' |
35 | 35 | checkstyle = '10.24.0' |
36 | 36 |
|
37 | 37 | allure = '2.29.1' |
38 | | -selenide = '7.2.3' |
39 | | -testng = '7.10.0' |
| 38 | +selenide = '7.9.4' |
| 39 | +testng = '7.11.0' |
40 | 40 | bonigarcia-webdrivermanager = '5.9.3' |
41 | | -aspectj = '1.9.21' |
| 41 | +aspectj = '1.9.24' |
42 | 42 |
|
43 | 43 | # CVE fixes |
44 | 44 | netty = '4.1.119.Final' |
45 | 45 |
|
46 | 46 | [plugins] |
47 | 47 | spring-boot = { id = 'org.springframework.boot', version.ref = 'spring-boot' } |
48 | | -spring-dependency-management = { id = 'io.spring.dependency-management', version = '1.1.3' } |
| 48 | +spring-dependency-management = { id = 'io.spring.dependency-management', version = '1.1.7' } |
49 | 49 | git-properties = { id = 'com.gorylenko.gradle-git-properties', version = '2.4.2' } |
50 | | -openapi-generator = { id = 'org.openapi.generator', version = '7.9.0' } |
51 | | -allure = { id = 'io.qameta.allure', version = '2.10.0' } |
| 50 | +openapi-generator = { id = 'org.openapi.generator', version = '7.14.0' } |
| 51 | +allure = { id = 'io.qameta.allure', version = '2.12.0' } |
52 | 52 | nexus-publish-plugin = { id = 'io.github.gradle-nexus.publish-plugin', version = '1.1.0' } |
53 | 53 | node-gradle = { id = 'com.github.node-gradle.node', version = '7.1.0' } |
54 | 54 | #jib = { id = 'com.google.cloud.tools.jib', version = '3.4.4' } |
55 | 55 | docker-remote-api = { id = 'com.bmuschko.docker-remote-api', version = '9.4.0' } |
56 | | -sonarqube = { id = "org.sonarqube", version = "6.0.1.5171" } |
| 56 | +sonarqube = { id = "org.sonarqube", version = "6.2.0.5505" } |
57 | 57 |
|
58 | 58 | [libraries] |
59 | 59 | spring-starter-actuator = { module = 'org.springframework.boot:spring-boot-starter-actuator', version.ref = 'spring-boot' } |
@@ -129,10 +129,10 @@ bonigarcia-webdrivermanager = { module = 'io.github.bonigarcia:webdrivermanager' |
129 | 129 | netty-resolver-dns-native = { module = 'io.netty:netty-resolver-dns-native-macos' } |
130 | 130 |
|
131 | 131 | # test scope |
132 | | -bouncycastle-bcpkix = { module = 'org.bouncycastle:bcpkix-jdk18on', version = '1.80' } |
| 132 | +bouncycastle-bcpkix = { module = 'org.bouncycastle:bcpkix-jdk18on', version = '1.81' } |
133 | 133 |
|
134 | 134 | # Google Managed Service for Apache Kafka support |
135 | | -google-managed-kafka-login-handler = {module = 'com.google.cloud.hosted.kafka:managed-kafka-auth-login-handler', version = '1.0.5'} |
| 135 | +google-managed-kafka-login-handler = {module = 'com.google.cloud.hosted.kafka:managed-kafka-auth-login-handler', version = '1.0.6'} |
136 | 136 | google-oauth-client = { module = 'com.google.oauth-client:google-oauth-client', version = '1.39.0' } |
137 | 137 |
|
138 | 138 | modelcontextprotocol-spring-webflux = {module = 'io.modelcontextprotocol.sdk:mcp-spring-webflux', version = '0.10.0'} |
|
0 commit comments