Change spring data jpa version in pom 03/86503/1
authorReshmasree <reshmasree.chamarthi2@wipro.com>
Mon, 29 Apr 2019 10:13:04 +0000 (15:43 +0530)
committerReshmasree <reshmasree.chamarthi2@wipro.com>
Mon, 29 Apr 2019 10:13:04 +0000 (15:43 +0530)
Change-Id: Ib25648229e98c6c267892127ddade718c9fda3ff
Issue-ID: DCAEGEN2-1456
Signed-off-by: Reshmasree <reshmasree.chamarthi2@wipro.com>
pom.xml

diff --git a/pom.xml b/pom.xml
index e12462e..40d550e 100644 (file)
--- a/pom.xml
+++ b/pom.xml
                <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>