This is an automated email from the ASF dual-hosted git repository. liyang pushed a commit to branch kylin5 in repository https://gitbox.apache.org/repos/asf/kylin.git
commit 8ab87c93b9d6e2208bffa71845270841313faf1e Author: liang.huang <83992752+lhuang09287...@users.noreply.github.com> AuthorDate: Thu Jul 27 16:53:19 2023 +0800 KYLIN-5775 upgrade testcontainers to 1.16.2 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 8f969b9a14..645b569fcc 100644 --- a/pom.xml +++ b/pom.xml @@ -232,7 +232,7 @@ <!-- container --> <jetty.toolchain.test-helper.version>3.1.1</jetty.toolchain.test-helper.version> - <test.container.version>1.15.3</test.container.version> + <test.container.version>1.16.2</test.container.version> <groovy-all.version>2.4.21</groovy-all.version> <slf4j-ext.version>1.7.26</slf4j-ext.version>