From 96dcc3464485e674c7d810a7f512caf3849c0567 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Mar 2024 06:54:57 +0000 Subject: [PATCH] Bump com.graphql-java:graphql-java from 21.1 to 21.4 Bumps [com.graphql-java:graphql-java](https://github.com/graphql-java/graphql-java) from 21.1 to 21.4. - [Release notes](https://github.com/graphql-java/graphql-java/releases) - [Commits](https://github.com/graphql-java/graphql-java/compare/v21.1...v21.4) --- 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..3ace644 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.4' implementation 'org.slf4j:slf4j-simple:2.0.9'