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 e02ff7319b4518f005b1b8351d03adb6efc7a2f6 Author: Kevin Risden <[email protected]> AuthorDate: Sun Mar 8 11:26:41 2020 -0400 KNOX-2270 - Upgrade testcontainers to 1.13.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 27c632f..9eac930 100644 --- a/pom.xml +++ b/pom.xml @@ -253,7 +253,7 @@ <spring-vault.version>2.2.2.RELEASE</spring-vault.version> <stax2-api.version>4.2</stax2-api.version> <taglibs-standard.version>1.2.5</taglibs-standard.version> - <testcontainers.version>1.12.5</testcontainers.version> + <testcontainers.version>1.13.0</testcontainers.version> <txw2.version>2.4.0-b180830.0438</txw2.version> <velocity.version>1.7</velocity.version> <woodstox-core.version>6.0.3</woodstox-core.version>
