This is an automated email from the ASF dual-hosted git repository. olli pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-clam.git
commit f59cfa26fe2d01dc0b9de5d8af0ae4f2683d629c Author: Oliver Lietz <[email protected]> AuthorDate: Wed Jul 12 21:23:00 2023 +0200 SLING-11478 Update Testing PaxExam to 4.0.0 use Testing PaxExam 4.0.0 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index bf08186..a3155c1 100644 --- a/pom.xml +++ b/pom.xml @@ -342,7 +342,7 @@ <dependency> <groupId>org.apache.sling</groupId> <artifactId>org.apache.sling.testing.paxexam</artifactId> - <version>4.0.0-SNAPSHOT</version> + <version>4.0.0</version> <scope>test</scope> </dependency> <!-- Thymeleaf -->
