Skip to content

Commit a867f92

Browse files
committed
Update to Spring Data JPA 1.11.23.RELEASE
Fixes gh-7944
1 parent a1a61d3 commit a867f92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle/javaprojects.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ ext.servletApiVersion = '3.1.0'
3333
ext.slf4jVersion = '1.7.25'
3434
ext.spockVersion = '0.7-groovy-2.0'
3535
ext.springDataCommonsVersion = '1.13.23.RELEASE'
36-
ext.springDataJpaVersion = '1.11.20.RELEASE'
36+
ext.springDataJpaVersion = '1.11.23.RELEASE'
3737
ext.springDataRedisVersion = '1.8.20.RELEASE'
3838
ext.springSessionVersion = '1.3.4.RELEASE'
3939
ext.springBootVersion = '1.5.16.RELEASE'

0 commit comments

Comments
 (0)