Skip to content

Commit 7044a80

Browse files
Update all non-major dependencies (except core Kotlin)
1 parent b516684 commit 7044a80

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

gradle/libs.versions.toml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,39 +1,39 @@
11
[versions]
22
kotlin = "1.9.10"
3-
jetbrains-annotations = "24.0.1"
3+
jetbrains-annotations = "24.1.0"
44
save-cli = "0.4.0-SNAPSHOT"
55
ktor = "2.3.6"
66
okio = "3.3.0"
77
serialization = "1.6.0"
88
kotlinx-datetime = "0.4.1"
99
kotlinx-coroutines = "1.7.3"
1010
kotlin-wrappers = "1.0.0-pre.634"
11-
spring-boot = "2.7.17"
11+
spring-boot = "2.7.18"
1212
spring-cloud = "3.1.9"
1313
spring-cloud-kubernetes = "2.1.8"
1414
kafka-client = "3.6.0"
1515
junit = "5.10.1"
1616
assertj = "3.24.2"
1717
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"
2020
docker-java = "3.3.4"
2121
jgit = "6.7.0.202309050840-r"
2222
mockito = "5.3.1"
2323
mockito-kotlin = "5.0.0"
2424
# only in save-cli
25-
log4j = "2.21.1"
25+
log4j = "2.22.0"
2626
jpa = "1.0.2"
2727
mySql = "8.0.33"
28-
testcontainers = "1.19.1"
28+
testcontainers = "1.19.3"
2929
okhttp3 = "4.11.0"
3030
reckon = "0.18.1"
31-
commons-compress = "1.24.0"
31+
commons-compress = "1.25.0"
3232
zip4j = "2.11.5"
3333
ktoml = "0.5.0"
3434
springdoc = "1.7.0"
3535
kotlinx-cli = "0.3.6"
36-
spotless = "6.22.0"
36+
spotless = "6.23.0"
3737
fabric8 = "6.9.2"
3838
arrow-kt = "1.2.1"
3939
publish = "1.3.0"
@@ -42,7 +42,7 @@ cpg = "7.1.2"
4242
# should be taken from cpg
4343
cpg-neo4j-ogm = { strictly = "4.0.6" }
4444
cpg-neo4j-java-driver = { strictly = "5.7.0" }
45-
aws-sdk = "2.21.16"
45+
aws-sdk = "2.21.31"
4646
cosv4k = "0.0.14"
4747

4848
[plugins]
@@ -121,7 +121,7 @@ springdoc-openapi-ui = { module = "org.springdoc:springdoc-openapi-ui", version.
121121
springdoc-openapi-webflux-ui = { module = "org.springdoc:springdoc-openapi-webflux-ui", version.ref = "springdoc" }
122122
springdoc-openapi-security = { module = "org.springdoc:springdoc-openapi-security", version.ref = "springdoc" }
123123
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" }
125125

126126
ktor-client-apache = { module = "io.ktor:ktor-client-apache", version.ref = "ktor" }
127127
ktor-client-auth = { module = "io.ktor:ktor-client-auth", version.ref = "ktor" }

save-frontend/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ dependencies {
2727
implementation("org.jetbrains.kotlin-wrappers:kotlin-tanstack-react-table")
2828
implementation("org.jetbrains.kotlin-wrappers:kotlin-mui-icons")
2929
implementation("org.jetbrains.kotlin-wrappers:kotlin-mui")
30-
implementation("io.github.petertrr:kotlin-multiplatform-diff-js:0.4.0")
30+
implementation("io.github.petertrr:kotlin-multiplatform-diff-js:0.5.0")
3131

3232
implementation(libs.save.common)
3333
implementation(libs.kotlinx.coroutines.core)

0 commit comments

Comments
 (0)