diff --git a/build.gradle.kts b/build.gradle.kts index ec10258..debf2df 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -30,11 +30,13 @@ configurations { dependencies { api(platform("org.openrewrite:rewrite-bom:$latest")) + api("org.openrewrite:rewrite-kotlin:$latest") api("org.openrewrite.recipe:rewrite-circleci:$latest") api("org.openrewrite.recipe:rewrite-cloud-suitability-analyzer:$latest") api("org.openrewrite.recipe:rewrite-concourse:$latest") api("org.openrewrite.recipe:rewrite-github-actions:$latest") api("org.openrewrite.recipe:rewrite-java-security:$latest") + api("org.openrewrite.recipe:rewrite-java-dependencies:$latest") api("org.openrewrite.recipe:rewrite-jhipster:$latest") api("org.openrewrite.recipe:rewrite-kubernetes:$latest") api("org.openrewrite.recipe:rewrite-logging-frameworks:$latest")