From 05be630dff5f9a2c82d8246f2b48881b3d31aa1d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 13 May 2024 14:09:35 +0000 Subject: [PATCH] chore(deps): update plugin io.smallrye.graphql to v2.8.4 --- commons/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commons/build.gradle b/commons/build.gradle index 7d56c02cd..4addb13bf 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.8.4" } \ No newline at end of file