Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ ext {
isBuildSnapshot = grailsVersion.endsWith(".BUILD-SNAPSHOT")
antTraxVersion = "1.7.1"
antVersion = "1.8.4"
aspectjVersion = "1.7.1"
aspectjVersion = "1.7.2"
commonsBeanUtilsVersion = "1.8.3"
commonsCliVersion = "1.2"
commonsCollectionsVersion = "3.2.1"
Expand All @@ -42,7 +42,7 @@ ext {

spockVersion = '0.7-groovy-2.0'
springLoadedVersion = "1.1.1"
springVersion = "3.2.0.RELEASE"
springVersion = "3.2.2.RELEASE"
springWebflowVersion= "2.0.8.RELEASE"
hibernateVersion = "3.6.10.Final"
ehcacheVersion = "2.4.6"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public class GrailsCoreDependencies {
public final String grailsVersion;
public final String servletVersion;
protected final String groovyVersion = "2.1.1";
protected final String log4jVersion = "1.2.16";
protected final String log4jVersion = "1.2.17";
protected final String h2Version = "1.3.164";
protected final String ehcacheVersion = "2.4.6";
protected final String jaxbVersion = "2.0";
Expand Down