Skip to content

Commit 8ef1dfa

Browse files
Update all non-major dependencies (except core Kotlin)
1 parent 34c2653 commit 8ef1dfa

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

gradle/libs.versions.toml

+13-13
Original file line numberDiff line numberDiff line change
@@ -1,45 +1,45 @@
11
[versions]
22
kotlin = "1.8.10"
3-
jetbrains-annotations = "24.0.0"
3+
jetbrains-annotations = "24.0.1"
44
save-core = "0.3.9"
5-
ktor = "2.2.3"
5+
ktor = "2.2.4"
66
okio = "3.3.0"
77
serialization = "1.5.0"
88
kotlinx-datetime = "0.4.0"
99
kotlinx-coroutines = "1.6.4"
1010
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"
1414
kafka-client = "3.4.0"
1515
junit = "5.9.2"
1616
assertj = "3.24.2"
1717
diktat = "1.2.4.1"
1818
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"
2121
jgit = "6.4.0.202211300538-r"
2222
mockito = "5.1.1"
2323
mockito-kotlin = "4.1.0"
2424
# only in save-cli
25-
log4j = "2.19.0"
25+
log4j = "2.20.0"
2626
jpa = "1.0.2"
2727
mySql = "8.0.32"
2828
testcontainers = "1.17.6"
2929
okhttp3 = "4.10.0"
3030
reckon = "0.16.1"
3131
commons-compress = "1.22"
32-
zip4j = "2.11.3"
32+
zip4j = "2.11.5"
3333
ktoml = "0.4.1"
3434
springdoc = "1.6.14"
3535
kotlinx-cli = "0.3.5"
36-
spotless = "6.14.1"
36+
spotless = "6.16.0"
3737
fabric8 = "6.4.1"
3838
arrow-kt = "1.1.5"
39-
publish = "1.1.0"
39+
publish = "1.2.0"
4040
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"
4343

4444
[plugins]
4545
kotlin-jvm = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" }

settings.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ pluginManagement {
3030
}
3131

3232
plugins {
33-
id("com.gradle.enterprise") version "3.12.3"
33+
id("com.gradle.enterprise") version "3.12.4"
3434
}
3535

3636
includeBuild("gradle/plugins")

0 commit comments

Comments
 (0)