This is an automated email from the ASF dual-hosted git repository.
radu pushed a commit to branch issue/SLING-8737
in repository
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-scripting-sightly-js-provider.git
The following commit(s) were added to refs/heads/issue/SLING-8737 by this push:
new 10c28b9 SLING-8737 - Add support for lazily-evaluated bindings
10c28b9 is described below
commit 10c28b967b177a48a0473af927869ace09be4acc
Author: Radu Cotescu <[email protected]>
AuthorDate: Mon Nov 11 15:52:22 2019 +0100
SLING-8737 - Add support for lazily-evaluated bindings
* corrected dependency
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 03c5aad..e3a0948 100644
--- a/pom.xml
+++ b/pom.xml
@@ -96,7 +96,7 @@
<dependency>
<groupId>org.apache.sling</groupId>
<artifactId>org.apache.sling.api</artifactId>
- <version>2.20.1-SNAPSHOT</version>
+ <version>2.21.0-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>