Skip to content

Commit

Permalink
chore(bump): graphql version
Browse files Browse the repository at this point in the history
  • Loading branch information
david-leifker committed Aug 22, 2024
1 parent 4c11b02 commit 2332c9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ project.ext.externalDependency = [
'elasticSearchRest': 'org.opensearch.client:opensearch-rest-high-level-client:' + elasticsearchVersion,
'elasticSearchJava': 'org.opensearch.client:opensearch-java:2.6.0',
'findbugsAnnotations': 'com.google.code.findbugs:annotations:3.0.1',
'graphqlJava': 'com.graphql-java:graphql-java:21.3',
'graphqlJava': 'com.graphql-java:graphql-java:21.5',
'graphqlJavaScalars': 'com.graphql-java:graphql-java-extended-scalars:21.0',
'gson': 'com.google.code.gson:gson:2.8.9',
'guice': 'com.google.inject:guice:7.0.0',
Expand Down

0 comments on commit 2332c9f

Please sign in to comment.