We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1333bea commit ec03cd2Copy full SHA for ec03cd2
micrometer-test-aspectj-ctw/build.gradle
@@ -20,7 +20,7 @@ dependencies {
20
// Use the latest Micrometer SNAPSHOT (built with Java 17+)
21
// and the latest AspectJ that supports Java versions before 17
22
aspect 'io.micrometer:micrometer-core:latest.integration'
23
- implementation 'org.aspectj:aspectjrt:1.9.24'
+ implementation 'org.aspectj:aspectjrt:1.9.20.1'
24
}
25
26
testImplementation libs.assertj
0 commit comments