diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 29d10597..aecfa61a 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -23,19 +23,19 @@ kafka-kotlin = "0.4.0" kafka-streams-registry = "7.8.0" dokka = "2.0.0" knit = "0.5.0" -kover = "0.9.0" +kover = "0.9.1" ktor = "2.3.13" koin = "4.0.1" r2dbc-spi = "1.0.0.RELEASE" r2dbc-postgresql = "0.8.13.RELEASE" elastic = "8.17.0" -mongodb = "5.2.1" +mongodb = "5.3.0" wiremock = "3.10.0" testcontainers = "1.20.4" r2dbc-mssql = "1.0.2.RELEASE" -spotless = "7.0.0" +spotless = "7.0.1" detekt = "1.23.7" -wire = "5.2.0" +wire = "5.2.1" io-grpc = "1.69.0" io-grpc-kotlin = "1.4.1" google-protobuf = "3.25.5" diff --git a/recipes/gradle/libs.versions.toml b/recipes/gradle/libs.versions.toml index d2f2d373..8cf74701 100644 --- a/recipes/gradle/libs.versions.toml +++ b/recipes/gradle/libs.versions.toml @@ -1,9 +1,9 @@ [versions] kotlin = "2.1.0" kotlinx = "1.10.1" -scala2x = "2.13.15" +scala2x = "2.13.16" scala3x = "3.4.1" -quarkus = "3.17.5" +quarkus = "3.17.6" ktlint = "1.5.0" # Spring-Boot @@ -54,15 +54,15 @@ r2dbc-mssql = "1.0.2.RELEASE" elastic = "8.17.0" # mongo -mongodb = "5.2.1" +mongodb = "5.3.0" # Grpc io-grpc = "1.63.0" io-grpc-kotlin = "1.4.1" # Tooling -kover = "0.9.0" -spotless = "7.0.0" +kover = "0.9.1" +spotless = "7.0.1" detekt = "1.23.7" lombok = "1.18.36" @@ -145,7 +145,7 @@ ktor-server-callId = { module = "io.ktor:ktor-server-call-id-jvm", version.ref = ktor-server-conditionalHeaders = { module = "io.ktor:ktor-server-conditional-headers", version.ref = "ktor" } ktor-server-cors = { module = "io.ktor:ktor-server-cors-jvm", version.ref = "ktor" } ktor-server-defaultHeaders = { module = "io.ktor:ktor-server-default-headers", version.ref = "ktor" } -ktor-swagger-ui = { module = "io.github.smiley4:ktor-swagger-ui", version = "3.6.0" } +ktor-swagger-ui = { module = "io.github.smiley4:ktor-swagger-ui", version = "3.6.1" } ktor-client-core = { module = "io.ktor:ktor-client-core", version.ref = "ktor" } ktor-client-cio = { module = "io.ktor:ktor-client-cio", version.ref = "ktor" } ktor-client-okhttp = { module = "io.ktor:ktor-client-okhttp", version.ref = "ktor" }