From c631369644ff366c362238cb4bc54aab7471de0b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 04:24:50 +0000 Subject: [PATCH] Bump com.graphql-java:graphql-java-extended-scalars in /shio-app Bumps [com.graphql-java:graphql-java-extended-scalars](https://github.com/graphql-java/graphql-java-extended-scalars) from 18.1 to 22.0. - [Release notes](https://github.com/graphql-java/graphql-java-extended-scalars/releases) - [Commits](https://github.com/graphql-java/graphql-java-extended-scalars/compare/v18.1...v22.0) --- updated-dependencies: - dependency-name: com.graphql-java:graphql-java-extended-scalars dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- shio-app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shio-app/build.gradle b/shio-app/build.gradle index 026b1a04..c33cfc08 100644 --- a/shio-app/build.gradle +++ b/shio-app/build.gradle @@ -213,7 +213,7 @@ dependencies { // GraphQL implementation 'com.graphql-java:graphql-java:230521-nf-execution' implementation 'com.graphql-java:graphql-java-spring-webmvc:2021-10-25T04-50-54-fbc162f' - implementation 'com.graphql-java:graphql-java-extended-scalars:18.1' + implementation 'com.graphql-java:graphql-java-extended-scalars:22.0' implementation 'io.projectreactor:reactor-core:3.5.3' implementation "com.graphql-java-kickstart:graphql-webclient-spring-boot-starter:1.0.0"