This is an automated email from the ASF dual-hosted git repository. andysch pushed a commit to branch issue/SLING-10900-201 in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-graphql-core.git
commit 42e5968933e4ae38633595cdb2e3bde5157adc60 Author: Andreas Schaefer <[email protected]> AuthorDate: Mon Mar 27 10:16:28 2023 -0700 Upgraded to the latest release of graphql-java 20.1 --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 9b35aa2..7e65538 100644 --- a/pom.xml +++ b/pom.xml @@ -121,14 +121,14 @@ <dependency> <groupId>com.graphql-java</groupId> <artifactId>graphql-java</artifactId> - <version>20.0</version> + <version>20.1</version> <scope>provided</scope> </dependency> <!-- The version 3.1.0, 3.1.1 are not valid Maven Bundles and so some IT tests fail --> <dependency> <groupId>com.graphql-java</groupId> <artifactId>java-dataloader</artifactId> - <version>3.2.0</version> + <version>3.2.4</version> <scope>provided</scope> </dependency> <dependency>
