Skip to content

fix(deps): update jackson monorepo to v2.21.2#254

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/jackson-monorepo
Open

fix(deps): update jackson monorepo to v2.21.2#254
renovate[bot] wants to merge 1 commit intomainfrom
renovate/jackson-monorepo

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Apr 25, 2025

This PR contains the following updates:

Package Change Age Confidence
com.fasterxml.jackson.module:jackson-module-kotlin 2.18.32.21.2 age confidence
com.fasterxml.jackson.core:jackson-databind (source) 2.18.32.21.2 age confidence
com.fasterxml.jackson.core:jackson-core 2.18.32.21.2 age confidence

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 these updates again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@github-actions
Copy link
Copy Markdown

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)


@renovate renovate bot force-pushed the renovate/jackson-monorepo branch from 7891141 to dab97ce Compare June 14, 2025 01:29
@renovate renovate bot changed the title fix(deps): update jackson monorepo to v2.19.0 fix(deps): update jackson monorepo Jun 14, 2025
@renovate renovate bot changed the title fix(deps): update jackson monorepo fix(deps): update jackson monorepo to v2.19.1 Jun 14, 2025
@renovate renovate bot force-pushed the renovate/jackson-monorepo branch from dab97ce to 873591b Compare July 18, 2025 20:31
@renovate renovate bot changed the title fix(deps): update jackson monorepo to v2.19.1 fix(deps): update jackson monorepo to v2.19.2 Jul 18, 2025
@github-actions
Copy link
Copy Markdown

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)


@renovate renovate bot force-pushed the renovate/jackson-monorepo branch from 873591b to 1c1e4de Compare August 29, 2025 00:07
@renovate renovate bot changed the title fix(deps): update jackson monorepo to v2.19.2 fix(deps): update jackson monorepo to v2.20.0 Aug 29, 2025
@github-actions
Copy link
Copy Markdown

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)


@renovate renovate bot force-pushed the renovate/jackson-monorepo branch from 1c1e4de to f66f4c1 Compare October 31, 2025 01:10
@renovate renovate bot changed the title fix(deps): update jackson monorepo to v2.20.0 fix(deps): update jackson monorepo to v2.20.1 Oct 31, 2025
@github-actions
Copy link
Copy Markdown

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)


@renovate renovate bot force-pushed the renovate/jackson-monorepo branch from f66f4c1 to 86a3431 Compare January 19, 2026 02:41
@renovate renovate bot changed the title fix(deps): update jackson monorepo to v2.20.1 fix(deps): update jackson monorepo to v2.21.0 Jan 19, 2026
@github-actions
Copy link
Copy Markdown

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)


@renovate renovate bot force-pushed the renovate/jackson-monorepo branch from 86a3431 to ade4f5e Compare February 23, 2026 05:31
@renovate renovate bot changed the title fix(deps): update jackson monorepo to v2.21.0 fix(deps): update jackson monorepo to v2.21.1 Feb 23, 2026
@github-actions
Copy link
Copy Markdown

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)


@renovate renovate bot force-pushed the renovate/jackson-monorepo branch from ade4f5e to 61fc675 Compare March 20, 2026 17:55
@renovate renovate bot changed the title fix(deps): update jackson monorepo to v2.21.1 fix(deps): update jackson monorepo to v2.21.2 Mar 20, 2026
@github-actions
Copy link
Copy Markdown

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)


Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants