This is an automated email from the ASF dual-hosted git repository. krisden pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/knox.git
commit 9ab8e4466e197bc020c74e2af257ac9153631acd Author: Sandor Molnar <[email protected]> AuthorDate: Tue Sep 3 17:56:53 2019 +0200 KNOX-1982 - Upgrade testcontainers to 1.12.0 Signed-off-by: Kevin Risden <[email protected]> --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index de0f34f..f70e50a 100644 --- a/pom.xml +++ b/pom.xml @@ -233,7 +233,7 @@ <spring-core.version>5.1.8.RELEASE</spring-core.version> <spring-vault.version>2.1.3.RELEASE</spring-vault.version> <taglibs-standard.version>1.2.5</taglibs-standard.version> - <testcontainers.version>1.11.4</testcontainers.version> + <testcontainers.version>1.12.0</testcontainers.version> <velocity.version>1.7</velocity.version> <xmltool.version>3.3</xmltool.version> <xml-matchers.version>0.10</xml-matchers.version>
