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 2021/12/09 20:24:49 UTC

[sling-org-apache-sling-commons-messaging-mail] 02/02: update test dependencies

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-messaging-mail.git

commit 6ab6cd0f1b37d04dbd32871b5427259c3e617635
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Thu Dec 9 21:24:33 2021 +0100

    update test dependencies
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 6a5d0ff..7af9139 100644
--- a/pom.xml
+++ b/pom.xml
@@ -225,7 +225,7 @@
     <dependency>
       <groupId>org.apache.felix</groupId>
       <artifactId>org.apache.felix.framework</artifactId>
-      <version>7.0.1</version>
+      <version>7.0.3</version>
       <scope>test</scope>
     </dependency>
     <!-- Apache Sling -->
@@ -264,7 +264,7 @@
     <dependency>
       <groupId>org.thymeleaf</groupId>
       <artifactId>thymeleaf</artifactId>
-      <version>3.0.12.RELEASE</version>
+      <version>3.0.14.RELEASE</version>
       <scope>test</scope>
     </dependency>
     <!-- logging -->
@@ -293,7 +293,7 @@
     <dependency>
       <groupId>org.mockito</groupId>
       <artifactId>mockito-core</artifactId>
-      <version>4.0.0</version>
+      <version>4.1.0</version>
       <scope>test</scope>
     </dependency>
     <dependency>