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-scripting-bundle-tracker.git
The following commit(s) were added to refs/heads/master by this push:
new aa77926 SLING-9159 - Switch to the LazyBindings implementation from
org.apache.sling.api
aa77926 is described below
commit aa779264b133923987ffa6c2eff6699cdae945b9
Author: Radu Cotescu <[email protected]>
AuthorDate: Thu Feb 27 12:17:15 2020 +0100
SLING-9159 - Switch to the LazyBindings implementation from
org.apache.sling.api
* updated o.a.s.api dependency to 2.22.0
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 5bf39d4..de4f3b9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -114,7 +114,7 @@
<dependency>
<groupId>org.apache.sling</groupId>
<artifactId>org.apache.sling.api</artifactId>
- <version>2.21.0</version>
+ <version>2.22.0</version>
<scope>provided</scope>
</dependency>
<dependency>