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-commons-crypto.git
commit 40e77eb0e122c890e758f5a889ea56c04c846359 Author: Oliver Lietz <[email protected]> AuthorDate: Wed Jul 12 23:00:34 2023 +0200 SLING-11475 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 d0618d8..dcf2beb 100644 --- a/pom.xml +++ b/pom.xml @@ -247,7 +247,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> <dependency>
