Skip to content

Commit ac00462

Browse files
committed
Update AspectJ Gradle Plugin to 4.0.1
1 parent 71116db commit ac00462

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ buildscript {
33
classpath 'io.spring.gradle:spring-build-conventions:0.0.23.RELEASE'
44
classpath "org.springframework.boot:spring-boot-gradle-plugin:$springBootVersion"
55
classpath 'io.spring.nohttp:nohttp-gradle:0.0.2.RELEASE'
6-
classpath "io.freefair.gradle:aspectj-plugin:4.0.0"
6+
classpath "io.freefair.gradle:aspectj-plugin:4.0.1"
77
}
88
repositories {
99
maven { url 'https://repo.spring.io/plugins-snapshot' }

0 commit comments

Comments
 (0)