Skip to content

Commit aec612a

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

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

gradle/libs.versions.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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"
@@ -16,7 +16,7 @@ junit = "5.10.1"
1616
assertj = "3.24.2"
1717
diktat = "1.2.5"
1818
detekt = "1.23.3"
19-
liquibase-core = "4.24.0"
19+
liquibase-core = "4.25.0"
2020
docker-java = "3.3.4"
2121
jgit = "6.7.0.202309050840-r"
2222
mockito = "5.3.1"
@@ -25,10 +25,10 @@ mockito-kotlin = "5.0.0"
2525
log4j = "2.21.1"
2626
jpa = "1.0.2"
2727
mySql = "8.0.33"
28-
testcontainers = "1.19.1"
28+
testcontainers = "1.19.2"
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"
@@ -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.26"
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)