This is an automated email from the ASF dual-hosted git repository. exceptionfactory pushed a commit to branch support/nifi-1.x in repository https://gitbox.apache.org/repos/asf/nifi.git
commit bda2f0ab38e824bf74fcb992f34097e8e218fe02 Author: mr1716 <[email protected]> AuthorDate: Fri Oct 6 09:35:06 2023 -0400 NIFI-12180 Upgraded Testcontainers from 1.19.0 to 1.19.1 This closes #7845 Signed-off-by: David Handermann <[email protected]> (cherry picked from commit cb3b7907e02c14ec5bcf28174821fb03c9fbea81) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 575068a121..d5a4aa8319 100644 --- a/pom.xml +++ b/pom.xml @@ -120,7 +120,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.76</org.bouncycastle.version> - <testcontainers.version>1.19.0</testcontainers.version> + <testcontainers.version>1.19.1</testcontainers.version> <org.slf4j.version>2.0.9</org.slf4j.version> <ranger.version>2.4.0</ranger.version> <jetty.version>9.4.52.v20230823</jetty.version>
