Skip to content

Commit 95b434e

Browse files
committed
Merge pull request #9564 from pjungermann/issue_9450_3.0.x
adjust aspectj version to fit to the used spring version (issue 9450)
2 parents df16bfa + de0b780 commit 95b434e

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

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

0 commit comments

Comments
 (0)