From 004bef0ee58ee4a98a155b9123a05193fbd7ab71 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Jul 2025 12:35:23 +0000 Subject: [PATCH] Bump com.github.orangain.ktast:ast-psi from 0.10.0 to 0.11.0 Bumps [com.github.orangain.ktast:ast-psi](https://github.com/orangain/ktast) from 0.10.0 to 0.11.0. - [Release notes](https://github.com/orangain/ktast/releases) - [Commits](https://github.com/orangain/ktast/compare/0.10.0...0.11.0) --- updated-dependencies: - dependency-name: com.github.orangain.ktast:ast-psi dependency-version: 0.11.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- ktcodeshift-cli/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ktcodeshift-cli/build.gradle.kts b/ktcodeshift-cli/build.gradle.kts index 870d2d2b..540f2adf 100644 --- a/ktcodeshift-cli/build.gradle.kts +++ b/ktcodeshift-cli/build.gradle.kts @@ -22,7 +22,7 @@ dependencies { implementation("info.picocli:picocli:4.7.6") implementation(project(":ktcodeshift-dsl")) // the script definition module implementation("org.jetbrains.kotlin:kotlin-test") - testImplementation("com.github.orangain.ktast:ast-psi:0.10.0") + testImplementation("com.github.orangain.ktast:ast-psi:0.11.0") } tasks.withType {