Update to latest jetty
[aai/router-core.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 9152057..7dd19dc 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -30,7 +30,7 @@ limitations under the License.
    <groupId>org.onap.aai.router-core</groupId>
    <artifactId>router-core</artifactId>
    <packaging>bundle</packaging>
-   <version>1.3.0-SNAPSHOT</version>
+   <version>1.3.2-SNAPSHOT</version>
    <name>aai-router-core</name>
    <properties>
       <checkstyle.config.location>google_checks.xml</checkstyle.config.location>
@@ -107,7 +107,7 @@ limitations under the License.
       <dependency>
          <groupId>org.eclipse.jetty</groupId>
          <artifactId>jetty-security</artifactId>
-         <version>9.3.8.RC0</version>
+         <version>9.4.14.v20181114</version>
       </dependency>
       <!-- ECOMP REST Client Library. -->
       <dependency>
@@ -132,12 +132,12 @@ limitations under the License.
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-context</artifactId>
-      <version>4.3.0.RELEASE</version>
+      <version>4.3.18.RELEASE</version>
     </dependency>
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-test</artifactId>
-      <version>4.3.0.RELEASE</version>
+      <version>4.3.18.RELEASE</version>
       <scope>test</scope>
     </dependency>
    </dependencies>