Skip to content

Commit fe14a24

Browse files
Revert "Bump org.aspectj:aspectjweaver from 1.9.22.1 to 1.9.23 (#6020)"
This reverts commit 529b5ea. AspectJ does not use semantic versioning so the third number in the version is not the patch version but it indicates the latest Java version that is supported (the 4th number is the patch version). Other than we should not do this in our patch releases, AspectJ 1.9.23 needed to upgrade the Eclipse JDT compiler in order to support Java 23 which drops compile-time weaving support for Java 8. See gh-6020
1 parent c5bf2eb commit fe14a24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ activemq-artemis = "2.33.0"
33
application-insights = "2.6.4"
44
archunit = "1.3.1"
55
asmForPlugins = "7.3.1"
6-
aspectjweaver = "1.9.23"
6+
aspectjweaver = "1.9.22.1"
77
assertj = "3.25.3"
88
awaitility = "4.2.2"
99
caffeine = "2.9.3"

0 commit comments

Comments
 (0)