Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump org.easymock:easymock from 4.2 to 5.2.0 #11854

Merged
merged 1 commit into from Oct 25, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 23, 2023

Bumps org.easymock:easymock from 4.2 to 5.2.0.

Release notes

Sourced from org.easymock:easymock's releases.

5.2.0

Fixes problems with Java 17 for mocks in different modules. Also fixes the source jar that was empty.

Change log

  • EasyMock HEAD build fails on JDK21 (#442)
  • Error running tests after Java upgrade to IBM Semeru jdk-17.0.6+10 (from jdk1.8.0_311.jdk) (#393)
  • LinkageError when mocking certain classes (#373)
  • pom file error: the source.jar is not deployed correctly to maven (#369)
  • Can't mock methods called from the constructor of a partial mock (#358)
  • Partial mocking Swing components in EasyMock 5.1.0 (#356)
  • java.lang.NoSuchMethodException on mock(Timestamp.class) (#256)
  • Bump com.puppycrawl.tools:checkstyle from 10.12.2 to 10.12.3 (#461)
  • Bump net.bytebuddy:byte-buddy from 1.14.6 to 1.14.7 (#460)
  • Bump org.apache.maven.plugins:maven-enforcer-plugin from 3.3.0 to 3.4.0 (#458)
  • Bump net.bytebuddy:byte-buddy from 1.14.5 to 1.14.6 (#457)
  • Bump commonmarker from 0.23.9 to 0.23.10 in /website (#454)
  • Bump jmh.version from 1.36 to 1.37 (#452)
  • Bump com.puppycrawl.tools:checkstyle from 10.12.1 to 10.12.2 (#450)
  • Bump junit.jupiter.version from 5.9.3 to 5.10.0 (#449)
  • Bump depends-maven-plugin from 1.4.0 to 1.5.0 (#447)
  • Bump checkstyle from 10.12.0 to 10.12.1 (#446)
  • Bump maven-clean-plugin from 3.2.0 to 3.3.1 (#445)
  • Bump spotbugs-maven-plugin from 4.7.3.4 to 4.7.3.5 (#444)
  • Bump maven-shade-plugin from 3.4.1 to 3.5.0 (#443)
  • Bump surefire-testng from 3.1.0 to 3.1.2 (#440)
  • Bump versions-maven-plugin from 2.15.0 to 2.16.0 (#439)
  • Bump maven-project-info-reports-plugin from 3.4.4 to 3.4.5 (#438)
  • Bump maven-surefire-plugin from 3.1.0 to 3.1.2 (#437)
  • Bump surefire-junit-platform from 3.1.0 to 3.1.2 (#436)
  • Bump byte-buddy from 1.14.4 to 1.14.5 (#435)
  • Bump maven-project-info-reports-plugin from 3.4.3 to 3.4.4 (#434)
  • Bump checkstyle from 10.11.0 to 10.12.0 (#433)
  • Bump maven-dependency-plugin from 3.5.0 to 3.6.0 (#432)
  • Bump maven-checkstyle-plugin from 3.2.2 to 3.3.0 (#431)
  • Bump maven-source-plugin from 3.2.1 to 3.3.0 (#429)
  • Bump maven-bundle-plugin from 5.1.8 to 5.1.9 (#428)
  • Bump maven-pmd-plugin from 3.20.0 to 3.21.0 (#427)
  • Bump maven-assembly-plugin from 3.5.0 to 3.6.0 (#426)
  • Bump maven-remote-resources-plugin from 3.0.0 to 3.1.0 (#425)
  • Bump build-helper-maven-plugin from 3.3.0 to 3.4.0 (#424)
  • Bump checkstyle from 10.10.0 to 10.11.0 (#423)
  • Bump maven-surefire-plugin from 3.0.0 to 3.1.0 (#422)
  • Bump maven-gpg-plugin from 3.0.1 to 3.1.0 (#421)
  • Bump surefire-testng from 3.0.0 to 3.1.0 (#420)
  • Bump surefire-junit-platform from 3.0.0 to 3.1.0 (#419)
  • Bump junit.jupiter.version from 5.9.2 to 5.9.3 (#418)
  • Bump checkstyle from 10.9.3 to 10.10.0 (#417)
  • Bump jacoco-maven-plugin from 0.8.9 to 0.8.10 (#416)

... (truncated)

Commits
  • 5b03431 Move to version 5.2.0
  • 49a3280 Retrieve 100 issues and PRs which should be enough to get them all
  • d7deb40 Update mvn wrapper to 3.9.3
  • a9bc69b Upgrade maven and intellij
  • e4824ab Add a lot of javadoc which also makes the Java 21 javadoc compiler way happier
  • cef55f3 Bump com.puppycrawl.tools:checkstyle from 10.12.2 to 10.12.3
  • 816ca28 Put maven-source-plugin before maven-shade-plugin (close #369)
  • 119b0b7 Bump net.bytebuddy:byte-buddy from 1.14.6 to 1.14.7
  • 63ab0df Update ruby and libraries to latest github-pages
  • 283bdff Bump org.apache.maven.plugins:maven-enforcer-plugin from 3.3.0 to 3.4.0
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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 [org.easymock:easymock](https://github.com/easymock/easymock) from 4.2 to 5.2.0.
- [Release notes](https://github.com/easymock/easymock/releases)
- [Changelog](https://github.com/easymock/easymock/blob/master/ReleaseNotes.md)
- [Commits](easymock/easymock@easymock-4.2...easymock-5.2.0)

---
updated-dependencies:
- dependency-name: org.easymock:easymock
  dependency-type: direct:development
  update-type: version-update:semver-major
...

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 Oct 23, 2023
@codecov-commenter
Copy link

codecov-commenter commented Oct 23, 2023

Codecov Report

Merging #11854 (8090503) into master (025038a) will decrease coverage by 0.05%.
The diff coverage is n/a.

@@             Coverage Diff              @@
##             master   #11854      +/-   ##
============================================
- Coverage     62.98%   62.93%   -0.05%     
  Complexity     1141     1141              
============================================
  Files          2367     2367              
  Lines        127958   127958              
  Branches      19744    19744              
============================================
- Hits          80593    80535      -58     
- Misses        41630    41699      +69     
+ Partials       5735     5724      -11     
Flag Coverage Δ
custom-integration1 <0.01% <ø> (ø)
integration <0.01% <ø> (ø)
integration1 <0.01% <ø> (ø)
integration2 0.00% <ø> (ø)
java-11 49.92% <ø> (-12.99%) ⬇️
java-21 62.81% <ø> (-0.02%) ⬇️
skip-bytebuffers-false 49.97% <ø> (-12.98%) ⬇️
skip-bytebuffers-true 62.77% <ø> (-0.04%) ⬇️
temurin 62.93% <ø> (-0.05%) ⬇️
unittests 62.93% <ø> (-0.05%) ⬇️
unittests1 66.98% <ø> (-0.01%) ⬇️
unittests2 14.41% <ø> (-0.05%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

see 14 files with indirect coverage changes

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

@xiangfu0 xiangfu0 requested a review from KKcorps October 23, 2023 21:27
@Jackie-Jiang Jackie-Jiang merged commit 649477a into master Oct 25, 2023
21 checks passed
@Jackie-Jiang Jackie-Jiang deleted the dependabot/maven/org.easymock-easymock-5.2.0 branch October 25, 2023 17:43
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.

None yet

2 participants