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 69d9f0ca5b55e884fa51577395ad75232e50f591
Author: Oliver Lietz <o...@apache.org>
AuthorDate: Thu Apr 29 17:31:48 2021 +0200

    SLING-10343 Update Testcontainers to fix build
    
    quay.io/testcontainers/ryuk:0.2.3 container image is no longer available
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index c249232..d15d2ca 100644
--- a/pom.xml
+++ b/pom.xml
@@ -348,7 +348,7 @@
     <dependency>
       <groupId>org.testcontainers</groupId>
       <artifactId>testcontainers</artifactId>
-      <version>1.13.0</version>
+      <version>1.15.3</version>
       <scope>test</scope>
     </dependency>
     <dependency>

Reply via email to