Skip to content

Commit

Permalink
fix(deps): update dependency org.easymock:easymock to v5.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 16, 2024
1 parent 60ce68f commit 68f2ab7
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 @@ -31,7 +31,7 @@ dependencies {
compileOnly servletApiDependency

testCompile group: 'junit', name: 'junit', version: '4.13.2'
testCompile group: 'org.easymock', name: 'easymock', version: '5.2.0'
testCompile group: 'org.easymock', name: 'easymock', version: '5.3.0'
testCompile("org.jasig.cas:cas-server-core:${casServerVersion}") {
exclude group: 'commons-logging', module: 'commons-logging'
exclude group: 'javax.xml', module: 'xmldsig'
Expand Down

0 comments on commit 68f2ab7

Please sign in to comment.