You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by mt...@apache.org on 2023/01/13 00:43:00 UTC

[nifi] branch main updated: NiFI-10922 Update testcontainers version to 1.17.6

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

mthomsen pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/nifi.git


The following commit(s) were added to refs/heads/main by this push:
     new 3a1e4dbe92 NiFI-10922 Update testcontainers version to 1.17.6
3a1e4dbe92 is described below

commit 3a1e4dbe921b6a2ba50f4abdc7eb1e768684b539
Author: mr1716 <ms...@rit.edu>
AuthorDate: Thu Jan 12 09:48:00 2023 -0500

    NiFI-10922 Update testcontainers version to 1.17.6
    
    This closes #6840
    
    Signed-off-by: Mike Thomsen <mt...@apache.org>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 3edf8b6c3d..c07f8a5949 100644
--- a/pom.xml
+++ b/pom.xml
@@ -117,7 +117,7 @@
         <org.apache.httpcomponents.httpclient.version>4.5.13</org.apache.httpcomponents.httpclient.version>
         <org.apache.httpcomponents.httpcore.version>4.4.15</org.apache.httpcomponents.httpcore.version>
         <org.bouncycastle.version>1.71</org.bouncycastle.version>
-        <testcontainers.version>1.17.5</testcontainers.version>
+        <testcontainers.version>1.17.6</testcontainers.version>
         <org.slf4j.version>1.7.36</org.slf4j.version>
         <ranger.version>2.3.0</ranger.version>
         <jetty.version>9.4.50.v20221201</jetty.version>