From a6366fac2e4dc8f207dac0b2f9ec1c76f530967b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Mar 2024 06:08:10 +0000 Subject: [PATCH] Bump com.graphql-java:graphql-java from 21.1 to 21.5 Bumps [com.graphql-java:graphql-java](https://github.com/graphql-java/graphql-java) from 21.1 to 21.5. - [Release notes](https://github.com/graphql-java/graphql-java/releases) - [Commits](https://github.com/graphql-java/graphql-java/compare/v21.1...v21.5) --- updated-dependencies: - dependency-name: com.graphql-java:graphql-java dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 0bc1f1b..237e266 100644 --- a/build.gradle +++ b/build.gradle @@ -18,7 +18,7 @@ dependencies { implementation("net.dv8tion:JDA:$jdaVersion") implementation('org.json:json:20231013') implementation('org.jsoup:jsoup:1.16.1') - implementation 'com.graphql-java:graphql-java:21.1' + implementation 'com.graphql-java:graphql-java:21.5' implementation 'org.slf4j:slf4j-simple:2.0.9'