This is an automated email from the ASF dual-hosted git repository. bmarwell pushed a commit to branch SHIRO-894_easymock in repository https://gitbox.apache.org/repos/asf/shiro.git
commit 5e5bcb102a59dcccfc96b51bb40b2eeca41fef28 Author: Benjamin Marwell <[email protected]> AuthorDate: Tue Oct 25 16:39:57 2022 +0200 [SHIRO-894] Update EasyMock to 5.0.1 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 46cf099a..25015345 100644 --- a/pom.xml +++ b/pom.xml @@ -111,7 +111,7 @@ <htmlunit.version>2.65.1</htmlunit.version> <!-- Test 3rd-party dependencies: --> - <easymock.version>4.3</easymock.version> + <easymock.version>5.0.1</easymock.version> <gmaven.version>1.13.1</gmaven.version> <groovy.version>2.5.18</groovy.version> <junit.version>4.13.2</junit.version>
