diff --git a/komga/build.gradle.kts b/komga/build.gradle.kts index 278fe0cc4..41c69ae26 100644 --- a/komga/build.gradle.kts +++ b/komga/build.gradle.kts @@ -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") {