From df2ed8d91820e8d334110de93458a8820ae44da3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 10:01:26 -0400 Subject: [PATCH] Bump com.graphql-java-generator:graphql-gradle-plugin3 from 2.7 to 2.8 (#9219) Bumps com.graphql-java-generator:graphql-gradle-plugin3 from 2.7 to 2.8. --- updated-dependencies: - dependency-name: com.graphql-java-generator:graphql-gradle-plugin3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- buildSrc/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildSrc/build.gradle.kts b/buildSrc/build.gradle.kts index 1993a38fda8..849254f680e 100644 --- a/buildSrc/build.gradle.kts +++ b/buildSrc/build.gradle.kts @@ -38,7 +38,7 @@ dependencies { implementation("com.github.node-gradle:gradle-node-plugin:7.0.2") implementation("com.google.protobuf:protobuf-gradle-plugin:0.9.4") implementation("com.gorylenko.gradle-git-properties:gradle-git-properties:2.4.2") - implementation("com.graphql-java-generator:graphql-gradle-plugin3:2.7") + implementation("com.graphql-java-generator:graphql-gradle-plugin3:2.8") implementation("gradle.plugin.io.snyk.gradle.plugin:snyk:0.6.1") implementation("gradle.plugin.org.flywaydb:gradle-plugin-publishing:$flywayVersion") implementation("io.freefair.gradle:lombok-plugin:8.10")