File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ configure(allprojects) { project ->
41
41
group = " org.springframework"
42
42
version = qualifyVersionIfNecessary(version)
43
43
44
- ext. aspectjVersion = " 1.8.13 "
44
+ ext. aspectjVersion = " 1.9.1 "
45
45
ext. freemarkerVersion = " 2.3.28"
46
46
ext. groovyVersion = " 2.4.15"
47
47
ext. hsqldbVersion = " 2.4.0"
Original file line number Diff line number Diff line change @@ -80,9 +80,9 @@ compileTestJava {
80
80
81
81
dependencies {
82
82
aspects(project(" :spring-orm" ))
83
- ajc(" org.aspectj:aspectjtools:1.9.0 " ) // for JDK 9+ build compatibility
84
- rt(" org.aspectj:aspectjrt:1.9.0 " ) // for JDK 9+ build compatibility
85
- compile(" org.aspectj:aspectjweaver:${ aspectjVersion} " ) // for Maven POM exposure
83
+ ajc(" org.aspectj:aspectjtools:${ aspectjVersion } " )
84
+ rt(" org.aspectj:aspectjrt:${ aspectjVersion } " )
85
+ compile(" org.aspectj:aspectjweaver:${ aspectjVersion} " )
86
86
optional(project(" :spring-aop" )) // for @Async support
87
87
optional(project(" :spring-beans" )) // for @Configurable support
88
88
optional(project(" :spring-context" )) // for @Enable* support
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ dependencies {
65
65
testCompile(" javax.ejb:javax.ejb-api:3.2" )
66
66
testCompile(" javax.interceptor:javax.interceptor-api:1.2.1" )
67
67
testCompile(" javax.mail:javax.mail-api:1.6.1" )
68
- testCompile(" org.hibernate:hibernate-core:5.2.16 .Final" )
68
+ testCompile(" org.hibernate:hibernate-core:5.2.17 .Final" )
69
69
testCompile(" org.hibernate:hibernate-validator:6.0.9.Final" )
70
70
// Enable use of the JUnit Platform Runner
71
71
testCompile(" org.junit.platform:junit-platform-runner:${ junitPlatformVersion} " )
You can’t perform that action at this time.
0 commit comments