We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb76e35 commit 1333beaCopy full SHA for 1333bea
gradle/libs.versions.toml
@@ -3,7 +3,7 @@ activemq-artemis = "2.40.0"
3
application-insights = "2.6.4"
4
archunit = "1.4.0"
5
asmForPlugins = "7.3.1"
6
-aspectjweaver = "1.9.23"
+aspectjweaver = "1.9.24"
7
assertj = "3.27.3"
8
awaitility = "4.3.0"
9
caffeine = "2.9.3"
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.20.1'
+ implementation 'org.aspectj:aspectjrt:1.9.24'
24
}
25
26
testImplementation libs.assertj
0 commit comments