diff --git a/.github/workflows/scorecard.yml b/.github/workflows/scorecard.yml index d61e47e9..e00ca0e5 100644 --- a/.github/workflows/scorecard.yml +++ b/.github/workflows/scorecard.yml @@ -56,7 +56,7 @@ jobs: # Upload the results to GitHub's code scanning dashboard (optional). # Commenting out will disable upload of results to your repo's Code Scanning dashboard - name: "Upload to code-scanning" - uses: github/codeql-action/upload-sarif@f6091c0113d1dcf9b98e269ee48e8a7e51b7bdd4 # v3.28.5 + uses: github/codeql-action/upload-sarif@9e8d0789d4a0fa9ceb6b1738f7e269594bdd67f0 # v3.28.9 with: sarif_file: results.sarif diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 7a3c10b0..fe30db98 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -8,19 +8,19 @@ spring-boot-3x = "3.4.2" spring-dependency-management = "1.1.7" spring-kafka = "2.9.13" spring-kafka-3x = "3.3.2" -couchbase-client = "3.7.7" -couchbase-client-metrics = "0.7.7" -couchbase-kotlin = "1.4.7" +couchbase-client = "3.7.8" +couchbase-client-metrics = "0.7.8" +couchbase-kotlin = "1.4.8" jackson = "2.18.2" arrow = "2.0.1" arrowSuspendApp = "0.5.0" arrow-jackson = "0.15.1" -io-reactor = "3.7.2" +io-reactor = "3.7.3" io-reactor-extensions = "1.2.3" slf4j = "2.0.16" kafka = "3.9.0" kafka-kotlin = "0.4.1" -kafka-streams-registry = "7.8.0" +kafka-streams-registry = "7.8.1" dokka = "2.0.0" knit = "0.5.0" kover = "0.9.1" @@ -28,9 +28,9 @@ ktor = "2.3.13" koin = "4.0.2" r2dbc-spi = "1.0.0.RELEASE" r2dbc-postgresql = "0.8.13.RELEASE" -elastic = "8.17.1" +elastic = "8.17.2" mongodb = "5.3.1" -wiremock = "3.11.0" +wiremock = "3.12.0" testcontainers = "1.20.4" r2dbc-mssql = "1.0.2.RELEASE" spotless = "7.0.2" @@ -48,12 +48,12 @@ kotest = "6.0.0.M1" mockito = "5.4.0" quiver = "0.5.13" akkurate = "0.11.0" -exposed = "0.58.0" +exposed = "0.59.0" kotlinx-serialization = "1.8.0" ktlint = "1.5.0" kotlinBinaryCompatibilityValidator = "0.17.0" -snakeyaml = "2.1" -micronaut = "4.8.2" +snakeyaml = "2.3" +micronaut = "4.8.3" micronaut-starter = "4.7.6" micronaut-micrometer = "1.3.1" dagger = "2.51.1" @@ -253,7 +253,7 @@ spring-plugin = { id = "org.jetbrains.kotlin.plugin.spring", version.ref = "kotl spring-boot = { id = "org.springframework.boot", version.ref = "spring-boot" } spring-boot-3x = { id = "org.springframework.boot", version.ref = "spring-boot-3x" } spring-dependencyManagement = { id = "io.spring.dependency-management", version.ref = "spring-dependency-management" } -ktfmt = { id = "com.ncorti.ktfmt.gradle", version = "0.21.0" } +ktfmt = { id = "com.ncorti.ktfmt.gradle", version = "0.22.0" } kotlinter = { id = "org.jmailen.kotlinter", version = "5.0.1" } dokka = { id = "org.jetbrains.dokka", version.ref = "dokka" } knit = { id = "org.jetbrains.kotlinx:kotlinx-knit", version.ref = "knit" } @@ -269,7 +269,7 @@ testLogger = { id = "com.adarshr.test-logger", version = "4.0.0" } protobuf = { id = "com.google.protobuf", version = "0.9.4" } kotlinx-serialization = { id = "org.jetbrains.kotlin.plugin.serialization", version.ref = "kotlin" } binaryCompatibilityValidator = { id = "org.jetbrains.kotlinx.binary-compatibility-validator", version.ref = "kotlinBinaryCompatibilityValidator" } -google-ksp = { id = "com.google.devtools.ksp", version = "2.1.0-1.0.29" } +google-ksp = { id = "com.google.devtools.ksp", version = "2.1.10-1.0.29" } micronaut-application = { id = "io.micronaut.application", version = "4.4.5" } micronaut-aot = { id = "io.micronaut.aot", version = "4.4.5" } micronaut-library = { id = "io.micronaut.library", version = "4.4.5" } diff --git a/recipes/gradle/libs.versions.toml b/recipes/gradle/libs.versions.toml index 58da88d7..43e43ba6 100644 --- a/recipes/gradle/libs.versions.toml +++ b/recipes/gradle/libs.versions.toml @@ -3,7 +3,7 @@ kotlin = "2.1.10" kotlinx = "1.10.1" scala2x = "2.13.16" scala3x = "3.4.1" -quarkus = "3.18.1" +quarkus = "3.18.3" ktlint = "1.5.0" # Spring-Boot @@ -21,29 +21,29 @@ arrowSuspendApp = "0.5.0" jackson = "2.18.2" # Couchbase -couchbase-kotlin = "1.4.7" -couchbase-client = "3.7.7" -couchbase-client-metrics = "0.7.7" +couchbase-kotlin = "1.4.8" +couchbase-client = "3.7.8" +couchbase-client-metrics = "0.7.8" # Kafka kafka = "3.9.0" kafka-kotlin = "0.4.1" -kafka-streams-registry = "7.8.0" +kafka-streams-registry = "7.8.1" # Reactor -io-reactor = "3.7.2" +io-reactor = "3.7.3" io-reactor-extensions = "1.2.3" # Logging slf4j = "2.0.16" -kotlinLogging = "7.0.3" +kotlinLogging = "7.0.4" # Ktor ktor = "2.3.13" koin = "4.0.2" koin-annotations = "1.4.0" -cohort = "2.6.0" +cohort = "2.6.1" # R2DBC r2dbc-spi = "1.0.0.RELEASE" @@ -51,7 +51,7 @@ r2dbc-postgresql = "0.8.13.RELEASE" r2dbc-mssql = "1.0.2.RELEASE" # elastic -elastic = "8.17.1" +elastic = "8.17.2" # mongo mongodb = "5.3.1" @@ -68,7 +68,7 @@ lombok = "1.18.36" # Misc hoplite = "2.9.0" -kediatr = "3.1.2" +kediatr = "3.1.3" # Testing stove = "1.0.0.457-SNAPSHOT"