Skip to content

Commit

Permalink
fix(deps): update dependency org.aspectj:aspectjrt to v1.9.19
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 10, 2023
1 parent 5d533e8 commit f44bacc
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.19"
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 f44bacc

Please sign in to comment.