You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shiro.apache.org by bm...@apache.org on 2022/10/25 14:38:55 UTC

[shiro] branch SHIRO-894_easymock created (now 5e5bcb10)

This is an automated email from the ASF dual-hosted git repository.

bmarwell pushed a change to branch SHIRO-894_easymock
in repository https://gitbox.apache.org/repos/asf/shiro.git


      at 5e5bcb10 [SHIRO-894] Update EasyMock to 5.0.1

This branch includes the following new commits:

     new 5e5bcb10 [SHIRO-894] Update EasyMock to 5.0.1

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[shiro] 01/01: [SHIRO-894] Update EasyMock to 5.0.1

Posted by bm...@apache.org.
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 <bm...@apache.org>
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>