We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 887b41f commit ca8b772Copy full SHA for ca8b772
aspects/spring-security-aspects.gradle
@@ -2,12 +2,12 @@ apply plugin: 'io.spring.convention.spring-module'
2
apply plugin: 'io.freefair.aspectj'
3
4
compileAspectj {
5
- sourceCompatibility "1.8"
6
- targetCompatibility "1.8"
+ sourceCompatibility "17"
+ targetCompatibility "17"
7
}
8
compileTestAspectj {
9
10
11
12
13
dependencies {
gradle.properties
@@ -1,4 +1,4 @@
1
-aspectjVersion=1.9.7
+aspectjVersion=1.9.8.RC1
springJavaformatVersion=0.0.28
springBootVersion=2.4.2
springFrameworkVersion=5.3.10
0 commit comments