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

Change-Id: Id27332a221c1ae1df1bd0e42ba32aa258eef857f
diff --git a/tools/package/archetypes/rest/src/main/resources/archetype-resources/pom.xml b/tools/package/archetypes/rest/src/main/resources/archetype-resources/pom.xml
index 3fb8d4e..76081bd 100644
--- a/tools/package/archetypes/rest/src/main/resources/archetype-resources/pom.xml
+++ b/tools/package/archetypes/rest/src/main/resources/archetype-resources/pom.xml
@@ -101,7 +101,7 @@
         <dependency>
             <groupId>org.glassfish.jersey.containers</groupId>
             <artifactId>jersey-container-servlet</artifactId>
-            <version>2.22.2</version>
+            <version>2.25</version>
             <scope>provided</scope>
         </dependency>