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/01/10 19:16:41 UTC

[sling-org-apache-sling-karaf-integration-tests] branch master updated: SLING-3017 Improve Karaf integration tests

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-karaf-integration-tests.git


The following commit(s) were added to refs/heads/master by this push:
     new 83cbc75  SLING-3017 Improve Karaf integration tests
83cbc75 is described below

commit 83cbc7528f8b9aa2a003621eca4ed1175699c019
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Sun Jan 10 20:15:53 2021 +0100

    SLING-3017 Improve Karaf integration tests
    
    update testcontainers
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 0c65e79..fdc4d17 100644
--- a/pom.xml
+++ b/pom.xml
@@ -196,7 +196,7 @@
     <dependency>
       <groupId>org.testcontainers</groupId>
       <artifactId>testcontainers</artifactId>
-      <version>1.14.0</version>
+      <version>1.15.1</version>
       <scope>test</scope>
     </dependency>
     <dependency>