Compare commits

..

1 Commits

Author SHA1 Message Date
renovate[bot]
da3cf12c5c Update dependency ch.qos.logback:logback-classic to v1.5.37 2026-06-26 16:07:13 +00:00
2 changed files with 2 additions and 2 deletions

View File

@@ -14,7 +14,7 @@ val getTachideskVersion = { "v2.2.${getCommitCount()}" }
val webUIRevisionTag = "r3136"
val webviewJbrRelease = "jbr-release-25.0.3b508.16"
val webviewJbrRelease = "jbr-release-25.0.3b508.4"
private val getCommitCount = {
runCatching {

View File

@@ -39,7 +39,7 @@ serialization-xml = { module = "io.github.pdvrieze.xmlutil:serialization-jvm", v
# Logging
slf4japi = "org.slf4j:slf4j-api:2.0.18"
logback = "ch.qos.logback:logback-classic:1.5.34"
logback = "ch.qos.logback:logback-classic:1.5.37"
kotlinlogging = "io.github.oshai:kotlin-logging-jvm:8.0.4"
# OkHttp