Skip to content

Commit 9927610

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

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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.28")
20-
implementation("ch.qos.logback:logback-classic:1.5.28")
19+
implementation("ch.qos.logback:logback-core:1.5.29")
20+
implementation("ch.qos.logback:logback-classic:1.5.29")
2121

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

mise.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
lychee = "0.22.0"
33
k3d = "5.8.2"
44
"go:github.com/grafana/oats" = "0.6.0"
5-
kubectl = "1.35.0"
5+
kubectl = "1.35.1"
66
markdownlint-cli2 = "0.20.0"
77

88
[settings]

0 commit comments

Comments
 (0)