Fix for Penetration test _ Session and cookie management
[vid.git] / vid-ext-services-simulator / pom.xml
index 572d513..73da5f0 100644 (file)
@@ -12,7 +12,7 @@
 
     <properties>
         <encoding>UTF-8</encoding>
-        <springframework.version>5.1.9.RELEASE</springframework.version>
+        <springframework.version>5.2.3.RELEASE</springframework.version>
         <hibernate.version>5.3.4.Final</hibernate.version>
         <jaxb.version>2.3.2</jaxb.version>
         <jackson.version>2.10.2</jackson.version>
             <artifactId>hibernate-core</artifactId>
             <version>${hibernate.version}</version>
         </dependency>
+        <dependency>
+            <groupId>org.hibernate</groupId>
+            <artifactId>hibernate-c3p0</artifactId>
+            <version>${hibernate.version}</version>
+        </dependency>
 
         <dependency>
             <groupId>org.mariadb.jdbc</groupId>
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-compiler-plugin</artifactId>
-                <version>3.1</version>
+                <version>3.8.1</version>
                 <configuration>
                     <source>1.8</source>
                     <target>1.8</target>