1
0
mirror of synced 2026-05-22 21:33:16 +00:00

Upgrade to Spring 3.0.1.

This commit is contained in:
Luke Taylor
2010-02-19 00:51:11 +00:00
parent 10dc72b017
commit 97d04b73c1
2 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -20,10 +20,10 @@ allprojects {
configure(javaProjects()) {
apply id: 'java'
springVersion = '3.0.0.RELEASE'
springVersion = '3.0.1.RELEASE'
springLdapVersion = '1.3.0.RELEASE'
ehcacheVersion = '1.6.2'
aspectjVersion = '1.6.5'
aspectjVersion = '1.6.8'
apacheDsVersion = '1.5.5'
jstlVersion = '1.1.2'
jettyVersion = '6.1.22'