This is an automated email from the ASF dual-hosted git repository. wuzhiguo pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/ambari.git
The following commit(s) were added to refs/heads/trunk by this push: new 9d7b91f84a AMBARI-25869: Upgrade TestContainers for fixing functional tests (#3648) 9d7b91f84a is described below commit 9d7b91f84a70329fc6fe59d0604881d771603dbe Author: Kengo Seki <sek...@apache.org> AuthorDate: Mon Feb 27 18:01:07 2023 +0900 AMBARI-25869: Upgrade TestContainers for fixing functional tests (#3648) --- ambari-project/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ambari-project/pom.xml b/ambari-project/pom.xml index 8fc77f144f..875affe773 100644 --- a/ambari-project/pom.xml +++ b/ambari-project/pom.xml @@ -44,7 +44,7 @@ <fasterxml.jackson.version>2.12.7</fasterxml.jackson.version> <fasterxml.jackson.databind.version>2.12.7.1</fasterxml.jackson.databind.version> <postgres.version>42.2.2</postgres.version> - <testContainers.version>1.10.2</testContainers.version> + <testContainers.version>1.17.6</testContainers.version> <forkCount>4</forkCount> <reuseForks>false</reuseForks> <surefire.argLine>-Xmx1024m -Xms512m</surefire.argLine> --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@ambari.apache.org For additional commands, e-mail: commits-h...@ambari.apache.org