Skip to content

Commit 33a859f

Browse files
fix(deps): update all patch versions (#836)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 8d39041 commit 33a859f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ossf-scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
with:
2626
persist-credentials: false
2727

28-
- uses: ossf/scorecard-action@05b42c624433fc40578a4040d5cf5e36ddca8cde # v2.4.2
28+
- uses: ossf/scorecard-action@4eaacf0543bb3f2c246792bd56e8cdeffafb205a # v2.4.3
2929
with:
3030
results_file: results.sarif
3131
results_format: sarif

log-appender/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ java {
1616
dependencies {
1717
// Slf4J / logback
1818
implementation("org.slf4j:slf4j-api:2.0.17")
19-
implementation("ch.qos.logback:logback-core:1.5.18")
20-
implementation("ch.qos.logback:logback-classic:1.5.18")
19+
implementation("ch.qos.logback:logback-core:1.5.19")
20+
implementation("ch.qos.logback:logback-classic:1.5.19")
2121

2222
// JUL to SLF4J bridge
2323
implementation("org.slf4j:jul-to-slf4j:2.0.17")

0 commit comments

Comments
 (0)