GitHub user kevdoran opened a pull request:
https://github.com/apache/nifi-registry/pull/142
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
- Fix guava to version 18.0 (mutliple versions were being pulled in
previously)
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/kevdoran/nifi-registry
NIFIREG-200-dep-version-bump
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/nifi-registry/pull/142.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #142
----
commit 66a9e07c8d2166e379eebc358b03bcf960700eee
Author: Kevin Doran <kdoran@...>
Date: 2018-09-21T00:01:49Z
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
- Fix guava to version 18.0 (mutliple versions were being pulled in
previously)
----
---