You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-commits@jackrabbit.apache.org by fo...@apache.org on 2021/09/30 18:58:05 UTC

[jackrabbit-oak] branch trunk updated: OAK-9588: bump and align testcontainers dependency to v1.16.0 (#379)

This is an automated email from the ASF dual-hosted git repository.

fortino pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/jackrabbit-oak.git


The following commit(s) were added to refs/heads/trunk by this push:
     new aca2aae  OAK-9588: bump and align testcontainers dependency to v1.16.0 (#379)
aca2aae is described below

commit aca2aaeee7334281500f2b065b8226013f9a97df
Author: Fabrizio Fortino <fa...@gmail.com>
AuthorDate: Thu Sep 30 20:58:00 2021 +0200

    OAK-9588: bump and align testcontainers dependency to v1.16.0 (#379)
---
 oak-parent/pom.xml         | 1 +
 oak-search-elastic/pom.xml | 2 +-
 oak-store-document/pom.xml | 6 +++---
 3 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/oak-parent/pom.xml b/oak-parent/pom.xml
index 50c26f1..8b132a0 100644
--- a/oak-parent/pom.xml
+++ b/oak-parent/pom.xml
@@ -67,6 +67,7 @@
     <!-- jackson-databind versions prior to 2.10.5.1 are affected by security vulnerability CVE-2020-25649.
          When upgrading jackson, try to align them to the same version -->
     <jackson.databind.version>2.10.5.1</jackson.databind.version>
+    <testcontainers.version>1.16.0</testcontainers.version>
     <java.version>1.8</java.version>
     <java.version.signature>java18</java.version.signature>
     
diff --git a/oak-search-elastic/pom.xml b/oak-search-elastic/pom.xml
index 84ddc42..232e184 100644
--- a/oak-search-elastic/pom.xml
+++ b/oak-search-elastic/pom.xml
@@ -260,7 +260,7 @@
     <dependency>
       <groupId>org.testcontainers</groupId>
       <artifactId>elasticsearch</artifactId>
-      <version>1.15.1</version>
+      <version>${testcontainers.version}</version>
       <scope>test</scope>
     </dependency>
     <dependency>
diff --git a/oak-store-document/pom.xml b/oak-store-document/pom.xml
index 0868820..28439e7 100644
--- a/oak-store-document/pom.xml
+++ b/oak-store-document/pom.xml
@@ -336,19 +336,19 @@
     <dependency>
       <groupId>org.testcontainers</groupId>
       <artifactId>testcontainers</artifactId>
-      <version>1.15.2</version>
+      <version>${testcontainers.version}</version>
       <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.testcontainers</groupId>
       <artifactId>toxiproxy</artifactId>
-      <version>1.15.2</version>
+      <version>${testcontainers.version}</version>
       <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.testcontainers</groupId>
       <artifactId>mongodb</artifactId>
-      <version>1.15.2</version>
+      <version>${testcontainers.version}</version>
       <scope>test</scope>
     </dependency>
   </dependencies>