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/06/22 17:34:26 UTC

[sling-org-apache-sling-jcr-presence] branch master updated: 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-jcr-presence.git


The following commit(s) were added to refs/heads/master by this push:
     new 7da22a7  update test dependencies
7da22a7 is described below

commit 7da22a7fd8d84412fdb650db0c01298e4611b4a5
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Tue Jun 22 19:34:08 2021 +0200

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

diff --git a/pom.xml b/pom.xml
index ae66bf7..1c63461 100644
--- a/pom.xml
+++ b/pom.xml
@@ -175,7 +175,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>
@@ -205,13 +205,13 @@
     <dependency>
       <groupId>org.awaitility</groupId>
       <artifactId>awaitility</artifactId>
-      <version>4.0.2</version>
+      <version>4.1.0</version>
       <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>com.google.truth</groupId>
       <artifactId>truth</artifactId>
-      <version>1.0.1</version>
+      <version>1.1.3</version>
       <scope>test</scope>
     </dependency>
     <dependency> <!-- truth dep -->
@@ -253,7 +253,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>