From 4b28f1bddb113c3c7d2789c3e13aa8af3878e8e7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 May 2024 01:35:25 +0000 Subject: [PATCH] build(deps): bump com.graphql-java:graphql-java-extended-scalars Bumps [com.graphql-java:graphql-java-extended-scalars](https://github.com/graphql-java/graphql-java-extended-scalars) from 2023-01-24T02-11-56-babda5f to 0.0.0-2024-05-14T22-16-09-d0bc477. - [Release notes](https://github.com/graphql-java/graphql-java-extended-scalars/releases) - [Commits](https://github.com/graphql-java/graphql-java-extended-scalars/commits) --- updated-dependencies: - dependency-name: com.graphql-java:graphql-java-extended-scalars dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index afa60c83..9b6b5005 100644 --- a/build.gradle +++ b/build.gradle @@ -41,7 +41,7 @@ dependencies { implementation 'org.springframework.boot:spring-boot-starter-data-redis' implementation 'org.springframework.boot:spring-boot-starter-graphql' implementation 'org.springframework.boot:spring-boot-starter-quartz' - implementation 'com.graphql-java:graphql-java-extended-scalars:2023-01-24T02-11-56-babda5f' + implementation 'com.graphql-java:graphql-java-extended-scalars:0.0.0-2024-05-14T22-16-09-d0bc477' implementation 'org.mybatis.spring.boot:mybatis-spring-boot-starter:3.0.3' implementation 'org.postgresql:postgresql:42.7.3'