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/10/18 13:46:19 UTC

[sling-org-apache-sling-clam] 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-clam.git

commit 7156939c32fc9e981d3048b305169ef1919ed1ea
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Tue Oct 18 14:52:55 2022 +0200

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

diff --git a/pom.xml b/pom.xml
index 4f0fa39..abf35ec 100644
--- a/pom.xml
+++ b/pom.xml
@@ -369,7 +369,7 @@
     <dependency>
       <groupId>io.rest-assured</groupId>
       <artifactId>rest-assured</artifactId>
-      <version>5.0.1</version>
+      <version>5.2.0</version>
       <scope>test</scope>
     </dependency>
     <dependency>
@@ -381,7 +381,7 @@
     <dependency>
       <groupId>org.testcontainers</groupId>
       <artifactId>testcontainers</artifactId>
-      <version>1.17.3</version>
+      <version>1.17.5</version>
       <scope>test</scope>
     </dependency>
     <dependency>