Skip to content

Commit

Permalink
Update all non-major dependencies (except core Kotlin)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 27, 2023
1 parent b516684 commit e971428
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
20 changes: 10 additions & 10 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,39 +1,39 @@
[versions]
kotlin = "1.9.10"
jetbrains-annotations = "24.0.1"
jetbrains-annotations = "24.1.0"
save-cli = "0.4.0-SNAPSHOT"
ktor = "2.3.6"
okio = "3.3.0"
serialization = "1.6.0"
kotlinx-datetime = "0.4.1"
kotlinx-coroutines = "1.7.3"
kotlin-wrappers = "1.0.0-pre.634"
spring-boot = "2.7.17"
spring-boot = "2.7.18"
spring-cloud = "3.1.9"
spring-cloud-kubernetes = "2.1.8"
kafka-client = "3.6.0"
junit = "5.10.1"
assertj = "3.24.2"
diktat = "1.2.5"
detekt = "1.23.3"
liquibase-core = "4.24.0"
detekt = "1.23.4"
liquibase-core = "4.25.0"
docker-java = "3.3.4"
jgit = "6.7.0.202309050840-r"
mockito = "5.3.1"
mockito-kotlin = "5.0.0"
# only in save-cli
log4j = "2.21.1"
log4j = "2.22.0"
jpa = "1.0.2"
mySql = "8.0.33"
testcontainers = "1.19.1"
testcontainers = "1.19.3"
okhttp3 = "4.11.0"
reckon = "0.18.1"
commons-compress = "1.24.0"
commons-compress = "1.25.0"
zip4j = "2.11.5"
ktoml = "0.5.0"
springdoc = "1.7.0"
kotlinx-cli = "0.3.6"
spotless = "6.22.0"
spotless = "6.23.0"
fabric8 = "6.9.2"
arrow-kt = "1.2.1"
publish = "1.3.0"
Expand All @@ -42,7 +42,7 @@ cpg = "7.1.2"
# should be taken from cpg
cpg-neo4j-ogm = { strictly = "4.0.6" }
cpg-neo4j-java-driver = { strictly = "5.7.0" }
aws-sdk = "2.21.16"
aws-sdk = "2.21.30"
cosv4k = "0.0.14"

[plugins]
Expand Down Expand Up @@ -121,7 +121,7 @@ springdoc-openapi-ui = { module = "org.springdoc:springdoc-openapi-ui", version.
springdoc-openapi-webflux-ui = { module = "org.springdoc:springdoc-openapi-webflux-ui", version.ref = "springdoc" }
springdoc-openapi-security = { module = "org.springdoc:springdoc-openapi-security", version.ref = "springdoc" }
springdoc-openapi-kotlin = { module = "org.springdoc:springdoc-openapi-kotlin", version.ref = "springdoc" }
swagger-annotations = { module = "io.swagger.core.v3:swagger-annotations", version = "2.2.18" }
swagger-annotations = { module = "io.swagger.core.v3:swagger-annotations", version = "2.2.19" }

ktor-client-apache = { module = "io.ktor:ktor-client-apache", version.ref = "ktor" }
ktor-client-auth = { module = "io.ktor:ktor-client-auth", version.ref = "ktor" }
Expand Down
2 changes: 1 addition & 1 deletion save-frontend/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ dependencies {
implementation("org.jetbrains.kotlin-wrappers:kotlin-tanstack-react-table")
implementation("org.jetbrains.kotlin-wrappers:kotlin-mui-icons")
implementation("org.jetbrains.kotlin-wrappers:kotlin-mui")
implementation("io.github.petertrr:kotlin-multiplatform-diff-js:0.4.0")
implementation("io.github.petertrr:kotlin-multiplatform-diff-js:0.5.0")

implementation(libs.save.common)
implementation(libs.kotlinx.coroutines.core)
Expand Down

0 comments on commit e971428

Please sign in to comment.