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 4, 2025
1 parent 4172404 commit 9a8700e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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
4 changes: 2 additions & 2 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
2 changes: 1 addition & 1 deletion recipes/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
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 9a8700e

Please sign in to comment.