Today I have upgraded my entire Spring web application from using Spring 3.1.1 to Spring 3.2.
3.1.1
3.2
Most part of my existing app does not break
VelocityEngineUtils is deprecated in spring > 3.2
Below dependency will work perfectly
com.alibaba.spring spring-webmvc-velocity 1.4.3.18.RELEASE
It's recommended to deprecate Velocity altogether and replace with thymeleaf