Update to Easymock 2.5.2

Closes gh-606
This commit is contained in:
Josh Cummings
2021-12-16 14:40:26 -07:00
parent e0d6108102
commit 6fd9828be1

View File

@@ -4,6 +4,6 @@ dependencies {
"org.springframework:spring-tx:$springVersion"
testCompile "junit:junit:$junitVersion",
"org.easymock:easymock:2.5.1",
"org.easymock:easymock:2.5.2",
"org.assertj:assertj-core:$assertjVersion"
}