Skip to content

Commit 03fb343

Browse files
committed
Upgrade to Jackson 2.9.8 and Groovy 2.4.16
Includes upgrade to AspectJ 1.9.2 for spring-aspects compilation.
1 parent 8de86b7 commit 03fb343

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ ext {
3838

3939
aspectjVersion = "1.8.13"
4040
freemarkerVersion = "2.3.28"
41-
groovyVersion = "2.4.15"
41+
groovyVersion = "2.4.16"
4242
hsqldbVersion = "2.4.1"
43-
jackson2Version = "2.9.7"
43+
jackson2Version = "2.9.8"
4444
jettyVersion = "9.4.14.v20181114"
4545
junitJupiterVersion = "5.0.3"
4646
junitPlatformVersion = "1.0.3"

spring-aspects/spring-aspects.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,8 @@ compileTestJava {
8080

8181
dependencies {
8282
aspects(project(":spring-orm"))
83-
ajc("org.aspectj:aspectjtools:1.9.1") // for JDK 9+ build compatibility
84-
rt("org.aspectj:aspectjrt:1.9.1") // for JDK 9+ build compatibility
83+
ajc("org.aspectj:aspectjtools:1.9.2") // for JDK 9+ build compatibility
84+
rt("org.aspectj:aspectjrt:1.9.2") // for JDK 9+ build compatibility
8585
compile("org.aspectj:aspectjweaver:${aspectjVersion}") // for Maven POM exposure
8686
optional(project(":spring-aop")) // for @Async support
8787
optional(project(":spring-beans")) // for @Configurable support

0 commit comments

Comments
 (0)