File tree 2 files changed +14
-14
lines changed
2 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 1
1
[versions ]
2
2
kotlin = " 1.8.10"
3
- jetbrains-annotations = " 24.0.0 "
3
+ jetbrains-annotations = " 24.0.1 "
4
4
save-core = " 0.3.9"
5
- ktor = " 2.2.3 "
5
+ ktor = " 2.2.4 "
6
6
okio = " 3.3.0"
7
7
serialization = " 1.5.0"
8
8
kotlinx-datetime = " 0.4.0"
9
9
kotlinx-coroutines = " 1.6.4"
10
10
kotlin-wrappers = " 1.0.0-pre.490"
11
- spring-boot = " 2.7.8 "
12
- spring-cloud = " 3.1.5 "
13
- spring-cloud-kubernetes = " 2.1.5 "
11
+ spring-boot = " 2.7.9 "
12
+ spring-cloud = " 3.1.6 "
13
+ spring-cloud-kubernetes = " 2.1.6 "
14
14
kafka-client = " 3.4.0"
15
15
junit = " 5.9.2"
16
16
assertj = " 3.24.2"
17
17
diktat = " 1.2.4.1"
18
18
detekt = " 1.22.0"
19
- liquibase-core = " 4.19.0 "
20
- docker-java = " 3.2.14 "
19
+ liquibase-core = " 4.19.1 "
20
+ docker-java = " 3.3.0 "
21
21
jgit = " 6.4.0.202211300538-r"
22
22
mockito = " 5.1.1"
23
23
mockito-kotlin = " 4.1.0"
24
24
# only in save-cli
25
- log4j = " 2.19 .0"
25
+ log4j = " 2.20 .0"
26
26
jpa = " 1.0.2"
27
27
mySql = " 8.0.32"
28
28
testcontainers = " 1.17.6"
29
29
okhttp3 = " 4.10.0"
30
30
reckon = " 0.16.1"
31
31
commons-compress = " 1.22"
32
- zip4j = " 2.11.3 "
32
+ zip4j = " 2.11.5 "
33
33
ktoml = " 0.4.1"
34
34
springdoc = " 1.6.14"
35
35
kotlinx-cli = " 0.3.5"
36
- spotless = " 6.14.1 "
36
+ spotless = " 6.16.0 "
37
37
fabric8 = " 6.4.1"
38
38
arrow-kt = " 1.1.5"
39
- publish = " 1.1 .0"
39
+ publish = " 1.2 .0"
40
40
download = " 5.3.1"
41
- cpg = " 6.1.0 "
42
- aws-sdk = " 2.19.32 "
41
+ cpg = " 6.2.1 "
42
+ aws-sdk = " 2.20.17 "
43
43
44
44
[plugins ]
45
45
kotlin-jvm = { id = " org.jetbrains.kotlin.jvm" , version.ref = " kotlin" }
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ pluginManagement {
30
30
}
31
31
32
32
plugins {
33
- id(" com.gradle.enterprise" ) version " 3.12.3 "
33
+ id(" com.gradle.enterprise" ) version " 3.12.4 "
34
34
}
35
35
36
36
includeBuild(" gradle/plugins" )
You can’t perform that action at this time.
0 commit comments