Skip to content

Commit 1333bea

Browse files
Bump aspectjweaver from 1.9.20.1 to 1.9.24
Bumps `aspectjweaver` from 1.9.20.1 to 1.9.24. Updates `org.aspectj:aspectjrt` from 1.9.20.1 to 1.9.24 - [Release notes](https://github.com/eclipse/org.aspectj/releases) - [Commits](https://github.com/eclipse/org.aspectj/commits) Updates `org.aspectj:aspectjweaver` from 1.9.23 to 1.9.24 - [Release notes](https://github.com/eclipse/org.aspectj/releases) - [Commits](https://github.com/eclipse/org.aspectj/commits) --- updated-dependencies: - dependency-name: org.aspectj:aspectjrt dependency-version: 1.9.24 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.aspectj:aspectjweaver dependency-version: 1.9.24 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent cb76e35 commit 1333bea

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: gradle/libs.versions.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ activemq-artemis = "2.40.0"
33
application-insights = "2.6.4"
44
archunit = "1.4.0"
55
asmForPlugins = "7.3.1"
6-
aspectjweaver = "1.9.23"
6+
aspectjweaver = "1.9.24"
77
assertj = "3.27.3"
88
awaitility = "4.3.0"
99
caffeine = "2.9.3"

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.20.1'
23+
implementation 'org.aspectj:aspectjrt:1.9.24'
2424
}
2525

2626
testImplementation libs.assertj

0 commit comments

Comments
 (0)