deps(komga): bump bestbefore-processor-kotlin to 0.2.0

This commit is contained in:
Gauthier Roebroeck 2025-08-01 10:52:06 +08:00
parent 0a0bd960fb
commit 5af98a5fa4

View file

@ -111,7 +111,7 @@ dependencies {
jooqGenerator("org.xerial:sqlite-jdbc:3.50.2.0")
if (version.toString().endsWith(".0.0")) {
ksp("com.github.gotson.bestbefore:bestbefore-processor-kotlin:0.1.0")
ksp("com.github.gotson.bestbefore:bestbefore-processor-kotlin:0.2.0")
}
testImplementation("org.springframework.boot:spring-boot-starter-test") {