aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorramya <ramya.ravichandran5@wipro.com>2019-03-05 09:13:46 +0530
committerramya <ramya.ravichandran5@wipro.com>2019-03-06 17:17:18 +0530
commit9a8ec8a41e3622f95a2cd180056111496dfc50fb (patch)
tree81466626fb7c345917bf58f8b4fea60a7fd170fd
parent31f28fb8f5a29652932b135d54486eebfda375c5 (diff)
Switch version to 5.0.11 in pom
Change-Id: I22e02e887aacde3c5dc1ec962c5ea2002de9e1f5 Issue-ID: DCAEGEN2-1219 Signed-off-by: Ramya Ravichandran<ramya.ravichandran5@wipro.com>
-rw-r--r--pom.xml25
1 files changed, 11 insertions, 14 deletions
diff --git a/pom.xml b/pom.xml
index 113be9e..1a61635 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3,7 +3,7 @@
============LICENSE_START=======================================================
pcims
================================================================================
- Copyright (C) 2018 Wipro Limited.
+ Copyright (C) 2019 Wipro Limited.
==============================================================================
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
@@ -68,12 +68,12 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
- <version>2.9.6</version>
+ <version>2.9.8</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
- <version>2.9.6</version>
+ <version>2.9.8</version>
</dependency>
<!-- https://mvnrepository.com/artifact/javax.json/javax.json-api -->
<dependency>
@@ -90,7 +90,7 @@
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
- <version>42.2.4</version>
+ <version>42.2.5</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
@@ -100,17 +100,10 @@
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-commons-core</artifactId>
- <version>1.0.0.RELEASE</version>
+ <version>1.4.0.RELEASE</version>
</dependency>
-
-<!-- https://mvnrepository.com/artifact/org.codehaus.jackson/jackson-mapper-asl -->
- <dependency>
- <groupId>org.codehaus.jackson</groupId>
- <artifactId>jackson-mapper-asl</artifactId>
- <version>1.9.13</version>
- </dependency>
<dependency>
<groupId>org.hibernate.javax.persistence</groupId>
<artifactId>hibernate-jpa-2.0-api</artifactId>
@@ -120,7 +113,7 @@
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-beans</artifactId>
- <version>5.0.8.RELEASE</version>
+ <version>5.0.11.RELEASE</version>
</dependency>
<dependency>
@@ -167,7 +160,11 @@
<scope>test</scope>
</dependency>
-
+<dependency>
+ <groupId>org.functionaljava</groupId>
+ <artifactId>functionaljava</artifactId>
+ <version>3.0</version>
+</dependency>
</dependencies>