Skip to content

Commit ec03cd2

Browse files
committed
Do not upgrade Aspect version needed for Java 11
1 parent 1333bea commit ec03cd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: micrometer-test-aspectj-ctw/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ dependencies {
2020
// Use the latest Micrometer SNAPSHOT (built with Java 17+)
2121
// and the latest AspectJ that supports Java versions before 17
2222
aspect 'io.micrometer:micrometer-core:latest.integration'
23-
implementation 'org.aspectj:aspectjrt:1.9.24'
23+
implementation 'org.aspectj:aspectjrt:1.9.20.1'
2424
}
2525

2626
testImplementation libs.assertj

0 commit comments

Comments
 (0)