Skip to content

Commit

Permalink
fix(deps): update dependency com.graphql-java:graphql-java to v18.3
Browse files Browse the repository at this point in the history
Signed-off-by: Renovate Bot <[email protected]>
  • Loading branch information
renovate[bot] authored Sep 21, 2022
1 parent 0aaa489 commit 4d3ab39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand Down

0 comments on commit 4d3ab39

Please sign in to comment.