Skip to content

Bump easymock from 5.0.1 to 5.1.0#375

Merged
garydgregory merged 1 commit intomasterfrom
dependabot/maven/org.easymock-easymock-5.1.0
Jan 3, 2023
Merged

Bump easymock from 5.0.1 to 5.1.0#375
garydgregory merged 1 commit intomasterfrom
dependabot/maven/org.easymock-easymock-5.1.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 3, 2023

Bumps easymock from 5.0.1 to 5.1.0.

Release notes

Sourced from easymock's releases.

5.1.0

Main a performance fix caused by ByteBuddy causing OOME.

Change log

  • Typecache for create mock classes (#353)
  • Bump versions-maven-plugin from 2.14.1 to 2.14.2 (#352)
  • Bump wagon-ssh-external from 3.5.2 to 3.5.3 (#351)
  • Bump byte-buddy from 1.12.19 to 1.12.20 (#350)
  • Bump versions-maven-plugin from 2.14.0 to 2.14.1 (#349)
  • Bump versions-maven-plugin from 2.13.0 to 2.14.0 (#348)
  • Bump testng from 7.5 to 7.7.0 (#347)
  • Bump maven-dependency-plugin from 3.3.0 to 3.4.0 (#345)
  • Bump checkstyle from 10.4 to 10.5.0 (#344)
  • java.lang.NullPointerException at org.easymock.internal.ClassProxyFactory.classPackage(ClassProxyFactory.java:178) (#343)
  • EasyMock 5.0.1 OOM on large project (#338)
  • Bump spotbugs-maven-plugin from 4.7.2.1 to 4.7.3.0 (#337)
  • Bump checkstyle from 10.3.4 to 10.4 (#336)
  • Bump maven-shade-plugin from 3.4.0 to 3.4.1 (#335)
  • Add cache for mocked types. (#334)
  • Mock serialization doesn't work (#312)
Commits
  • f1b53a1 Move to version 5.1.0
  • b08bff3 Test fails. Probably PowerMock do not create null packages anymore
  • c9e2dd1 Make sure class without a package, like the ones PowerMock creates are workin...
  • 8eaac71 Remove unused imports
  • a6f7834 Update github pages
  • a48158b Ignore animal sniffer when it goes wrong
  • 94a5d5e Rename to ClassMockingData since it represents more reality
  • 0c2b5c2 Mocks are now serializable
  • 05d6994 We need to separate handlers between mocks of the same class but not need to ...
  • 3e0ebf5 Attempt to use TypeCache. ClassProxyFactoryTest is failing
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

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](easymock/easymock@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] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Jan 3, 2023
@codecov-commenter
Copy link

Codecov Report

Merging #375 (0c6e55f) into master (61256f4) will not change coverage.
The diff coverage is n/a.

@@            Coverage Diff            @@
##             master     #375   +/-   ##
=========================================
  Coverage     81.19%   81.19%           
  Complexity     4604     4604           
=========================================
  Files           288      288           
  Lines         13423    13423           
  Branches       1982     1982           
=========================================
  Hits          10899    10899           
  Misses         1932     1932           
  Partials        592      592           

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@garydgregory garydgregory merged commit 652db4a into master Jan 3, 2023
@garydgregory garydgregory deleted the dependabot/maven/org.easymock-easymock-5.1.0 branch January 3, 2023 15:54
garydgregory added a commit that referenced this pull request Jan 3, 2023
anantdamle pushed a commit to anantdamle/commons-collections that referenced this pull request Aug 14, 2023
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](easymock/easymock@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] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
anantdamle pushed a commit to anantdamle/commons-collections that referenced this pull request Aug 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update Java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants