From f75de6323c59a1edd9fa437cf10105be8d5366f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Apr 2025 00:59:05 +0000 Subject: [PATCH] Bump com.github.ajalt.clikt:clikt from 4.4.+ to 5.0.3 Bumps [com.github.ajalt.clikt:clikt](https://github.com/ajalt/clikt) from 4.4.+ to 5.0.3. - [Release notes](https://github.com/ajalt/clikt/releases) - [Changelog](https://github.com/ajalt/clikt/blob/master/CHANGELOG.md) - [Commits](https://github.com/ajalt/clikt/commits/5.0.3) --- updated-dependencies: - dependency-name: com.github.ajalt.clikt:clikt dependency-version: 5.0.3 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 f5663d95..becd2817 100644 --- a/graphql-dgs-codegen-core/build.gradle +++ b/graphql-dgs-codegen-core/build.gradle @@ -36,7 +36,7 @@ dependencies { implementation 'com.squareup:javapoet:1.13.+' implementation 'com.squareup:kotlinpoet:1.17.+' - implementation 'com.github.ajalt.clikt:clikt:4.4.+' + implementation 'com.github.ajalt.clikt:clikt:5.0.+' implementation 'org.jetbrains.kotlinx:kotlinx-serialization-json:1.8.+' implementation 'jakarta.annotation:jakarta.annotation-api:3.0.+'