Skip to content

Commit

Permalink
Merge pull request #667 from uPortal-Project/renovate/org.easymock-ea…
Browse files Browse the repository at this point in the history
…symock-5.x

fix(deps): update dependency org.easymock:easymock to v5.3.0
  • Loading branch information
ChristianMurphy authored Jul 16, 2024
2 parents 9bb7a83 + 68f2ab7 commit 32884dc
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 32884dc

Please sign in to comment.