Skip to content

Commit de0b780

Browse files
committed
fix issue 9450 - use same version of aspectj as org.springframework:spring-aspects uses
1 parent 02e993e commit de0b780

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" }
@@ -27,7 +25,7 @@ ext {
2725

2826
antTraxVersion = "1.7.1"
2927
antVersion = "1.9.4"
30-
aspectjVersion = "1.8.5" // use same version as org.springframework:spring-aspects uses
28+
aspectjVersion = "1.8.7" // use same version as org.springframework:spring-aspects uses
3129
commonsCliVersion = "1.2"
3230
commonsCollectionsVersion = "3.2.1"
3331
commonsIOVersion = "2.2"
@@ -47,7 +45,7 @@ ext {
4745
springLoadedVersion = "1.2.5.RELEASE"
4846
springBootVersion = "1.2.7.RELEASE"
4947
springLoadedCommonOptions = "-Xverify:none -Dspringloaded.synchronize=true -Djdk.reflect.allowGetCallerClass=true"
50-
springVersion = "4.1.8.RELEASE"
48+
springVersion = "4.1.8.RELEASE" // ensure to sync "aspectjVersion" (see commend above)
5149
ehcacheVersion = "2.4.6"
5250
junitVersion = "4.12"
5351
concurrentlinkedhashmapVersion = "1.4.2"

0 commit comments

Comments
 (0)