From 1740b97ec41ec29aeb492c31e1033de30bdee86b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 May 2025 00:27:29 +0000 Subject: [PATCH] Bump com.squareup:kotlinpoet from 1.17.+ to 2.2.0 Bumps [com.squareup:kotlinpoet](https://github.com/square/kotlinpoet) from 1.17.+ to 2.2.0. - [Release notes](https://github.com/square/kotlinpoet/releases) - [Changelog](https://github.com/square/kotlinpoet/blob/main/docs/changelog.md) - [Commits](https://github.com/square/kotlinpoet/commits/2.2.0) --- updated-dependencies: - dependency-name: com.squareup:kotlinpoet dependency-version: 2.2.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- graphql-dgs-codegen-core/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/graphql-dgs-codegen-core/build.gradle b/graphql-dgs-codegen-core/build.gradle index 945cb077..2acb38fa 100644 --- a/graphql-dgs-codegen-core/build.gradle +++ b/graphql-dgs-codegen-core/build.gradle @@ -32,7 +32,7 @@ dependencies { implementation 'org.slf4j:slf4j-api' implementation 'com.squareup:javapoet:1.13.+' - implementation 'com.squareup:kotlinpoet:1.17.+' + implementation 'com.squareup:kotlinpoet:2.2.+' implementation 'com.github.ajalt.clikt:clikt:4.4.+' implementation 'org.jetbrains.kotlinx:kotlinx-serialization-json:1.8.+'