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 c5c58b5f9a2a951990e93fd156086d60912b1ef5 Author: Pierre Villard <[email protected]> AuthorDate: Fri Apr 7 15:42:19 2023 +0300 NIFI-11395 Upgraded Testcontainers from 1.17.6 to 1.18.0 This closes #7127 Signed-off-by: David Handermann <[email protected]> (cherry picked from commit d8dde6af8cd411771de8ca8f16940ca37b0afea1) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 70eb749006..8b4c5d1e73 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.6</testcontainers.version> + <testcontainers.version>1.18.0</testcontainers.version> <org.slf4j.version>2.0.7</org.slf4j.version> <ranger.version>2.4.0</ranger.version> <jetty.version>9.4.51.v20230217</jetty.version>
