You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by ah...@apache.org on 2021/04/19 08:03:23 UTC

[isis] branch master updated: Bump easymock from 4.2 to 4.3

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

ahuber pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/isis.git


The following commit(s) were added to refs/heads/master by this push:
     new ba27ac6  Bump easymock from 4.2 to 4.3
ba27ac6 is described below

commit ba27ac68fa3ecf2331c33f0764df731d0ca4bcbe
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Apr 19 07:19:45 2021 +0000

    Bump easymock from 4.2 to 4.3
    
    Bumps [easymock](https://github.com/easymock/easymock) from 4.2 to 4.3.
    - [Release notes](https://github.com/easymock/easymock/releases)
    - [Changelog](https://github.com/easymock/easymock/blob/master/ReleaseNotes.md)
    - [Commits](https://github.com/easymock/easymock/compare/easymock-4.2...easymock-4.3)
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 core/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/pom.xml b/core/pom.xml
index 76b39a2..fb4df05 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -113,7 +113,7 @@
 
 		<docx4j.version>6.1.2</docx4j.version>
 
-		<easymock.version>4.2</easymock.version>
+		<easymock.version>4.3</easymock.version>
 		<error_prone_annotations.version>2.6.0</error_prone_annotations.version>
 
 		<findbugs-annotations.version>3.0.1u2</findbugs-annotations.version>