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

[commons-lang] branch master updated: Bump easymock from 4.2 to 4.3 (#746)

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

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-lang.git


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

commit e790449091b70f42c0c486f988ec38ec68ce7bda
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Apr 19 09:03:09 2021 -0400

    Bump easymock from 4.2 to 4.3 (#746)
    
    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>
    
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 808bb27..17315bb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -549,7 +549,7 @@
     <dependency>
       <groupId>org.easymock</groupId>
       <artifactId>easymock</artifactId>
-      <version>4.2</version>
+      <version>4.3</version>
       <scope>test</scope>
     </dependency>