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
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.17") (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
fix(deps): update dependency ch.qos.logback:logback-classic to v1.5.17
fix(deps): update dependency ch.qos.logback:logback-classic to v1.5.18
Mar 18, 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.18") (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
fix(deps): update dependency ch.qos.logback:logback-classic to v1.5.18
fix(deps): update dependency ch.qos.logback:logback-classic to v1.5.19
Sep 30, 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.19") (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
fix(deps): update dependency ch.qos.logback:logback-classic to v1.5.19
fix(deps): update dependency ch.qos.logback:logback-classic to v1.5.20
Oct 19, 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.20") (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
fix(deps): update dependency ch.qos.logback:logback-classic to v1.5.20
fix(deps): update dependency ch.qos.logback:logback-classic to v1.5.21
Nov 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.21") (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
fix(deps): update dependency ch.qos.logback:logback-classic to v1.5.21
fix(deps): update dependency ch.qos.logback:logback-classic to v1.5.22
Dec 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.22") (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
fix(deps): update dependency ch.qos.logback:logback-classic to v1.5.22
fix(deps): update dependency ch.qos.logback:logback-classic to v1.5.23
Dec 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.23") (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
fix(deps): update dependency ch.qos.logback:logback-classic to v1.5.23
fix(deps): update dependency ch.qos.logback:logback-classic to v1.5.24
Jan 7, 2026
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.24") (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
fix(deps): update dependency ch.qos.logback:logback-classic to v1.5.24
fix(deps): update dependency ch.qos.logback:logback-classic to v1.5.25
Jan 17, 2026
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.25") (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
fix(deps): update dependency ch.qos.logback:logback-classic to v1.5.25
fix(deps): update dependency ch.qos.logback:logback-classic to v1.5.26
Jan 25, 2026
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.26") (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
fix(deps): update dependency ch.qos.logback:logback-classic to v1.5.26
fix(deps): update dependency ch.qos.logback:logback-classic to v1.5.27
Jan 30, 2026
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.27") (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
fix(deps): update dependency ch.qos.logback:logback-classic to v1.5.27
fix(deps): update dependency ch.qos.logback:logback-classic to v1.5.28
Feb 6, 2026
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.28") (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
fix(deps): update dependency ch.qos.logback:logback-classic to v1.5.28
fix(deps): update dependency ch.qos.logback:logback-classic to v1.5.29
Feb 10, 2026
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.29") (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
fix(deps): update dependency ch.qos.logback:logback-classic to v1.5.29
fix(deps): update dependency ch.qos.logback:logback-classic to v1.5.30
Feb 14, 2026
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")
implementation("ch.qos.logback:logback-classic:1.5.30")
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("dev.failgood:failgood:0.9.1") (was api)
runtimeOnly("org.jetbrains.kotlin:kotlin-test-junit5:2.1.10") (was api)
renovatebot
changed the title
fix(deps): update dependency ch.qos.logback:logback-classic to v1.5.30
fix(deps): update dependency ch.qos.logback:logback-classic to v1.5.31
Feb 14, 2026
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.31") (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
fix(deps): update dependency ch.qos.logback:logback-classic to v1.5.31
fix(deps): update dependency ch.qos.logback:logback-classic to v1.5.32
Feb 16, 2026
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.32") (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:
1.5.16→1.5.32Configuration
📅 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.