From 0022008f47e39148c55c4235d15a47caa9b4f0b9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 23 Sep 2022 14:16:17 -0700 Subject: [PATCH] fix(deps): update dependency com.graphql-java:graphql-java to v18.3 (#2108) Signed-off-by: Renovate Bot Signed-off-by: Renovate Bot Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Willy Lulciuc --- api/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/build.gradle b/api/build.gradle index 5615b0aa1a..0b0654fb32 100644 --- a/api/build.gradle +++ b/api/build.gradle @@ -48,7 +48,7 @@ dependencies { implementation "io.sentry:sentry:${sentryVersion}" implementation 'org.flywaydb:flyway-core:8.5.13' implementation "org.postgresql:postgresql:${postgresqlVersion}" - implementation 'com.graphql-java:graphql-java:18.1' + implementation 'com.graphql-java:graphql-java:18.3' implementation 'com.graphql-java-kickstart:graphql-java-servlet:12.0.0' testImplementation "io.dropwizard:dropwizard-testing:${dropwizardVersion}"