Browse Source

Upgrade to AspectJ 1.9.23

Closes gh-44720
pull/44789/head
Stéphane Nicoll 11 months ago
parent
commit
4c5ceb8c33
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -65,7 +65,7 @@ bom { @@ -65,7 +65,7 @@ bom {
releaseNotes("https://activemq.apache.org/components/artemis/download/release-notes-{version}")
}
}
library("AspectJ", "1.9.22.1") {
library("AspectJ", "1.9.23") {
group("org.aspectj") {
modules = [
"aspectjrt",

Loading…
Cancel
Save