We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd66eba commit 9927610Copy full SHA for 9927610
log-appender/build.gradle.kts
@@ -16,8 +16,8 @@ java {
16
dependencies {
17
// Slf4J / logback
18
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")
+ implementation("ch.qos.logback:logback-core:1.5.29")
+ implementation("ch.qos.logback:logback-classic:1.5.29")
21
22
// JUL to SLF4J bridge
23
implementation("org.slf4j:jul-to-slf4j:2.0.17")
mise.toml
@@ -2,7 +2,7 @@
2
lychee = "0.22.0"
3
k3d = "5.8.2"
4
"go:github.com/grafana/oats" = "0.6.0"
5
-kubectl = "1.35.0"
+kubectl = "1.35.1"
6
markdownlint-cli2 = "0.20.0"
7
8
[settings]
0 commit comments