Skip to content

Commit

Permalink
Upgrade to AspectJ 1.9.8-RC1
Browse files Browse the repository at this point in the history
  • Loading branch information
marcusdacoregio committed Oct 20, 2021
1 parent db085af commit d09f203
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions aspects/spring-security-aspects.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ apply plugin: 'io.spring.convention.spring-module'
apply plugin: 'io.freefair.aspectj'

compileAspectj {
sourceCompatibility "1.8"
targetCompatibility "1.8"
sourceCompatibility "17"
targetCompatibility "17"
}
compileTestAspectj {
sourceCompatibility "1.8"
targetCompatibility "1.8"
sourceCompatibility "17"
targetCompatibility "17"
}

dependencies {
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
aspectjVersion=1.9.7
aspectjVersion=1.9.8-RC1
springJavaformatVersion=0.0.29
springBootVersion=2.4.2
springFrameworkVersion=5.3.11
Expand Down

0 comments on commit d09f203

Please sign in to comment.