#955 - Increment Spring Data JDBC version to 2.0.

This commit is contained in:
Mark Paluch
2020-01-13 15:02:01 +01:00
parent e1fbfde865
commit 68f57e0887

View File

@@ -66,13 +66,13 @@
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-jdbc</artifactId>
<version>1.2.0.BUILD-SNAPSHOT</version>
<version>2.0.0.BUILD-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-relational</artifactId>
<version>1.2.0.BUILD-SNAPSHOT</version>
<version>2.0.0.BUILD-SNAPSHOT</version>
</dependency>
<!-- Spring Data JPA -->