Skip to content

Commit 15e7e32

Browse files
Revert "Bump org.aspectj:aspectjweaver from 1.9.22.1 to 1.9.23 (#6058)"
This reverts commit 72600ac. This was already reverted once two commits ago in fe14a24 but I forgot to modify the Dependabot config, so AspectJ was upgraded again in 72600ac hence the revert. 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-6058 See gh-6020 See fe14a24 See 72600ac
1 parent 72600ac commit 15e7e32

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)