Skip to content

Commit 3b22517

Browse files
committed
Upgrade to AspectJ 1.9.25
Closes gh-1750
1 parent 1ae3fea commit 3b22517

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spring-ws-platform/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ dependencies {
5757
api("org.apache.wss4j:wss4j-ws-security-dom:2.4.3")
5858
api("org.apache.ws.xmlschema:xmlschema-core:2.3.2")
5959
api("org.apiguardian:apiguardian-api:1.1.2")
60-
api("org.aspectj:aspectjrt:1.9.24")
61-
api("org.aspectj:aspectjweaver:1.9.24")
60+
api("org.aspectj:aspectjrt:1.9.25")
61+
api("org.aspectj:aspectjweaver:1.9.25")
6262
api("org.assertj:assertj-core:3.25.3")
6363
api("org.awaitility:awaitility:4.3.0")
6464
api("org.dom4j:dom4j:2.1.5")

0 commit comments

Comments
 (0)