[ONOS-5846] Bump up jersey to 2.25 with corresponding deps updated

Change-Id: Id27332a221c1ae1df1bd0e42ba32aa258eef857f
diff --git a/apps/virtualbng/features.xml b/apps/virtualbng/features.xml
index ebbf94f..6b22a2b 100644
--- a/apps/virtualbng/features.xml
+++ b/apps/virtualbng/features.xml
@@ -17,7 +17,7 @@
 <features xmlns="http://karaf.apache.org/xmlns/features/v1.2.0" name="${project.artifactId}-${project.version}">
     <feature name="${project.artifactId}" version="${project.version}"
              description="${project.description}">
-        <bundle>mvn:org.glassfish.jersey.core/jersey-client/2.22.2</bundle>
+        <bundle>mvn:org.glassfish.jersey.core/jersey-client/2.25</bundle>
         <bundle>mvn:${project.groupId}/onos-app-virtualbng/${project.version}</bundle>
         <feature>onos-thirdparty-web</feature>
     </feature>