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"
@@ -16,7 +16,7 @@ junit = "5.10.1"
16
16
assertj = " 3.24.2"
17
17
diktat = " 1.2.5"
18
18
detekt = " 1.23.3"
19
- liquibase-core = " 4.24 .0"
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"
@@ -25,10 +25,10 @@ mockito-kotlin = "5.0.0"
25
25
log4j = " 2.21.1"
26
26
jpa = " 1.0.2"
27
27
mySql = " 8.0.33"
28
- testcontainers = " 1.19.1 "
28
+ testcontainers = " 1.19.2 "
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"
@@ -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.26 "
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