Browse Source

Update to Spring Session 1.3.3

Fixes: gh-5977
pull/6576/head
Rob Winch 7 years ago
parent
commit
201690ceba
  1. 2
      gradle/javaprojects.gradle

2
gradle/javaprojects.gradle

@ -35,7 +35,7 @@ ext.spockVersion = '0.7-groovy-2.0' @@ -35,7 +35,7 @@ ext.spockVersion = '0.7-groovy-2.0'
ext.springDataCommonsVersion = '1.13.16.RELEASE'
ext.springDataJpaVersion = '1.11.16.RELEASE'
ext.springDataRedisVersion = '1.8.16.RELEASE'
ext.springSessionVersion = '1.3.2.RELEASE'
ext.springSessionVersion = '1.3.3.RELEASE'
ext.springBootVersion = '1.5.16.RELEASE'
ext.thymeleafVersion = '3.0.9.RELEASE'
ext.jsonassertVersion = '1.4.0'

Loading…
Cancel
Save