Skip to content

Commit 3973f0a

Browse files
fix(deps): update all non-major dependencies (#923)
* fix(deps): update all non-major dependencies * deps: pin google-protobuf to 3.x * 8.1.1 fails appearently --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Oguzhan Soykan <[email protected]>
1 parent b41caab commit 3973f0a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
# Upload the results to GitHub's code scanning dashboard (optional).
5757
# Commenting out will disable upload of results to your repo's Code Scanning dashboard
5858
- name: "Upload to code-scanning"
59-
uses: github/codeql-action/upload-sarif@fdbfb4d2750291e159f0156def62b853c2798ca2 # v4.31.5
59+
uses: github/codeql-action/upload-sarif@fe4161a26a8629af62121b670040955b330f9af2 # v4.31.6
6060
with:
6161
sarif_file: results.sarif
6262

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ kover = "0.9.3"
2222
ktor = "3.3.3"
2323
koin = "4.1.0-Beta8"
2424
r2dbc-postgresql = "0.8.13.RELEASE"
25-
elastic = "8.19.7"
25+
elastic = "8.19.8"
2626
mongodb = "5.6.1"
2727
wiremock = "3.13.2"
2828
testcontainers = "2.0.2"

0 commit comments

Comments
 (0)