aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorReshmasree <reshmasree.chamarthi2@wipro.com>2019-04-29 15:43:04 +0530
committerReshmasree <reshmasree.chamarthi2@wipro.com>2019-04-29 15:43:04 +0530
commitddae038a611fb6f2bc5cb42be3069a5dacbbfd6e (patch)
tree2c56236c10d6a198ba6032f4684318ac538813eb
parent282711996763df7e081f3e41f42f8d475f14625c (diff)
Change spring data jpa version in pom
Change-Id: Ib25648229e98c6c267892127ddade718c9fda3ff Issue-ID: DCAEGEN2-1456 Signed-off-by: Reshmasree <reshmasree.chamarthi2@wipro.com>
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index e12462e..40d550e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -114,7 +114,7 @@
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-data-jpa</artifactId>
- <version>2.0.4.RELEASE</version>
+ <version>2.0.9.RELEASE</version>
</dependency>
<dependency>
<groupId>org.springframework.data</groupId>