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/05/19 19:40:57 UTC

[sling-org-apache-sling-commons-crypto] 02/03: 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 76d0cd321e126be074beb66947f5b562bfb97c15
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Wed May 19 21:39:03 2021 +0200

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

diff --git a/pom.xml b/pom.xml
index 27b0a10..401eec0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -186,7 +186,7 @@
     <dependency>
       <groupId>com.google.guava</groupId>
       <artifactId>guava</artifactId>
-      <version>28.1-jre</version>
+      <version>30.1.1-jre</version>
       <scope>test</scope>
     </dependency>
     <dependency>
@@ -224,7 +224,7 @@
     <dependency>
       <groupId>com.google.truth</groupId>
       <artifactId>truth</artifactId>
-      <version>1.0</version>
+      <version>1.1.2</version>
       <scope>test</scope>
     </dependency>
     <dependency> <!-- truth dep -->
@@ -266,7 +266,7 @@
     <dependency>
       <groupId>org.ops4j.pax.url</groupId>
       <artifactId>pax-url-wrap</artifactId>
-      <version>2.6.2</version>
+      <version>2.6.7</version>
       <scope>test</scope>
     </dependency>
   </dependencies>