This is an automated email from the ASF dual-hosted git repository. thenatog pushed a commit to branch NIFIREG-286 in repository https://gitbox.apache.org/repos/asf/nifi-registry.git
commit 14b2fc96e526e9243a3ee264b68bb962b6143217 Author: thenatog <[email protected]> AuthorDate: Wed Jul 24 12:25:40 2019 -0400 NIFIREG-286 - Upgraded h2 database deps --- nifi-registry-core/nifi-registry-framework/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nifi-registry-core/nifi-registry-framework/pom.xml b/nifi-registry-core/nifi-registry-framework/pom.xml index 3ab8101..6895bf1 100644 --- a/nifi-registry-core/nifi-registry-framework/pom.xml +++ b/nifi-registry-core/nifi-registry-framework/pom.xml @@ -294,7 +294,7 @@ <dependency> <groupId>com.h2database</groupId> <artifactId>h2</artifactId> - <version>1.4.196</version> + <version>1.4.199</version> </dependency> <dependency> <groupId>org.eclipse.jgit</groupId>
