You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by GitBox <gi...@apache.org> on 2020/04/17 19:43:03 UTC

[GitHub] [nifi-registry] kevdoran commented on a change in pull request #277: NIFIREG-387 - Upgraded spring boot and some additional depedencies re…

kevdoran commented on a change in pull request #277: NIFIREG-387 - Upgraded spring boot and some additional depedencies re…
URL: https://github.com/apache/nifi-registry/pull/277#discussion_r410433503
 
 

 ##########
 File path: pom.xml
 ##########
 @@ -94,10 +94,11 @@
         <org.slf4j.version>1.7.12</org.slf4j.version>
         <jetty.version>9.4.19.v20190610</jetty.version>
         <jax.rs.api.version>2.1</jax.rs.api.version>
-        <jersey.version>2.27</jersey.version>
+        <jersey.server.version>2.29.1</jersey.server.version>
+        <jersey.client.version>2.27</jersey.client.version>
         <jackson.version>2.9.9</jackson.version>
         <jackson.databind.version>2.9.10.3</jackson.databind.version>
-        <spring.boot.version>2.1.12.RELEASE</spring.boot.version>
+        <spring.boot.version>2.2.6.RELEASE</spring.boot.version>
         <spring.security.version>5.1.8.RELEASE</spring.security.version>
 
 Review comment:
   seems like spring security can be bumped to along with the new version of spring-framework, right?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services