This is an automated email from the ASF dual-hosted git repository.

alopresto pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nifi-registry.git


The following commit(s) were added to refs/heads/master by this push:
     new 8c1c585  NIFIREG-362 - Updated dependencies and ran tests. Smoke 
tested NiFi and NiFi Reg in secured instances.
8c1c585 is described below

commit 8c1c585e4845f815bc3c586e640b66d8f7997d94
Author: Nathan Gough <thena...@gmail.com>
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 <alopre...@apache.org>
---
 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 67f77c4..e8ef77b 100644
--- a/nifi-registry-core/nifi-registry-framework/pom.xml
+++ b/nifi-registry-core/nifi-registry-framework/pom.xml
@@ -300,7 +300,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 2ac512a..5e6108b 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>

Reply via email to