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 2023/01/03 15:54:45 UTC

[commons-collections] branch master updated: Bump easymock from 5.0.1 to 5.1.0 (#375)

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-collections.git


The following commit(s) were added to refs/heads/master by this push:
     new 652db4a12 Bump easymock from 5.0.1 to 5.1.0 (#375)
652db4a12 is described below

commit 652db4a1229beefb661d4da2b3b55e1833f2c855
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Tue Jan 3 10:54:41 2023 -0500

    Bump easymock from 5.0.1 to 5.1.0 (#375)
    
    Bumps [easymock](https://github.com/easymock/easymock) from 5.0.1 to 5.1.0.
    - [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-5.0.1...easymock-5.1.0)
    
    ---
    updated-dependencies:
    - dependency-name: org.easymock:easymock
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    
    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 0495c96ef..ba23136cf 100644
--- a/pom.xml
+++ b/pom.xml
@@ -488,7 +488,7 @@
     <dependency>
       <groupId>org.easymock</groupId>
       <artifactId>easymock</artifactId>
-      <version>5.0.1</version>
+      <version>5.1.0</version>
       <scope>test</scope>
     </dependency>
     <dependency>