Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 6, 2025
1 parent 4172404 commit ce44114
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/scorecard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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@dd746615b3b9d728a6a37ca2045b68ca76d4841a # v3.28.8
with:
sarif_file: results.sarif

Expand Down
6 changes: 3 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,11 @@ nexusPublish = "2.0.0"
shadow = "8.1.1"
hoplite = "2.9.0"
junit = "5.11.4"
kotest = "6.0.0.M1"
kotest = "6.0.0.M2"
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"
Expand Down Expand Up @@ -235,7 +235,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" }
Expand Down
6 changes: 3 additions & 3 deletions recipes/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.2"
ktlint = "1.5.0"

# Spring-Boot
Expand Down Expand Up @@ -43,7 +43,7 @@ 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"
Expand Down Expand Up @@ -73,7 +73,7 @@ kediatr = "3.1.2"
# Testing
stove = "1.0.0.456-SNAPSHOT"
junit = "5.11.4"
kotest = "6.0.0.M1"
kotest = "6.0.0.M2"

#protobuf
protobuf-plugin = "0.9.4"
Expand Down

0 comments on commit ce44114

Please sign in to comment.