This is an automated email from the ASF dual-hosted git repository. tmaret pushed a commit to branch SLING-10585 in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-distribution-journal.git
commit 47a682f9a3e10692fe6e86cd15d2b8ac11bbc743 Author: tmaret <[email protected]> AuthorDate: Tue May 3 20:43:27 2022 +0200 SLING-10585 - Use latest dependencies to support invalidation requests --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index c68a665..4a17646 100644 --- a/pom.xml +++ b/pom.xml @@ -104,7 +104,7 @@ <dependency> <groupId>org.apache.sling</groupId> <artifactId>org.apache.sling.distribution.api</artifactId> - <version>0.6.1-SNAPSHOT</version> + <version>0.7.0</version> </dependency> <dependency> <groupId>org.apache.sling</groupId> @@ -146,7 +146,7 @@ <dependency> <groupId>org.apache.sling</groupId> <artifactId>org.apache.sling.distribution.journal.messages</artifactId> - <version>0.4.1-SNAPSHOT</version> + <version>0.5.0</version> </dependency> <dependency> <groupId>org.apache.sling</groupId>
