From 0cbf87f31556c97045990c466d600ce78a012f1d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 6 Aug 2024 11:05:40 +0000 Subject: [PATCH] chore(deps): update plugin io.smallrye.graphql to v2.9.1 --- commons/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commons/build.gradle b/commons/build.gradle index 7d56c02cd..8dbd76460 100644 --- a/commons/build.gradle +++ b/commons/build.gradle @@ -1,5 +1,5 @@ plugins { id "xyz.keksdose.spoon.code_solver.java-library-conventions" id "java" - id "io.smallrye.graphql" version "2.8.3" + id "io.smallrye.graphql" version "2.9.1" } \ No newline at end of file