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 2022/09/07 20:57:33 UTC

[sling-org-apache-sling-commons-crypto] 04/06: 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 2787f225994dfa9358146491bd4078460394ceab
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Wed Sep 7 15:06:53 2022 +0200

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

diff --git a/pom.xml b/pom.xml
index 2bb2cb6..75cb499 100644
--- a/pom.xml
+++ b/pom.xml
@@ -226,7 +226,7 @@
     <dependency>
       <groupId>org.bouncycastle</groupId>
       <artifactId>bcprov-jdk15on</artifactId>
-      <version>1.69</version>
+      <version>1.70</version>
       <scope>test</scope>
     </dependency>
     <!-- Jasypt -->
@@ -277,7 +277,7 @@
     <dependency>
       <groupId>com.github.stefanbirkner</groupId>
       <artifactId>system-lambda</artifactId>
-      <version>1.2.0</version>
+      <version>1.2.1</version>
       <scope>test</scope>
     </dependency>
     <dependency>