This is an automated email from the ASF dual-hosted git repository.
sseifert pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-models-integration-tests.git
The following commit(s) were added to refs/heads/master by this push:
new bda201a update to latest snapshots
bda201a is described below
commit bda201abdcec07651fef1df6084738ed26c711e8
Author: Stefan Seifert <[email protected]>
AuthorDate: Wed Apr 27 11:08:29 2022 +0200
update to latest snapshots
---
pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 8c06a65..0b4260e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -252,13 +252,13 @@
<dependency>
<groupId>org.apache.sling</groupId>
<artifactId>org.apache.sling.models.api</artifactId>
- <version>1.4.1-SNAPSHOT</version>
+ <version>1.4.3-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.sling</groupId>
<artifactId>org.apache.sling.models.impl</artifactId>
- <version>1.5.1-SNAPSHOT</version>
+ <version>1.5.3-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>