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 86bd4fb7e36b97322e6aff999b5a613374597a9e Author: Kevin Risden <[email protected]> AuthorDate: Sun Mar 8 11:28:07 2020 -0400 KNOX-2282 - Upgrade curator to 4.3.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 9d814f3..b36956d 100644 --- a/pom.xml +++ b/pom.xml @@ -180,7 +180,7 @@ <commons-text.version>1.8</commons-text.version> <cors-filter.version>2.9</cors-filter.version> <cryptacular.version>1.2.4</cryptacular.version> - <curator.version>4.2.0</curator.version> + <curator.version>4.3.0</curator.version> <dependency-check-maven.version>5.3.0</dependency-check-maven.version> <derby.db.version>10.14.2.0</derby.db.version> <!-- 10.15.1.3 requires Java 9 --> <dockerfile-maven-plugin.version>1.4.13</dockerfile-maven-plugin.version>
