This is an automated email from the ASF dual-hosted git repository. aboda pushed a commit to branch NIFIREG-371-RC1 in repository https://gitbox.apache.org/repos/asf/nifi-registry.git
commit 46bb1aa603c78aaa0e34e8bc75f31ac6358dae8a Author: Nathan Gough <[email protected]> AuthorDate: Fri Feb 14 12:57:15 2020 -0500 NIFIREG-362 - Updated dependencies and ran tests. Smoke tested NiFi and NiFi Reg in secured instances. This closes #260. Signed-off-by: Andy LoPresto <[email protected]> --- nifi-registry-core/nifi-registry-framework/pom.xml | 2 +- pom.xml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/nifi-registry-core/nifi-registry-framework/pom.xml b/nifi-registry-core/nifi-registry-framework/pom.xml index da26284..842a2e8 100644 --- a/nifi-registry-core/nifi-registry-framework/pom.xml +++ b/nifi-registry-core/nifi-registry-framework/pom.xml @@ -295,7 +295,7 @@ <dependency> <groupId>org.eclipse.jgit</groupId> <artifactId>org.eclipse.jgit</artifactId> - <version>4.11.8.201904181247-r</version> + <version>4.11.9.201909030838-r</version> </dependency> <dependency> <groupId>commons-codec</groupId> diff --git a/pom.xml b/pom.xml index 74067bd..d6c5161 100644 --- a/pom.xml +++ b/pom.xml @@ -96,14 +96,14 @@ <jax.rs.api.version>2.1</jax.rs.api.version> <jersey.version>2.27</jersey.version> <jackson.version>2.9.9</jackson.version> - <jackson.databind.version>2.9.9.1</jackson.databind.version> - <spring.boot.version>2.1.6.RELEASE</spring.boot.version> - <spring.security.version>5.1.5.RELEASE</spring.security.version> + <jackson.databind.version>2.9.10.2</jackson.databind.version> + <spring.boot.version>2.1.12.RELEASE</spring.boot.version> + <spring.security.version>5.1.8.RELEASE</spring.security.version> <flyway.version>5.2.4</flyway.version> <flyway.tests.version>5.1.0</flyway.tests.version> <swagger.ui.version>3.12.0</swagger.ui.version> <testcontainers.version>1.11.2</testcontainers.version> - <h2.version>1.4.197</h2.version> + <h2.version>1.4.200</h2.version> <groovy.version>2.5.4</groovy.version> <groovy.eclipse.compiler.version>3.4.0-01</groovy.eclipse.compiler.version> <jaxb.version>2.3.2</jaxb.version>
