File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 38
38
39
39
aspectjVersion = " 1.8.13"
40
40
freemarkerVersion = " 2.3.28"
41
- groovyVersion = " 2.4.15 "
41
+ groovyVersion = " 2.4.16 "
42
42
hsqldbVersion = " 2.4.1"
43
- jackson2Version = " 2.9.7 "
43
+ jackson2Version = " 2.9.8 "
44
44
jettyVersion = " 9.4.14.v20181114"
45
45
junitJupiterVersion = " 5.0.3"
46
46
junitPlatformVersion = " 1.0.3"
Original file line number Diff line number Diff line change @@ -80,8 +80,8 @@ compileTestJava {
80
80
81
81
dependencies {
82
82
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
85
85
compile(" org.aspectj:aspectjweaver:${ aspectjVersion} " ) // for Maven POM exposure
86
86
optional(project(" :spring-aop" )) // for @Async support
87
87
optional(project(" :spring-beans" )) // for @Configurable support
You can’t perform that action at this time.
0 commit comments