This is an automated email from the ASF dual-hosted git repository.
radu pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-graphql-core.git
The following commit(s) were added to refs/heads/master by this push:
new 5a9ab24 SLING-9800 - Extract a service to be able to execute GraphQL
queries directly
5a9ab24 is described below
commit 5a9ab249b6ec59502fb060fc8dcbf26a4f24a0d9
Author: Radu Cotescu <[email protected]>
AuthorDate: Mon Oct 12 16:48:36 2020 +0200
SLING-9800 - Extract a service to be able to execute GraphQL queries
directly
* updated to the latest release of o.a.s.commons.johnzon
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 3e34c01..66e33c9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -160,7 +160,7 @@
<dependency>
<groupId>org.apache.sling</groupId>
<artifactId>org.apache.sling.commons.johnzon</artifactId>
- <version>1.2.7-SNAPSHOT</version>
+ <version>1.2.6</version>
<scope>provided</scope>
</dependency>
<dependency>