Skip to content

Commit

Permalink
fix(deps): update dependency org.aspectj:aspectjrt to v1.9.20.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 4, 2023
1 parent b3123c4 commit d2bb096
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 @@ -6,7 +6,7 @@ dependencies {
exclude group: 'xerces', module: 'xercesImpl'
}
runtime "net.sf.ehcache:ehcache-core:${casEhcacheVersion}"
runtime "org.aspectj:aspectjrt:1.9.7"
runtime "org.aspectj:aspectjrt:1.9.20.1"
runtime "org.aspectj:aspectjweaver:1.9.7"
runtime "org.jasig.cas:cas-server-webapp:${casServerVersion}@war"
runtime("org.jasig.cas:cas-server-extension-clearpass:${casServerVersion}") {
Expand Down

0 comments on commit d2bb096

Please sign in to comment.