You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ol...@apache.org on 2019/06/02 08:22:13 UTC

[sling-org-apache-sling-scripting-thymeleaf] 04/05: SLING-8466 Update Testing PaxExam to 3.0.0

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-scripting-thymeleaf.git

commit bdbc1ac63b20d345a5a12c63dec0599e40bda30b
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Sat Jun 1 20:41:18 2019 +0200

    SLING-8466 Update Testing PaxExam to 3.0.0
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 46a35d3..ac77616 100644
--- a/pom.xml
+++ b/pom.xml
@@ -197,7 +197,7 @@
     <dependency>
       <groupId>org.apache.sling</groupId>
       <artifactId>org.apache.sling.testing.paxexam</artifactId>
-      <version>2.0.0</version>
+      <version>3.0.0</version>
       <scope>test</scope>
     </dependency>
     <!-- Thymeleaf -->