|
1 | 1 | [versions] |
2 | 2 | spring-boot = '3.4.4' |
3 | 3 |
|
4 | | -aws-msk-auth = '2.3.0' |
| 4 | +aws-msk-auth = '2.3.2' |
5 | 5 | azure-identity = '1.15.4' |
6 | 6 |
|
7 | | -apache-commons-lang3 = '3.12.0' |
8 | | -apache-commons-io = '2.18.0' |
| 7 | +apache-commons-lang3 = '3.17.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.5' |
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.8.0' |
24 | 24 | junit = '5.11.2' |
25 | | -mockito = '5.16.0' |
| 25 | +mockito = '5.17.0' |
26 | 26 | okhttp3 = '4.12.0' |
27 | 27 | testcontainers = '1.20.6' |
28 | | -swagger-integration-jakarta = '2.2.28' |
| 28 | +swagger-integration-jakarta = '2.2.30' |
29 | 29 | jakarta-annotation-api = '2.1.1' |
30 | 30 | jackson-databind-nullable = '0.2.6' |
31 | | -antlr = '4.12.0' |
| 31 | +antlr = '4.13.2' |
32 | 32 | json-schema-validator = '2.2.14' |
33 | 33 | checkstyle = '10.3.1' |
34 | 34 |
|
35 | 35 | allure = '2.29.1' |
36 | | -selenide = '7.2.3' |
37 | | -testng = '7.10.0' |
| 36 | +selenide = '7.8.1' |
| 37 | +testng = '7.11.0' |
38 | 38 | bonigarcia-webdrivermanager = '5.9.3' |
39 | | -aspectj = '1.9.21' |
| 39 | +aspectj = '1.9.24' |
40 | 40 |
|
41 | 41 | # CVE fixes |
42 | | -netty = '4.1.119.Final' |
| 42 | +netty = '4.2.0.Final' |
43 | 43 |
|
44 | 44 | [plugins] |
45 | 45 | spring-boot = { id = 'org.springframework.boot', version.ref = 'spring-boot' } |
46 | | -spring-dependency-management = { id = 'io.spring.dependency-management', version = '1.1.3' } |
| 46 | +spring-dependency-management = { id = 'io.spring.dependency-management', version = '1.1.7' } |
47 | 47 | git-properties = { id = 'com.gorylenko.gradle-git-properties', version = '2.4.2' } |
48 | | -openapi-generator = { id = 'org.openapi.generator', version = '7.9.0' } |
49 | | -allure = { id = 'io.qameta.allure', version = '2.10.0' } |
| 48 | +openapi-generator = { id = 'org.openapi.generator', version = '7.12.0' } |
| 49 | +allure = { id = 'io.qameta.allure', version = '2.12.0' } |
50 | 50 | nexus-publish-plugin = { id = 'io.github.gradle-nexus.publish-plugin', version = '1.1.0' } |
51 | 51 | node-gradle = { id = 'com.github.node-gradle.node', version = '7.1.0' } |
52 | 52 | #jib = { id = 'com.google.cloud.tools.jib', version = '3.4.4' } |
53 | 53 | docker-remote-api = { id = 'com.bmuschko.docker-remote-api', version = '9.4.0' } |
54 | | -sonarqube = { id = "org.sonarqube", version = "6.0.1.5171" } |
| 54 | +sonarqube = { id = "org.sonarqube", version = "6.1.0.5360" } |
55 | 55 |
|
56 | 56 | [libraries] |
57 | 57 | spring-starter-actuator = { module = 'org.springframework.boot:spring-boot-starter-actuator', version.ref = 'spring-boot' } |
|
0 commit comments