Update to Spring Data 1.12.11.RELEASE

Fixes gh-512
This commit is contained in:
Joe Grandja
2019-03-14 14:42:55 -04:00
parent c6688a2704
commit 6b8c5d2bc6
4 changed files with 4 additions and 4 deletions

View File

@@ -87,7 +87,7 @@
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-commons</artifactId>
<version>1.12.6.RELEASE</version>
<version>1.12.11.RELEASE</version>
<scope>compile</scope>
</dependency>
<dependency>