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/10/06 11:37:22 UTC

[sling-org-apache-sling-commons-crypto] 01/05: 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-crypto.git

commit d623bd282e7f761942c6501ea7fa1f5ef0ad4f56
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Wed Oct 6 12:46:07 2021 +0200

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

diff --git a/pom.xml b/pom.xml
index 8133c60..f452ff7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -254,7 +254,7 @@
     <dependency>
       <groupId>org.jsoup</groupId>
       <artifactId>jsoup</artifactId>
-      <version>1.13.1</version>
+      <version>1.14.3</version>
       <scope>test</scope>
     </dependency>
     <!-- nullability -->
@@ -278,7 +278,7 @@
     <dependency>
       <groupId>org.mockito</groupId>
       <artifactId>mockito-core</artifactId>
-      <version>3.11.2</version>
+      <version>3.12.4</version>
       <scope>test</scope>
     </dependency>
     <dependency>