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

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

commit a36adfd6cf03985a6a3651ca91d2d1ef42229648
Author: mr1716 <msr1...@rit.edu>
AuthorDate: Wed Nov 29 11:04:03 2023 -0500

    NIFI-12431 Upgraded testcontainers from 1.19.1 to 1.19.3
    
    This closes #8081
    
    Signed-off-by: David Handermann <exceptionfact...@apache.org>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index e397c7587e..1b686385f9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -125,7 +125,7 @@
         
<org.apache.httpcomponents.httpclient.version>4.5.14</org.apache.httpcomponents.httpclient.version>
         
<org.apache.httpcomponents.httpcore.version>4.4.16</org.apache.httpcomponents.httpcore.version>
         <org.bouncycastle.version>1.77</org.bouncycastle.version>
-        <testcontainers.version>1.19.1</testcontainers.version>
+        <testcontainers.version>1.19.3</testcontainers.version>
         <org.slf4j.version>2.0.9</org.slf4j.version>
         <derby.version>10.17.1.0</derby.version>
         <ranger.version>2.4.0</ranger.version>

Reply via email to