Github user pvillard31 commented on a diff in the pull request:
https://github.com/apache/nifi-registry/pull/117#discussion_r188357732
--- Diff: pom.xml ---
@@ -110,8 +110,8 @@
<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.0.M7</spring.boot.version>
- <spring.security.version>5.0.0.RELEASE</spring.security.version>
+ <spring.boot.version>2.0.2.RELEASE</spring.boot.version>
--- End diff --
It seems we are also specifying the versions in the notice files. Should be
updated as well.
---