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
5
ktor = " 2.3.6"
6
6
okio = " 3.3.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
13
spring-cloud-kubernetes = " 2.1.8"
14
14
kafka-client = " 3.6.0"
15
15
junit = " 5.10.1"
16
16
assertj = " 3.24.2"
17
17
diktat = " 1.2.5"
18
- detekt = " 1.23.3 "
19
- liquibase-core = " 4.24 .0"
18
+ detekt = " 1.23.4 "
19
+ liquibase-core = " 4.25 .0"
20
20
docker-java = " 3.3.4"
21
21
jgit = " 6.7.0.202309050840-r"
22
22
mockito = " 5.3.1"
23
23
mockito-kotlin = " 5.0.0"
24
24
# only in save-cli
25
- log4j = " 2.21.1 "
25
+ log4j = " 2.22.0 "
26
26
jpa = " 1.0.2"
27
27
mySql = " 8.0.33"
28
- testcontainers = " 1.19.1 "
28
+ testcontainers = " 1.19.3 "
29
29
okhttp3 = " 4.11.0"
30
30
reckon = " 0.18.1"
31
- commons-compress = " 1.24 .0"
31
+ commons-compress = " 1.25 .0"
32
32
zip4j = " 2.11.5"
33
33
ktoml = " 0.5.0"
34
34
springdoc = " 1.7.0"
35
35
kotlinx-cli = " 0.3.6"
36
- spotless = " 6.22 .0"
36
+ spotless = " 6.23 .0"
37
37
fabric8 = " 6.9.2"
38
38
arrow-kt = " 1.2.1"
39
39
publish = " 1.3.0"
@@ -42,7 +42,7 @@ cpg = "7.1.2"
42
42
# should be taken from cpg
43
43
cpg-neo4j-ogm = { strictly = " 4.0.6" }
44
44
cpg-neo4j-java-driver = { strictly = " 5.7.0" }
45
- aws-sdk = " 2.21.16 "
45
+ aws-sdk = " 2.21.31 "
46
46
cosv4k = " 0.0.14"
47
47
48
48
[plugins ]
@@ -121,7 +121,7 @@ springdoc-openapi-ui = { module = "org.springdoc:springdoc-openapi-ui", version.
121
121
springdoc-openapi-webflux-ui = { module = " org.springdoc:springdoc-openapi-webflux-ui" , version.ref = " springdoc" }
122
122
springdoc-openapi-security = { module = " org.springdoc:springdoc-openapi-security" , version.ref = " springdoc" }
123
123
springdoc-openapi-kotlin = { module = " org.springdoc:springdoc-openapi-kotlin" , version.ref = " springdoc" }
124
- swagger-annotations = { module = " io.swagger.core.v3:swagger-annotations" , version = " 2.2.18 " }
124
+ swagger-annotations = { module = " io.swagger.core.v3:swagger-annotations" , version = " 2.2.19 " }
125
125
126
126
ktor-client-apache = { module = " io.ktor:ktor-client-apache" , version.ref = " ktor" }
127
127
ktor-client-auth = { module = " io.ktor:ktor-client-auth" , version.ref = " ktor" }
0 commit comments