mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-05-31 09:12:14 +00:00
Upgrade to AspectJ 1.9.8-RC1
Issue gh-10349
This commit is contained in:
parent
b2e6c60d94
commit
4f0cc132f6
@ -2,12 +2,12 @@ apply plugin: 'io.spring.convention.spring-module'
|
|||||||
apply plugin: 'io.freefair.aspectj'
|
apply plugin: 'io.freefair.aspectj'
|
||||||
|
|
||||||
compileAspectj {
|
compileAspectj {
|
||||||
sourceCompatibility "1.8"
|
sourceCompatibility "17"
|
||||||
targetCompatibility "1.8"
|
targetCompatibility "17"
|
||||||
}
|
}
|
||||||
compileTestAspectj {
|
compileTestAspectj {
|
||||||
sourceCompatibility "1.8"
|
sourceCompatibility "17"
|
||||||
targetCompatibility "1.8"
|
targetCompatibility "17"
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
aspectjVersion=1.9.7
|
aspectjVersion=1.9.8-RC1
|
||||||
springJavaformatVersion=0.0.29
|
springJavaformatVersion=0.0.29
|
||||||
springBootVersion=2.4.2
|
springBootVersion=2.4.2
|
||||||
springFrameworkVersion=5.3.11
|
springFrameworkVersion=5.3.11
|
||||||
|
Loading…
x
Reference in New Issue
Block a user