Skip to content

Commit

Permalink
fix(deps): update dependency org.aspectj:aspectjweaver to v1.9.22.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 11, 2024
1 parent 6b73b6e commit c793038
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion overlays/cas/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ dependencies {
}
runtime "net.sf.ehcache:ehcache-core:${casEhcacheVersion}"
runtime "org.aspectj:aspectjrt:1.9.7"
runtime "org.aspectj:aspectjweaver:1.9.7"
runtime "org.aspectj:aspectjweaver:1.9.22.1"
runtime "org.jasig.cas:cas-server-webapp:${casServerVersion}@war"
runtime("org.jasig.cas:cas-server-extension-clearpass:${casServerVersion}") {
exclude group: 'commons-logging', module: 'commons-logging'
Expand Down

0 comments on commit c793038

Please sign in to comment.