You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Feat]: if buildHealth contains only warnings, adjust message to be less severe.
[Feat]: provide way to opt-out of printing postscript if it only contains warnings.
[Feat]: improve console output with colors and smarter vertical spacing.
[Fix]: improve comparability of Declaration.
[Fix]: dependency model classes are now fully Comparable.
[Fix]: Source is fully Comparable.
[Fix]: ExplodingBytecode is fully Comparable.
[Perf]: improve performance of isForMissingSuperclass (again).
[Chore]: update to Kotlin 2.0.21.
[Chore]: test against AGP 8.9 and 8.10
dependencyAnalysis {
reporting {
onlyOnFailure(false) // when true, only prints postscript when there are failure-level issues.
postscript(/* Some text to help out end users who may not be build engineers. */)
}
}
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
If you want to rebase/retry this PR, check this box
Advice for :restaurant-core
Unused dependencies which should be removed:
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-jdk8:1.10.1")
testImplementation(project(":restaurant-test-common"))
These transitive dependencies should be declared directly:
testImplementation("dev.failgood:failgood:0.9.1")
testImplementation("org.jetbrains.kotlin:kotlin-test:2.1.10")
Advice for :restaurant-jackson
Unused dependencies which should be removed:
testImplementation(project(":restaurant-test-common"))
These transitive dependencies should be declared directly:
api(project(":restaurant-core"))
implementation(project(":restaurant-client"))
testImplementation("dev.failgood:failgood:0.9.1")
testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.1")
testImplementation(project(":restaurant-client"))
testImplementation(project(":restaurant-core"))
Existing dependencies which should be modified to be as indicated:
testImplementation(project(":restaurant-rest")) (was api)
Advice for :restaurant-jwt
Unused dependencies which should be removed:
testImplementation(project(":restaurant-test-common"))
These transitive dependencies should be declared directly:
testImplementation("dev.failgood:failgood:0.9.1")
testImplementation(project(":restaurant-client"))
Advice for :restaurant-kotlinx-serialization
Unused dependencies which should be removed:
testImplementation(project(":restaurant-test-common"))
These transitive dependencies should be declared directly:
api("org.jetbrains.kotlinx:kotlinx-serialization-core:1.8.0")
api(project(":restaurant-core"))
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.1")
implementation(project(":restaurant-client"))
testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.1")
testImplementation("org.jetbrains.kotlinx:kotlinx-serialization-core:1.8.0")
testImplementation(project(":restaurant-client"))
testImplementation(project(":restaurant-core"))
Existing dependencies which should be modified to be as indicated:
testImplementation(project(":restaurant-rest")) (was api)
Advice for :restaurant-rest
These transitive dependencies should be declared directly:
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.1")
implementation(project(":restaurant-client"))
testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.1")
Advice for :restaurant-server-test
These transitive dependencies should be declared directly:
testImplementation(project(":restaurant-client"))
Existing dependencies which should be modified to be as indicated:
testImplementation(project(":restaurant-core")) (was api)
Advice for :restaurant-test-common
Unused dependencies which should be removed:
api("org.jetbrains.kotlin:kotlin-test:2.1.10")
testImplementation("org.jetbrains.kotlin:kotlin-test:2.1.10") { capabilities {
requireCapability("org.jetbrains.kotlin:kotlin-test-framework-junit5")
}}
Dependencies which should be removed or changed to runtime-only:
runtimeOnly("ch.qos.logback:logback-classic:1.5.16") (was implementation)
runtimeOnly("dev.failgood:failgood:0.9.1") (was api)
runtimeOnly("org.jetbrains.kotlin:kotlin-test-junit5:2.1.10") (was api)
renovatebot
changed the title
chore(deps): update plugin com.autonomousapps.build-health to v2.10.0
chore(deps): update plugin com.autonomousapps.build-health to v2.10.1
Feb 22, 2025
Advice for :restaurant-core
Unused dependencies which should be removed:
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-jdk8:1.10.1")
testImplementation(project(":restaurant-test-common"))
These transitive dependencies should be declared directly:
testImplementation("dev.failgood:failgood:0.9.1")
testImplementation("org.jetbrains.kotlin:kotlin-test:2.1.10")
Advice for :restaurant-jackson
Unused dependencies which should be removed:
testImplementation(project(":restaurant-test-common"))
These transitive dependencies should be declared directly:
api(project(":restaurant-core"))
implementation(project(":restaurant-client"))
testImplementation("dev.failgood:failgood:0.9.1")
testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.1")
testImplementation(project(":restaurant-client"))
testImplementation(project(":restaurant-core"))
Existing dependencies which should be modified to be as indicated:
testImplementation(project(":restaurant-rest")) (was api)
Advice for :restaurant-jwt
Unused dependencies which should be removed:
testImplementation(project(":restaurant-test-common"))
These transitive dependencies should be declared directly:
testImplementation("dev.failgood:failgood:0.9.1")
testImplementation(project(":restaurant-client"))
Advice for :restaurant-kotlinx-serialization
Unused dependencies which should be removed:
testImplementation(project(":restaurant-test-common"))
These transitive dependencies should be declared directly:
api("org.jetbrains.kotlinx:kotlinx-serialization-core:1.8.0")
api(project(":restaurant-core"))
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.1")
implementation(project(":restaurant-client"))
testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.1")
testImplementation("org.jetbrains.kotlinx:kotlinx-serialization-core:1.8.0")
testImplementation(project(":restaurant-client"))
testImplementation(project(":restaurant-core"))
Existing dependencies which should be modified to be as indicated:
testImplementation(project(":restaurant-rest")) (was api)
Advice for :restaurant-rest
These transitive dependencies should be declared directly:
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.1")
implementation(project(":restaurant-client"))
testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.1")
Advice for :restaurant-server-test
These transitive dependencies should be declared directly:
testImplementation(project(":restaurant-client"))
Existing dependencies which should be modified to be as indicated:
testImplementation(project(":restaurant-core")) (was api)
Advice for :restaurant-test-common
Unused dependencies which should be removed:
api("org.jetbrains.kotlin:kotlin-test:2.1.10")
testImplementation("org.jetbrains.kotlin:kotlin-test:2.1.10") { capabilities {
requireCapability("org.jetbrains.kotlin:kotlin-test-framework-junit5")
}}
Dependencies which should be removed or changed to runtime-only:
runtimeOnly("ch.qos.logback:logback-classic:1.5.16") (was implementation)
runtimeOnly("dev.failgood:failgood:0.9.1") (was api)
runtimeOnly("org.jetbrains.kotlin:kotlin-test-junit5:2.1.10") (was api)
renovatebot
changed the title
chore(deps): update plugin com.autonomousapps.build-health to v2.10.1
chore(deps): update plugin com.autonomousapps.build-health to v2.11.0
Mar 11, 2025
Advice for :restaurant-core
Unused dependencies which should be removed:
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-jdk8:1.10.1")
testImplementation(project(":restaurant-test-common"))
These transitive dependencies should be declared directly:
testImplementation("dev.failgood:failgood:0.9.1")
testImplementation("org.jetbrains.kotlin:kotlin-test:2.1.10")
Advice for :restaurant-jackson
Unused dependencies which should be removed:
testImplementation(project(":restaurant-test-common"))
These transitive dependencies should be declared directly:
api(project(":restaurant-core"))
implementation(project(":restaurant-client"))
testImplementation("dev.failgood:failgood:0.9.1")
testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.1")
testImplementation(project(":restaurant-client"))
testImplementation(project(":restaurant-core"))
Existing dependencies which should be modified to be as indicated:
testImplementation(project(":restaurant-rest")) (was api)
Advice for :restaurant-jwt
Unused dependencies which should be removed:
testImplementation(project(":restaurant-test-common"))
These transitive dependencies should be declared directly:
testImplementation("dev.failgood:failgood:0.9.1")
testImplementation(project(":restaurant-client"))
Advice for :restaurant-kotlinx-serialization
Unused dependencies which should be removed:
testImplementation(project(":restaurant-test-common"))
These transitive dependencies should be declared directly:
api("org.jetbrains.kotlinx:kotlinx-serialization-core:1.8.0")
api(project(":restaurant-core"))
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.1")
implementation(project(":restaurant-client"))
testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.1")
testImplementation("org.jetbrains.kotlinx:kotlinx-serialization-core:1.8.0")
testImplementation(project(":restaurant-client"))
testImplementation(project(":restaurant-core"))
Existing dependencies which should be modified to be as indicated:
testImplementation(project(":restaurant-rest")) (was api)
Advice for :restaurant-rest
These transitive dependencies should be declared directly:
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.1")
implementation(project(":restaurant-client"))
testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.1")
Advice for :restaurant-server-test
These transitive dependencies should be declared directly:
testImplementation(project(":restaurant-client"))
Existing dependencies which should be modified to be as indicated:
testImplementation(project(":restaurant-core")) (was api)
Advice for :restaurant-test-common
Unused dependencies which should be removed:
api("org.jetbrains.kotlin:kotlin-test:2.1.10")
testImplementation("org.jetbrains.kotlin:kotlin-test:2.1.10") { capabilities {
requireCapability("org.jetbrains.kotlin:kotlin-test-framework-junit5")
}}
Dependencies which should be removed or changed to runtime-only:
runtimeOnly("ch.qos.logback:logback-classic:1.5.16") (was implementation)
runtimeOnly("dev.failgood:failgood:0.9.1") (was api)
runtimeOnly("org.jetbrains.kotlin:kotlin-test-junit5:2.1.10") (was api)
renovatebot
changed the title
chore(deps): update plugin com.autonomousapps.build-health to v2.11.0
chore(deps): update plugin com.autonomousapps.build-health to v2.12.0
Mar 14, 2025
Advice for :restaurant-core
Unused dependencies which should be removed:
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-jdk8:1.10.1")
testImplementation(project(":restaurant-test-common"))
These transitive dependencies should be declared directly:
testImplementation("dev.failgood:failgood:0.9.1")
testImplementation("org.jetbrains.kotlin:kotlin-test:2.1.10")
Advice for :restaurant-jackson
Unused dependencies which should be removed:
testImplementation(project(":restaurant-test-common"))
These transitive dependencies should be declared directly:
api(project(":restaurant-core"))
implementation(project(":restaurant-client"))
testImplementation("dev.failgood:failgood:0.9.1")
testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.1")
testImplementation(project(":restaurant-client"))
testImplementation(project(":restaurant-core"))
Existing dependencies which should be modified to be as indicated:
testImplementation(project(":restaurant-rest")) (was api)
Advice for :restaurant-jwt
Unused dependencies which should be removed:
testImplementation(project(":restaurant-test-common"))
These transitive dependencies should be declared directly:
testImplementation("dev.failgood:failgood:0.9.1")
testImplementation(project(":restaurant-client"))
Advice for :restaurant-kotlinx-serialization
Unused dependencies which should be removed:
testImplementation(project(":restaurant-test-common"))
These transitive dependencies should be declared directly:
api("org.jetbrains.kotlinx:kotlinx-serialization-core:1.8.0")
api(project(":restaurant-core"))
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.1")
implementation(project(":restaurant-client"))
testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.1")
testImplementation("org.jetbrains.kotlinx:kotlinx-serialization-core:1.8.0")
testImplementation(project(":restaurant-client"))
testImplementation(project(":restaurant-core"))
Existing dependencies which should be modified to be as indicated:
testImplementation(project(":restaurant-rest")) (was api)
Advice for :restaurant-rest
These transitive dependencies should be declared directly:
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.1")
implementation(project(":restaurant-client"))
testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.1")
Advice for :restaurant-server-test
These transitive dependencies should be declared directly:
testImplementation(project(":restaurant-client"))
Existing dependencies which should be modified to be as indicated:
testImplementation(project(":restaurant-core")) (was api)
Advice for :restaurant-test-common
Unused dependencies which should be removed:
api("org.jetbrains.kotlin:kotlin-test:2.1.10")
testImplementation("org.jetbrains.kotlin:kotlin-test:2.1.10") { capabilities {
requireCapability("org.jetbrains.kotlin:kotlin-test-framework-junit5")
}}
Dependencies which should be removed or changed to runtime-only:
runtimeOnly("ch.qos.logback:logback-classic:1.5.16") (was implementation)
runtimeOnly("dev.failgood:failgood:0.9.1") (was api)
runtimeOnly("org.jetbrains.kotlin:kotlin-test-junit5:2.1.10") (was api)
renovatebot
changed the title
chore(deps): update plugin com.autonomousapps.build-health to v2.12.0
chore(deps): update plugin com.autonomousapps.build-health to v2.13.0
Mar 20, 2025
Advice for :restaurant-core
Unused dependencies which should be removed:
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-jdk8:1.10.1")
testImplementation(project(":restaurant-test-common"))
These transitive dependencies should be declared directly:
testImplementation("dev.failgood:failgood:0.9.1")
testImplementation("org.jetbrains.kotlin:kotlin-test:2.1.10")
Advice for :restaurant-jackson
Unused dependencies which should be removed:
testImplementation(project(":restaurant-test-common"))
These transitive dependencies should be declared directly:
api(project(":restaurant-core"))
implementation(project(":restaurant-client"))
testImplementation("dev.failgood:failgood:0.9.1")
testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.1")
testImplementation(project(":restaurant-client"))
testImplementation(project(":restaurant-core"))
Existing dependencies which should be modified to be as indicated:
testImplementation(project(":restaurant-rest")) (was api)
Advice for :restaurant-jwt
Unused dependencies which should be removed:
testImplementation(project(":restaurant-test-common"))
These transitive dependencies should be declared directly:
testImplementation("dev.failgood:failgood:0.9.1")
testImplementation(project(":restaurant-client"))
Advice for :restaurant-kotlinx-serialization
Unused dependencies which should be removed:
testImplementation(project(":restaurant-test-common"))
These transitive dependencies should be declared directly:
api("org.jetbrains.kotlinx:kotlinx-serialization-core:1.8.0")
api(project(":restaurant-core"))
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.1")
implementation(project(":restaurant-client"))
testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.1")
testImplementation("org.jetbrains.kotlinx:kotlinx-serialization-core:1.8.0")
testImplementation(project(":restaurant-client"))
testImplementation(project(":restaurant-core"))
Existing dependencies which should be modified to be as indicated:
testImplementation(project(":restaurant-rest")) (was api)
Advice for :restaurant-rest
These transitive dependencies should be declared directly:
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.1")
implementation(project(":restaurant-client"))
testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.1")
Advice for :restaurant-server-test
These transitive dependencies should be declared directly:
testImplementation(project(":restaurant-client"))
Existing dependencies which should be modified to be as indicated:
testImplementation(project(":restaurant-core")) (was api)
Advice for :restaurant-test-common
Unused dependencies which should be removed:
api("org.jetbrains.kotlin:kotlin-test:2.1.10")
testImplementation("org.jetbrains.kotlin:kotlin-test:2.1.10") { capabilities {
requireCapability("org.jetbrains.kotlin:kotlin-test-framework-junit5")
}}
Dependencies which should be removed or changed to runtime-only:
runtimeOnly("ch.qos.logback:logback-classic:1.5.16") (was implementation)
runtimeOnly("dev.failgood:failgood:0.9.1") (was api)
runtimeOnly("org.jetbrains.kotlin:kotlin-test-junit5:2.1.10") (was api)
renovatebot
changed the title
chore(deps): update plugin com.autonomousapps.build-health to v2.13.0
chore(deps): update plugin com.autonomousapps.build-health to v2.13.1
Mar 24, 2025
Advice for :restaurant-core
Unused dependencies which should be removed:
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-jdk8:1.10.1")
testImplementation(project(":restaurant-test-common"))
These transitive dependencies should be declared directly:
testImplementation("dev.failgood:failgood:0.9.1")
testImplementation("org.jetbrains.kotlin:kotlin-test:2.1.10")
Advice for :restaurant-jackson
Unused dependencies which should be removed:
testImplementation(project(":restaurant-test-common"))
These transitive dependencies should be declared directly:
api(project(":restaurant-core"))
implementation(project(":restaurant-client"))
testImplementation("dev.failgood:failgood:0.9.1")
testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.1")
testImplementation(project(":restaurant-client"))
testImplementation(project(":restaurant-core"))
Existing dependencies which should be modified to be as indicated:
testImplementation(project(":restaurant-rest")) (was api)
Advice for :restaurant-jwt
Unused dependencies which should be removed:
testImplementation(project(":restaurant-test-common"))
These transitive dependencies should be declared directly:
testImplementation("dev.failgood:failgood:0.9.1")
testImplementation(project(":restaurant-client"))
Advice for :restaurant-kotlinx-serialization
Unused dependencies which should be removed:
testImplementation(project(":restaurant-test-common"))
These transitive dependencies should be declared directly:
api("org.jetbrains.kotlinx:kotlinx-serialization-core:1.8.0")
api(project(":restaurant-core"))
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.1")
implementation(project(":restaurant-client"))
testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.1")
testImplementation("org.jetbrains.kotlinx:kotlinx-serialization-core:1.8.0")
testImplementation(project(":restaurant-client"))
testImplementation(project(":restaurant-core"))
Existing dependencies which should be modified to be as indicated:
testImplementation(project(":restaurant-rest")) (was api)
Advice for :restaurant-rest
These transitive dependencies should be declared directly:
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.1")
implementation(project(":restaurant-client"))
testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.1")
Advice for :restaurant-server-test
These transitive dependencies should be declared directly:
testImplementation(project(":restaurant-client"))
Existing dependencies which should be modified to be as indicated:
testImplementation(project(":restaurant-core")) (was api)
Advice for :restaurant-test-common
Unused dependencies which should be removed:
api("org.jetbrains.kotlin:kotlin-test:2.1.10")
testImplementation("org.jetbrains.kotlin:kotlin-test:2.1.10") { capabilities {
requireCapability("org.jetbrains.kotlin:kotlin-test-framework-junit5")
}}
Dependencies which should be removed or changed to runtime-only:
runtimeOnly("ch.qos.logback:logback-classic:1.5.16") (was implementation)
runtimeOnly("dev.failgood:failgood:0.9.1") (was api)
runtimeOnly("org.jetbrains.kotlin:kotlin-test-junit5:2.1.10") (was api)
renovatebot
changed the title
chore(deps): update plugin com.autonomousapps.build-health to v2.13.1
chore(deps): update plugin com.autonomousapps.build-health to v2.13.2
Mar 25, 2025
Advice for :restaurant-core
Unused dependencies which should be removed:
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-jdk8:1.10.1")
testImplementation(project(":restaurant-test-common"))
These transitive dependencies should be declared directly:
testImplementation("dev.failgood:failgood:0.9.1")
testImplementation("org.jetbrains.kotlin:kotlin-test:2.1.10")
Advice for :restaurant-jackson
Unused dependencies which should be removed:
testImplementation(project(":restaurant-test-common"))
These transitive dependencies should be declared directly:
api(project(":restaurant-core"))
implementation(project(":restaurant-client"))
testImplementation("dev.failgood:failgood:0.9.1")
testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.1")
testImplementation(project(":restaurant-client"))
testImplementation(project(":restaurant-core"))
Existing dependencies which should be modified to be as indicated:
testImplementation(project(":restaurant-rest")) (was api)
Advice for :restaurant-jwt
Unused dependencies which should be removed:
testImplementation(project(":restaurant-test-common"))
These transitive dependencies should be declared directly:
testImplementation("dev.failgood:failgood:0.9.1")
testImplementation(project(":restaurant-client"))
Advice for :restaurant-kotlinx-serialization
Unused dependencies which should be removed:
testImplementation(project(":restaurant-test-common"))
These transitive dependencies should be declared directly:
api("org.jetbrains.kotlinx:kotlinx-serialization-core:1.8.0")
api(project(":restaurant-core"))
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.1")
implementation(project(":restaurant-client"))
testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.1")
testImplementation("org.jetbrains.kotlinx:kotlinx-serialization-core:1.8.0")
testImplementation(project(":restaurant-client"))
testImplementation(project(":restaurant-core"))
Existing dependencies which should be modified to be as indicated:
testImplementation(project(":restaurant-rest")) (was api)
Advice for :restaurant-rest
These transitive dependencies should be declared directly:
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.1")
implementation(project(":restaurant-client"))
testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.1")
Advice for :restaurant-server-test
These transitive dependencies should be declared directly:
testImplementation(project(":restaurant-client"))
Existing dependencies which should be modified to be as indicated:
testImplementation(project(":restaurant-core")) (was api)
Advice for :restaurant-test-common
Unused dependencies which should be removed:
api("org.jetbrains.kotlin:kotlin-test:2.1.10")
testImplementation("org.jetbrains.kotlin:kotlin-test:2.1.10") { capabilities {
requireCapability("org.jetbrains.kotlin:kotlin-test-framework-junit5")
}}
Dependencies which should be removed or changed to runtime-only:
runtimeOnly("ch.qos.logback:logback-classic:1.5.16") (was implementation)
runtimeOnly("dev.failgood:failgood:0.9.1") (was api)
runtimeOnly("org.jetbrains.kotlin:kotlin-test-junit5:2.1.10") (was api)
renovatebot
changed the title
chore(deps): update plugin com.autonomousapps.build-health to v2.13.2
chore(deps): update plugin com.autonomousapps.build-health to v2.13.3
Mar 28, 2025
Advice for :restaurant-core
Unused dependencies which should be removed:
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-jdk8:1.10.1")
testImplementation(project(":restaurant-test-common"))
These transitive dependencies should be declared directly:
testImplementation("dev.failgood:failgood:0.9.1")
testImplementation("org.jetbrains.kotlin:kotlin-test:2.1.10")
Advice for :restaurant-jackson
Unused dependencies which should be removed:
testImplementation(project(":restaurant-test-common"))
These transitive dependencies should be declared directly:
api(project(":restaurant-core"))
implementation(project(":restaurant-client"))
testImplementation("dev.failgood:failgood:0.9.1")
testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.1")
testImplementation(project(":restaurant-client"))
testImplementation(project(":restaurant-core"))
Existing dependencies which should be modified to be as indicated:
testImplementation(project(":restaurant-rest")) (was api)
Advice for :restaurant-jwt
Unused dependencies which should be removed:
testImplementation(project(":restaurant-test-common"))
These transitive dependencies should be declared directly:
testImplementation("dev.failgood:failgood:0.9.1")
testImplementation(project(":restaurant-client"))
Advice for :restaurant-kotlinx-serialization
Unused dependencies which should be removed:
testImplementation(project(":restaurant-test-common"))
These transitive dependencies should be declared directly:
api("org.jetbrains.kotlinx:kotlinx-serialization-core:1.8.0")
api(project(":restaurant-core"))
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.1")
implementation(project(":restaurant-client"))
testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.1")
testImplementation("org.jetbrains.kotlinx:kotlinx-serialization-core:1.8.0")
testImplementation(project(":restaurant-client"))
testImplementation(project(":restaurant-core"))
Existing dependencies which should be modified to be as indicated:
testImplementation(project(":restaurant-rest")) (was api)
Advice for :restaurant-rest
These transitive dependencies should be declared directly:
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.1")
implementation(project(":restaurant-client"))
testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.1")
Advice for :restaurant-server-test
These transitive dependencies should be declared directly:
testImplementation(project(":restaurant-client"))
Existing dependencies which should be modified to be as indicated:
testImplementation(project(":restaurant-core")) (was api)
Advice for :restaurant-test-common
Unused dependencies which should be removed:
api("org.jetbrains.kotlin:kotlin-test:2.1.10")
testImplementation("org.jetbrains.kotlin:kotlin-test:2.1.10") { capabilities {
requireCapability("org.jetbrains.kotlin:kotlin-test-framework-junit5")
}}
Dependencies which should be removed or changed to runtime-only:
runtimeOnly("ch.qos.logback:logback-classic:1.5.16") (was implementation)
runtimeOnly("dev.failgood:failgood:0.9.1") (was api)
runtimeOnly("org.jetbrains.kotlin:kotlin-test-junit5:2.1.10") (was api)
renovatebot
changed the title
chore(deps): update plugin com.autonomousapps.build-health to v2.13.3
chore(deps): update plugin com.autonomousapps.build-health to v2.14.0
Apr 2, 2025
Advice for :restaurant-core
Unused dependencies which should be removed:
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-jdk8:1.10.1")
testImplementation(project(":restaurant-test-common"))
These transitive dependencies should be declared directly:
testImplementation("dev.failgood:failgood:0.9.1")
testImplementation("org.jetbrains.kotlin:kotlin-test:2.1.10")
Advice for :restaurant-jackson
Unused dependencies which should be removed:
testImplementation(project(":restaurant-test-common"))
These transitive dependencies should be declared directly:
api(project(":restaurant-core"))
implementation(project(":restaurant-client"))
testImplementation("dev.failgood:failgood:0.9.1")
testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.1")
testImplementation(project(":restaurant-client"))
testImplementation(project(":restaurant-core"))
Existing dependencies which should be modified to be as indicated:
testImplementation(project(":restaurant-rest")) (was api)
Advice for :restaurant-jwt
Unused dependencies which should be removed:
testImplementation(project(":restaurant-test-common"))
These transitive dependencies should be declared directly:
testImplementation("dev.failgood:failgood:0.9.1")
testImplementation(project(":restaurant-client"))
Advice for :restaurant-kotlinx-serialization
Unused dependencies which should be removed:
testImplementation(project(":restaurant-test-common"))
These transitive dependencies should be declared directly:
api("org.jetbrains.kotlinx:kotlinx-serialization-core:1.8.0")
api(project(":restaurant-core"))
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.1")
implementation(project(":restaurant-client"))
testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.1")
testImplementation("org.jetbrains.kotlinx:kotlinx-serialization-core:1.8.0")
testImplementation(project(":restaurant-client"))
testImplementation(project(":restaurant-core"))
Existing dependencies which should be modified to be as indicated:
testImplementation(project(":restaurant-rest")) (was api)
Advice for :restaurant-rest
These transitive dependencies should be declared directly:
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.1")
implementation(project(":restaurant-client"))
testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.1")
Advice for :restaurant-server-test
These transitive dependencies should be declared directly:
testImplementation(project(":restaurant-client"))
Existing dependencies which should be modified to be as indicated:
testImplementation(project(":restaurant-core")) (was api)
Advice for :restaurant-test-common
Unused dependencies which should be removed:
api("org.jetbrains.kotlin:kotlin-test:2.1.10")
testImplementation("org.jetbrains.kotlin:kotlin-test:2.1.10") { capabilities {
requireCapability("org.jetbrains.kotlin:kotlin-test-framework-junit5")
}}
Dependencies which should be removed or changed to runtime-only:
runtimeOnly("ch.qos.logback:logback-classic:1.5.16") (was implementation)
runtimeOnly("dev.failgood:failgood:0.9.1") (was api)
runtimeOnly("org.jetbrains.kotlin:kotlin-test-junit5:2.1.10") (was api)
renovatebot
changed the title
chore(deps): update plugin com.autonomousapps.build-health to v2.14.0
chore(deps): update plugin com.autonomousapps.build-health to v2.15.0
Apr 9, 2025
Advice for :restaurant-core
Unused dependencies which should be removed:
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-jdk8:1.10.1")
testImplementation(project(":restaurant-test-common"))
These transitive dependencies should be declared directly:
testImplementation("dev.failgood:failgood:0.9.1")
testImplementation("org.jetbrains.kotlin:kotlin-test:2.1.10")
Advice for :restaurant-jackson
Unused dependencies which should be removed:
testImplementation(project(":restaurant-test-common"))
These transitive dependencies should be declared directly:
api(project(":restaurant-core"))
implementation(project(":restaurant-client"))
testImplementation("dev.failgood:failgood:0.9.1")
testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.1")
testImplementation(project(":restaurant-client"))
testImplementation(project(":restaurant-core"))
Existing dependencies which should be modified to be as indicated:
testImplementation(project(":restaurant-rest")) (was api)
Advice for :restaurant-jwt
Unused dependencies which should be removed:
testImplementation(project(":restaurant-test-common"))
These transitive dependencies should be declared directly:
testImplementation("dev.failgood:failgood:0.9.1")
testImplementation(project(":restaurant-client"))
Advice for :restaurant-kotlinx-serialization
Unused dependencies which should be removed:
testImplementation(project(":restaurant-test-common"))
These transitive dependencies should be declared directly:
api("org.jetbrains.kotlinx:kotlinx-serialization-core:1.8.0")
api(project(":restaurant-core"))
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.1")
implementation(project(":restaurant-client"))
testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.1")
testImplementation("org.jetbrains.kotlinx:kotlinx-serialization-core:1.8.0")
testImplementation(project(":restaurant-client"))
testImplementation(project(":restaurant-core"))
Existing dependencies which should be modified to be as indicated:
testImplementation(project(":restaurant-rest")) (was api)
Advice for :restaurant-rest
These transitive dependencies should be declared directly:
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.1")
implementation(project(":restaurant-client"))
testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.1")
Advice for :restaurant-server-test
These transitive dependencies should be declared directly:
testImplementation(project(":restaurant-client"))
Existing dependencies which should be modified to be as indicated:
testImplementation(project(":restaurant-core")) (was api)
Advice for :restaurant-test-common
Unused dependencies which should be removed:
api("org.jetbrains.kotlin:kotlin-test:2.1.10")
testImplementation("org.jetbrains.kotlin:kotlin-test:2.1.10") { capabilities {
requireCapability("org.jetbrains.kotlin:kotlin-test-framework-junit5")
}}
Dependencies which should be removed or changed to runtime-only:
runtimeOnly("ch.qos.logback:logback-classic:1.5.16") (was implementation)
runtimeOnly("dev.failgood:failgood:0.9.1") (was api)
runtimeOnly("org.jetbrains.kotlin:kotlin-test-junit5:2.1.10") (was api)
renovatebot
changed the title
chore(deps): update plugin com.autonomousapps.build-health to v2.15.0
chore(deps): update plugin com.autonomousapps.build-health to v2.16.0
Apr 10, 2025
Advice for :restaurant-core
Unused dependencies which should be removed:
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-jdk8:1.10.1")
testImplementation(project(":restaurant-test-common"))
These transitive dependencies should be declared directly:
testImplementation("dev.failgood:failgood:0.9.1")
testImplementation("org.jetbrains.kotlin:kotlin-test:2.1.10")
Advice for :restaurant-jackson
Unused dependencies which should be removed:
testImplementation(project(":restaurant-test-common"))
These transitive dependencies should be declared directly:
api(project(":restaurant-core"))
implementation(project(":restaurant-client"))
testImplementation("dev.failgood:failgood:0.9.1")
testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.1")
testImplementation(project(":restaurant-client"))
testImplementation(project(":restaurant-core"))
Existing dependencies which should be modified to be as indicated:
testImplementation(project(":restaurant-rest")) (was api)
Advice for :restaurant-jwt
Unused dependencies which should be removed:
testImplementation(project(":restaurant-test-common"))
These transitive dependencies should be declared directly:
testImplementation("dev.failgood:failgood:0.9.1")
testImplementation(project(":restaurant-client"))
Advice for :restaurant-kotlinx-serialization
Unused dependencies which should be removed:
testImplementation(project(":restaurant-test-common"))
These transitive dependencies should be declared directly:
api("org.jetbrains.kotlinx:kotlinx-serialization-core:1.8.0")
api(project(":restaurant-core"))
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.1")
implementation(project(":restaurant-client"))
testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.1")
testImplementation("org.jetbrains.kotlinx:kotlinx-serialization-core:1.8.0")
testImplementation(project(":restaurant-client"))
testImplementation(project(":restaurant-core"))
Existing dependencies which should be modified to be as indicated:
testImplementation(project(":restaurant-rest")) (was api)
Advice for :restaurant-rest
These transitive dependencies should be declared directly:
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.1")
implementation(project(":restaurant-client"))
testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.1")
Advice for :restaurant-server-test
These transitive dependencies should be declared directly:
testImplementation(project(":restaurant-client"))
Existing dependencies which should be modified to be as indicated:
testImplementation(project(":restaurant-core")) (was api)
Advice for :restaurant-test-common
Unused dependencies which should be removed:
api("org.jetbrains.kotlin:kotlin-test:2.1.10")
testImplementation("org.jetbrains.kotlin:kotlin-test:2.1.10") { capabilities {
requireCapability("org.jetbrains.kotlin:kotlin-test-framework-junit5")
}}
Dependencies which should be removed or changed to runtime-only:
runtimeOnly("ch.qos.logback:logback-classic:1.5.16") (was implementation)
runtimeOnly("dev.failgood:failgood:0.9.1") (was api)
runtimeOnly("org.jetbrains.kotlin:kotlin-test-junit5:2.1.10") (was api)
renovatebot
changed the title
chore(deps): update plugin com.autonomousapps.build-health to v2.16.0
chore(deps): update plugin com.autonomousapps.build-health to v2.17.0
Apr 25, 2025
Advice for :restaurant-core
Unused dependencies which should be removed:
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-jdk8:1.10.1")
testImplementation(project(":restaurant-test-common"))
These transitive dependencies should be declared directly:
testImplementation("dev.failgood:failgood:0.9.1")
testImplementation("org.jetbrains.kotlin:kotlin-test:2.1.10")
Advice for :restaurant-jackson
Unused dependencies which should be removed:
testImplementation(project(":restaurant-test-common"))
These transitive dependencies should be declared directly:
api(project(":restaurant-core"))
implementation(project(":restaurant-client"))
testImplementation("dev.failgood:failgood:0.9.1")
testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.1")
testImplementation(project(":restaurant-client"))
testImplementation(project(":restaurant-core"))
Existing dependencies which should be modified to be as indicated:
testImplementation(project(":restaurant-rest")) (was api)
Advice for :restaurant-jwt
Unused dependencies which should be removed:
testImplementation(project(":restaurant-test-common"))
These transitive dependencies should be declared directly:
testImplementation("dev.failgood:failgood:0.9.1")
testImplementation(project(":restaurant-client"))
Advice for :restaurant-kotlinx-serialization
Unused dependencies which should be removed:
testImplementation(project(":restaurant-test-common"))
These transitive dependencies should be declared directly:
api("org.jetbrains.kotlinx:kotlinx-serialization-core:1.8.0")
api(project(":restaurant-core"))
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.1")
implementation(project(":restaurant-client"))
testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.1")
testImplementation("org.jetbrains.kotlinx:kotlinx-serialization-core:1.8.0")
testImplementation(project(":restaurant-client"))
testImplementation(project(":restaurant-core"))
Existing dependencies which should be modified to be as indicated:
testImplementation(project(":restaurant-rest")) (was api)
Advice for :restaurant-rest
These transitive dependencies should be declared directly:
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.1")
implementation(project(":restaurant-client"))
testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.1")
Advice for :restaurant-server-test
These transitive dependencies should be declared directly:
testImplementation(project(":restaurant-client"))
Existing dependencies which should be modified to be as indicated:
testImplementation(project(":restaurant-core")) (was api)
Advice for :restaurant-test-common
Unused dependencies which should be removed:
api("org.jetbrains.kotlin:kotlin-test:2.1.10")
testImplementation("org.jetbrains.kotlin:kotlin-test:2.1.10") { capabilities {
requireCapability("org.jetbrains.kotlin:kotlin-test-framework-junit5")
}}
Dependencies which should be removed or changed to runtime-only:
runtimeOnly("ch.qos.logback:logback-classic:1.5.16") (was implementation)
runtimeOnly("dev.failgood:failgood:0.9.1") (was api)
runtimeOnly("org.jetbrains.kotlin:kotlin-test-junit5:2.1.10") (was api)
renovatebot
changed the title
chore(deps): update plugin com.autonomousapps.build-health to v2.17.0
chore(deps): update plugin com.autonomousapps.build-health to v2.18.0
May 28, 2025
Advice for :restaurant-core
Unused dependencies which should be removed:
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-jdk8:1.10.1")
testImplementation(project(":restaurant-test-common"))
These transitive dependencies should be declared directly:
testImplementation("dev.failgood:failgood:0.9.1")
testImplementation("org.jetbrains.kotlin:kotlin-test:2.1.10")
Advice for :restaurant-jackson
Unused dependencies which should be removed:
testImplementation(project(":restaurant-test-common"))
These transitive dependencies should be declared directly:
api(project(":restaurant-core"))
implementation(project(":restaurant-client"))
testImplementation("dev.failgood:failgood:0.9.1")
testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.1")
testImplementation(project(":restaurant-client"))
testImplementation(project(":restaurant-core"))
Existing dependencies which should be modified to be as indicated:
testImplementation(project(":restaurant-rest")) (was api)
Advice for :restaurant-jwt
Unused dependencies which should be removed:
testImplementation(project(":restaurant-test-common"))
These transitive dependencies should be declared directly:
testImplementation("dev.failgood:failgood:0.9.1")
testImplementation(project(":restaurant-client"))
Advice for :restaurant-kotlinx-serialization
Unused dependencies which should be removed:
testImplementation(project(":restaurant-test-common"))
These transitive dependencies should be declared directly:
api("org.jetbrains.kotlinx:kotlinx-serialization-core:1.8.0")
api(project(":restaurant-core"))
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.1")
implementation(project(":restaurant-client"))
testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.1")
testImplementation("org.jetbrains.kotlinx:kotlinx-serialization-core:1.8.0")
testImplementation(project(":restaurant-client"))
testImplementation(project(":restaurant-core"))
Existing dependencies which should be modified to be as indicated:
testImplementation(project(":restaurant-rest")) (was api)
Advice for :restaurant-rest
These transitive dependencies should be declared directly:
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.1")
implementation(project(":restaurant-client"))
testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.1")
Advice for :restaurant-server-test
These transitive dependencies should be declared directly:
testImplementation(project(":restaurant-client"))
Existing dependencies which should be modified to be as indicated:
testImplementation(project(":restaurant-core")) (was api)
Advice for :restaurant-test-common
Unused dependencies which should be removed:
api("org.jetbrains.kotlin:kotlin-test:2.1.10")
testImplementation("org.jetbrains.kotlin:kotlin-test:2.1.10") { capabilities {
requireCapability("org.jetbrains.kotlin:kotlin-test-framework-junit5")
}}
Dependencies which should be removed or changed to runtime-only:
runtimeOnly("ch.qos.logback:logback-classic:1.5.16") (was implementation)
runtimeOnly("dev.failgood:failgood:0.9.1") (was api)
runtimeOnly("org.jetbrains.kotlin:kotlin-test-junit5:2.1.10") (was api)
renovatebot
changed the title
chore(deps): update plugin com.autonomousapps.build-health to v2.18.0
chore(deps): update plugin com.autonomousapps.build-health to v2.19.0
Jun 25, 2025
Advice for :restaurant-core
Unused dependencies which should be removed:
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-jdk8:1.10.1")
testImplementation(project(":restaurant-test-common"))
These transitive dependencies should be declared directly:
testImplementation("dev.failgood:failgood:0.9.1")
testImplementation("org.jetbrains.kotlin:kotlin-test:2.1.10")
Advice for :restaurant-jackson
Unused dependencies which should be removed:
testImplementation(project(":restaurant-test-common"))
These transitive dependencies should be declared directly:
api(project(":restaurant-core"))
implementation(project(":restaurant-client"))
testImplementation("dev.failgood:failgood:0.9.1")
testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.1")
testImplementation(project(":restaurant-client"))
testImplementation(project(":restaurant-core"))
Existing dependencies which should be modified to be as indicated:
testImplementation(project(":restaurant-rest")) (was api)
Advice for :restaurant-jwt
Unused dependencies which should be removed:
testImplementation(project(":restaurant-test-common"))
These transitive dependencies should be declared directly:
testImplementation("dev.failgood:failgood:0.9.1")
testImplementation(project(":restaurant-client"))
Advice for :restaurant-kotlinx-serialization
Unused dependencies which should be removed:
testImplementation(project(":restaurant-test-common"))
These transitive dependencies should be declared directly:
api("org.jetbrains.kotlinx:kotlinx-serialization-core:1.8.0")
api(project(":restaurant-core"))
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.1")
implementation(project(":restaurant-client"))
testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.1")
testImplementation("org.jetbrains.kotlinx:kotlinx-serialization-core:1.8.0")
testImplementation(project(":restaurant-client"))
testImplementation(project(":restaurant-core"))
Existing dependencies which should be modified to be as indicated:
testImplementation(project(":restaurant-rest")) (was api)
Advice for :restaurant-rest
These transitive dependencies should be declared directly:
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.1")
implementation(project(":restaurant-client"))
testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.1")
Advice for :restaurant-server-test
These transitive dependencies should be declared directly:
testImplementation(project(":restaurant-client"))
Existing dependencies which should be modified to be as indicated:
testImplementation(project(":restaurant-core")) (was api)
Advice for :restaurant-test-common
Unused dependencies which should be removed:
api("org.jetbrains.kotlin:kotlin-test:2.1.10")
testImplementation("org.jetbrains.kotlin:kotlin-test:2.1.10") { capabilities {
requireCapability("org.jetbrains.kotlin:kotlin-test-framework-junit5")
}}
Dependencies which should be removed or changed to runtime-only:
runtimeOnly("ch.qos.logback:logback-classic:1.5.16") (was implementation)
runtimeOnly("dev.failgood:failgood:0.9.1") (was api)
runtimeOnly("org.jetbrains.kotlin:kotlin-test-junit5:2.1.10") (was api)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
2.8.2→2.19.0Release Notes
autonomousapps/dependency-analysis-android-gradle-plugin (com.autonomousapps.build-health)
v2.19.0central.sonatype.comrepo.v2.18.0ProviderConvertiblesupport.themeinAndroidManifest.xmlkotlin.metadata.jvmno longer needs to be non-transitive, since bumping to K2 for this project.v2.17.0v2.16.0com.android.testprojects.dependencyAnalysis { useTypesafeProjectAccessors(true) // false by default }v2.15.0dependencyAnalysis { usage { analysis { checkSuperClasses(true) // false by default } } }v2.14.0@InputFilesis redundant next to@Classpath.v2.13.3v2.13.2v2.13.1v2.13.0computeResolvedDependenciesto also generate a version catalog fileexploded-jars.json.v2.12.0v2.11.0:computeAllDependencies) for producing a version catalog file containing all dependencies.v2.10.1BuildHealthExceptionextendsVerificationException.v2.10.0dependencyAnalysis.reporting.printBuildHealthDSL option.v2.9.0Declaration.Sourceis fully Comparable.ExplodingBytecodeis fully Comparable.isForMissingSuperclass(again).dependencyAnalysis { reporting { onlyOnFailure(false) // when true, only prints postscript when there are failure-level issues. postscript(/* Some text to help out end users who may not be build engineers. */) } }Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.