You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by bb...@apache.org on 2018/09/21 16:14:02 UTC

nifi-registry git commit: NIFIREG-200 Update dependencies

Repository: nifi-registry
Updated Branches:
  refs/heads/master 6a9100086 -> 9258ad55e


NIFIREG-200 Update dependencies

- Update Jetty to version 9.4.11.v20180605
- Update Spring Boot to version 2.0.4.RELEASE
- Update Spring Security to version 5.0.7.RELEASE
- Update Jackson to version 2.9.6
- Remove Guava dependency (unused) from nifi-registry-web-api

This closes #142.

Signed-off-by: Bryan Bende <bb...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/nifi-registry/repo
Commit: http://git-wip-us.apache.org/repos/asf/nifi-registry/commit/9258ad55
Tree: http://git-wip-us.apache.org/repos/asf/nifi-registry/tree/9258ad55
Diff: http://git-wip-us.apache.org/repos/asf/nifi-registry/diff/9258ad55

Branch: refs/heads/master
Commit: 9258ad55e856ffd0e9936b953218960b577332b7
Parents: 6a91000
Author: Kevin Doran <kd...@apache.org>
Authored: Thu Sep 20 20:01:49 2018 -0400
Committer: Bryan Bende <bb...@apache.org>
Committed: Fri Sep 21 12:13:19 2018 -0400

----------------------------------------------------------------------
 nifi-registry-web-api/pom.xml | 5 -----
 pom.xml                       | 8 ++++----
 2 files changed, 4 insertions(+), 9 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/nifi-registry/blob/9258ad55/nifi-registry-web-api/pom.xml
----------------------------------------------------------------------
diff --git a/nifi-registry-web-api/pom.xml b/nifi-registry-web-api/pom.xml
index 4f9b11d..e806a18 100644
--- a/nifi-registry-web-api/pom.xml
+++ b/nifi-registry-web-api/pom.xml
@@ -312,11 +312,6 @@
             <artifactId>jjwt</artifactId>
             <version>0.7.0</version>
         </dependency>
-        <dependency>
-            <groupId>com.google.guava</groupId>
-            <artifactId>guava</artifactId>
-            <version>18.0</version>
-        </dependency>
         <!-- Test Dependencies -->
         <dependency>
             <groupId>org.apache.nifi.registry</groupId>

http://git-wip-us.apache.org/repos/asf/nifi-registry/blob/9258ad55/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 29d7c7d..b466025 100644
--- a/pom.xml
+++ b/pom.xml
@@ -107,12 +107,12 @@
         <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
         <inceptionYear>2017</inceptionYear>
         <org.slf4j.version>1.7.12</org.slf4j.version>
-        <jetty.version>9.4.3.v20170317</jetty.version>
+        <jetty.version>9.4.11.v20180605</jetty.version>
         <jax.rs.api.version>2.1</jax.rs.api.version>
         <jersey.version>2.26</jersey.version>
-        <jackson.version>2.9.2</jackson.version>
-        <spring.boot.version>2.0.2.RELEASE</spring.boot.version>
-        <spring.security.version>5.0.5.RELEASE</spring.security.version>
+        <jackson.version>2.9.6</jackson.version>
+        <spring.boot.version>2.0.4.RELEASE</spring.boot.version>
+        <spring.security.version>5.0.7.RELEASE</spring.security.version>
         <flyway.version>4.2.0</flyway.version>
         <swagger.ui.version>3.12.0</swagger.ui.version>
     </properties>