This is an automated email from the ASF dual-hosted git repository.
davidb pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-feature-cpconverter.git
The following commit(s) were added to refs/heads/master by this push:
new 29b0396 Update to latest feature model dependencies
29b0396 is described below
commit 29b0396528467809ea57a6fd54b8779fbc44bc87
Author: David Bosschaert <[email protected]>
AuthorDate: Fri Nov 27 14:51:08 2020 +0000
Update to latest feature model dependencies
---
pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 6bd6f6c..da2110c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -113,13 +113,13 @@
<dependency>
<groupId>org.apache.sling</groupId>
<artifactId>org.apache.sling.feature</artifactId>
- <version>1.2.12</version>
+ <version>1.2.16</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.sling</groupId>
<artifactId>org.apache.sling.feature.extension.apiregions</artifactId>
- <version>1.1.10</version>
+ <version>1.1.14</version>
<scope>provided</scope>
</dependency>
<dependency>