From 31649d1f07e8aabfbf11657ad252d1ce0997b178 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Jul 2024 06:37:19 +0000 Subject: [PATCH] Bump com.graphql-java:graphql-java from 21.1 to 22.1 Bumps [com.graphql-java:graphql-java](https://github.com/graphql-java/graphql-java) from 21.1 to 22.1. - [Release notes](https://github.com/graphql-java/graphql-java/releases) - [Commits](https://github.com/graphql-java/graphql-java/compare/v21.1...v22.1) --- updated-dependencies: - dependency-name: com.graphql-java:graphql-java dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index ade9fed..7e39073 100644 --- a/build.gradle +++ b/build.gradle @@ -18,7 +18,7 @@ dependencies { implementation("net.dv8tion:JDA:$jdaVersion") implementation('org.json:json:20240303') implementation('org.jsoup:jsoup:1.16.1') - implementation 'com.graphql-java:graphql-java:21.1' + implementation 'com.graphql-java:graphql-java:22.1' implementation 'org.slf4j:slf4j-simple:2.0.9'