Skip to content

Commit 865a829

Browse files
committed
Prevent upgrade to AspectJ 1.9.8 as it requires Java 11
1 parent 008a793 commit 865a829

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

spring-boot-project/spring-boot-dependencies/build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,9 @@ bom {
9797
}
9898
}
9999
library("AspectJ", "1.9.7") {
100+
prohibit("[1.9.8.M1,)") {
101+
because "it requires Java 11"
102+
}
100103
group("org.aspectj") {
101104
modules = [
102105
"aspectjrt",

0 commit comments

Comments
 (0)