|
1 | 1 | [versions]
|
2 | 2 | kotlin = "1.9.10"
|
3 |
| -jetbrains-annotations = "24.0.1" |
| 3 | +jetbrains-annotations = "24.1.0" |
4 | 4 | save-cli = "0.4.0-SNAPSHOT"
|
5 |
| -ktor = "2.3.6" |
6 |
| -okio = "3.3.0" |
| 5 | +ktor = "2.3.8" |
| 6 | +okio = "3.8.0" |
7 | 7 | serialization = "1.6.0"
|
8 | 8 | kotlinx-datetime = "0.4.1"
|
9 | 9 | kotlinx-coroutines = "1.7.3"
|
10 | 10 | kotlin-wrappers = "1.0.0-pre.634"
|
11 |
| -spring-boot = "2.7.17" |
| 11 | +spring-boot = "2.7.18" |
12 | 12 | spring-cloud = "3.1.9"
|
13 |
| -spring-cloud-kubernetes = "2.1.8" |
14 |
| -kafka-client = "3.6.0" |
15 |
| -junit = "5.10.1" |
16 |
| -assertj = "3.24.2" |
| 13 | +spring-cloud-kubernetes = "2.1.9" |
| 14 | +kafka-client = "3.7.0" |
| 15 | +junit = "5.10.2" |
| 16 | +assertj = "3.25.3" |
17 | 17 | diktat = "2.0.0"
|
18 |
| -detekt = "1.23.3" |
19 |
| -liquibase-core = "4.24.0" |
20 |
| -docker-java = "3.3.4" |
21 |
| -jgit = "6.7.0.202309050840-r" |
22 |
| -mockito = "5.3.1" |
23 |
| -mockito-kotlin = "5.0.0" |
| 18 | +detekt = "1.23.5" |
| 19 | +liquibase-core = "4.26.0" |
| 20 | +docker-java = "3.3.5" |
| 21 | +jgit = "6.8.0.202311291450-r" |
| 22 | +mockito = "5.10.0" |
| 23 | +mockito-kotlin = "5.2.1" |
24 | 24 | # only in save-cli
|
25 |
| -log4j = "2.21.1" |
| 25 | +log4j = "2.23.0" |
26 | 26 | jpa = "1.0.2"
|
27 | 27 | mySql = "8.0.33"
|
28 |
| -testcontainers = "1.19.1" |
29 |
| -okhttp3 = "4.11.0" |
30 |
| -reckon = "0.18.1" |
31 |
| -commons-compress = "1.24.0" |
| 28 | +testcontainers = "1.19.6" |
| 29 | +okhttp3 = "4.12.0" |
| 30 | +reckon = "0.18.3" |
| 31 | +commons-compress = "1.26.0" |
32 | 32 | zip4j = "2.11.5"
|
33 |
| -ktoml = "0.5.0" |
| 33 | +ktoml = "0.5.1" |
34 | 34 | springdoc = "1.7.0"
|
35 | 35 | kotlinx-cli = "0.3.6"
|
36 |
| -spotless = "6.22.0" |
37 |
| -fabric8 = "6.9.2" |
| 36 | +spotless = "6.25.0" |
| 37 | +fabric8 = "6.10.0" |
38 | 38 | arrow-kt = "1.2.1"
|
39 | 39 | publish = "1.3.0"
|
40 | 40 | cpg = "7.1.2"
|
41 | 41 | # should be taken from cpg
|
42 | 42 | cpg-neo4j-ogm = { strictly = "4.0.6" }
|
43 | 43 | cpg-neo4j-java-driver = { strictly = "5.7.0" }
|
44 |
| -aws-sdk = "2.21.16" |
| 44 | +aws-sdk = "2.24.11" |
45 | 45 | cosv4k = "0.0.14"
|
46 | 46 |
|
47 | 47 | [plugins]
|
@@ -118,7 +118,7 @@ springdoc-openapi-ui = { module = "org.springdoc:springdoc-openapi-ui", version.
|
118 | 118 | springdoc-openapi-webflux-ui = { module = "org.springdoc:springdoc-openapi-webflux-ui", version.ref = "springdoc" }
|
119 | 119 | springdoc-openapi-security = { module = "org.springdoc:springdoc-openapi-security", version.ref = "springdoc" }
|
120 | 120 | springdoc-openapi-kotlin = { module = "org.springdoc:springdoc-openapi-kotlin", version.ref = "springdoc" }
|
121 |
| -swagger-annotations = { module = "io.swagger.core.v3:swagger-annotations", version = "2.2.18" } |
| 121 | +swagger-annotations = { module = "io.swagger.core.v3:swagger-annotations", version = "2.2.20" } |
122 | 122 |
|
123 | 123 | ktor-client-apache = { module = "io.ktor:ktor-client-apache", version.ref = "ktor" }
|
124 | 124 | ktor-client-auth = { module = "io.ktor:ktor-client-auth", version.ref = "ktor" }
|
@@ -167,7 +167,7 @@ okhttp-mockwebserver = { module = "com.squareup.okhttp3:mockwebserver", version.
|
167 | 167 | mockito-kotlin = { module = "org.mockito.kotlin:mockito-kotlin", version.ref = "mockito-kotlin" }
|
168 | 168 | mockito-junit-jupiter = { module = "org.mockito:mockito-junit-jupiter", version.ref = "mockito" }
|
169 | 169 | kotlin-test = { module = "org.jetbrains.kotlin:kotlin-test", version.ref = "kotlin" }
|
170 |
| -kotest-assertions-core = { module = "io.kotest:kotest-assertions-core", version = "5.6.2" } |
| 170 | +kotest-assertions-core = { module = "io.kotest:kotest-assertions-core", version = "5.8.0" } |
171 | 171 |
|
172 | 172 | okio = { module = "com.squareup.okio:okio", version.ref = "okio" }
|
173 | 173 | slf4j-api = { module = "org.slf4j:slf4j-api" }
|
|
0 commit comments