Skip to content

Commit c8dd80a

Browse files
committed
fix issue 9450 - use same version of aspectj as org.springframework:spring-aspects uses
1 parent 25780a5 commit c8dd80a

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

build.gradle

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
import org.apache.tools.ant.filters.ReplaceTokens
2-
31
buildscript {
42
repositories {
53
maven { url "https://repo.grails.org/grails/core" }
@@ -22,7 +20,7 @@ ext {
2220

2321
antTraxVersion = "1.7.1"
2422
antVersion = "1.9.4"
25-
aspectjVersion = "1.8.5" // use same version as org.springframework:spring-aspects uses
23+
aspectjVersion = "1.8.7" // use same version as org.springframework:spring-aspects uses
2624
commonsCliVersion = "1.2"
2725
commonsCollectionsVersion = "3.2.1"
2826
commonsIOVersion = "2.2"
@@ -40,7 +38,7 @@ ext {
4038
spockVersion = '1.0-groovy-2.4'
4139
springLoadedVersion = "1.2.4.RELEASE"
4240
springLoadedCommonOptions = "-Xverify:none -Dspringloaded.synchronize=true -Djdk.reflect.allowGetCallerClass=true"
43-
springVersion = "4.1.8.RELEASE"
41+
springVersion = "4.1.8.RELEASE" // ensure to sync "aspectjVersion" (see commend above)
4442
ehcacheVersion = "2.4.6"
4543
junitVersion = "4.12"
4644
concurrentlinkedhashmapVersion = "1.4"

0 commit comments

Comments
 (0)