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 2022/02/04 10:12:18 UTC

[jackrabbit-oak] branch trunk updated: OAK-9685: bump testcontainers to v1.16.3 (#482)

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 54f2581  OAK-9685: bump testcontainers to v1.16.3 (#482)
54f2581 is described below

commit 54f25817e2c72f694932ea55d166e6e7e9cd9dca
Author: Fabrizio Fortino <fa...@gmail.com>
AuthorDate: Fri Feb 4 11:11:31 2022 +0100

    OAK-9685: bump testcontainers to v1.16.3 (#482)
---
 oak-parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/oak-parent/pom.xml b/oak-parent/pom.xml
index 011b273..8f18470 100644
--- a/oak-parent/pom.xml
+++ b/oak-parent/pom.xml
@@ -67,7 +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.2</testcontainers.version>
+    <testcontainers.version>1.16.3</testcontainers.version>
     <pax-exam.version>4.13.4</pax-exam.version>
     <java.version>1.8</java.version>
     <java.version.signature>java18</java.version.signature>