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.16") (was implementation)
runtimeOnly("dev.failgood:failgood:0.9.1") (was api)
runtimeOnly("org.jetbrains.kotlin:kotlin-test-junit5:2.1.10") (was api)
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)
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)
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)
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)
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)
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.18.3→2.21.22.18.3→2.21.22.18.3→2.21.2Configuration
📅 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 these updates again.
This PR was generated by Mend Renovate. View the repository job log.