Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 12, 2024

Bumps org.easymock:easymock from 5.2.0 to 5.4.0.

Release notes

Sourced from org.easymock:easymock's releases.

5.4.0

Fix a linkage error during mocking.

Change log

  • Linkage Error with FacesContext (#594)
  • class org.easymock.internal.ClassMockingData not visible from class com.sun.net.httpserver.HttpExchange$$$EasyMock$1 (#559)
  • class org.easymock.internal.ClassMockingData not visible from class org.bukkit.entity.Spigot$$$EasyMock$1 (#515)
  • Cant mock class if its classloader cant load ClassMockingData (#504)
  • Bump org.apache.maven.plugins:maven-site-plugin from 4.0.0-M15 to 4.0.0-M16 (#623)
  • Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.7.0 to 3.8.0 (#622)
  • Bump org.codehaus.mojo:versions-maven-plugin from 2.17.0 to 2.17.1 (#621)
  • Bump org.apache.maven.plugins:maven-project-info-reports-plugin from 3.6.1 to 3.6.2 (#620)
  • Bump org.apache.maven.plugins:maven-pmd-plugin from 3.23.0 to 3.24.0 (#619)
  • Bump org.apache.maven.plugins:maven-surefire-plugin from 3.3.0 to 3.3.1 (#618)
  • Bump org.apache.maven.surefire:surefire-junit-platform from 3.3.0 to 3.3.1 (#617)
  • Bump org.apache.maven.surefire:surefire-testng from 3.3.0 to 3.3.1 (#616)
  • Bump net.bytebuddy:byte-buddy from 1.14.17 to 1.14.18 (#615)
  • Bump com.github.spotbugs:spotbugs-maven-plugin from 4.8.6.1 to 4.8.6.2 (#614)
  • Bump org.codehaus.mojo:animal-sniffer-maven-plugin from 1.23 to 1.24 (#613)
  • Bump org.codehaus.mojo:versions-maven-plugin from 2.16.2 to 2.17.0 (#612)
  • Bump com.github.spotbugs:spotbugs-maven-plugin from 4.8.5.0 to 4.8.6.1 (#611)
  • Bump junit.jupiter.version from 5.10.2 to 5.10.3 (#610)
  • Bump org.apache.maven.plugins:maven-project-info-reports-plugin from 3.6.0 to 3.6.1 (#609)
  • Bump com.github.spotbugs:spotbugs-maven-plugin from 4.8.5.0 to 4.8.6.0 (#608)
  • Bump org.apache.maven.plugins:maven-dependency-plugin from 3.7.0 to 3.7.1 (#607)
  • Bump org.apache.maven.plugins:maven-jar-plugin from 3.4.1 to 3.4.2 (#606)
  • Bump org.apache.maven.plugins:maven-clean-plugin from 3.3.2 to 3.4.0 (#605)
  • Bump com.github.spotbugs:spotbugs from 4.8.5 to 4.8.6 (#604)
  • Bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.5 to 3.3.0 (#603)
  • Bump org.apache.maven.surefire:surefire-junit-platform from 3.2.5 to 3.3.0 (#602)
  • Bump org.apache.maven.plugins:maven-project-info-reports-plugin from 3.5.0 to 3.6.0 (#601)
  • Bump org.apache.maven.surefire:surefire-testng from 3.2.5 to 3.3.0 (#600)
  • Bump actions/checkout from 4.1.6 to 4.1.7 (#599)
  • Bump org.apache.maven.plugins:maven-pmd-plugin from 3.22.0 to 3.23.0 (#598)
  • Bump org.apache.maven.plugins:maven-dependency-plugin from 3.6.1 to 3.7.0 (#597)

5.3.0

Add support for Java 22. Stop shading ByteBuddy and ASM to help support of new versions.

Change log

  • Remove shading of ByteBuddy and ASM (#593)
  • Bump org.apache.maven.plugins:maven-checkstyle-plugin from 3.3.1 to 3.4.0 (#595)
  • Bump org.apache.maven.plugins:maven-shade-plugin from 3.5.3 to 3.6.0 (#592)
  • Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.6.3 to 3.7.0 (#591)
  • Bump org.apache.maven.plugins:maven-enforcer-plugin from 3.4.1 to 3.5.0 (#590)
  • Bump net.bytebuddy:byte-buddy from 1.14.16 to 1.14.17 (#589)
  • Bump org.sonatype.plugins:nexus-staging-maven-plugin from 1.6.13 to 1.7.0 (#588)

... (truncated)

Commits
  • 6cd9d55 Move to version 5.4.0
  • dd873fa Put the complete class and field in the errors to easily spot the mock involv...
  • d07ac99 Update github pages
  • 9fd84be Bump org.apache.maven.plugins:maven-site-plugin
  • 345d1ba Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.7.0 to 3.8.0
  • 7891413 Bump org.codehaus.mojo:versions-maven-plugin from 2.17.0 to 2.17.1
  • c9baab7 Bump org.apache.maven.plugins:maven-project-info-reports-plugin
  • a686ead Bump org.apache.maven.plugins:maven-pmd-plugin from 3.23.0 to 3.24.0
  • 1ca11ce Bump org.apache.maven.plugins:maven-surefire-plugin from 3.3.0 to 3.3.1
  • 85b6f64 Bump org.apache.maven.surefire:surefire-junit-platform
  • 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 5.2.0 to 5.4.0.
- [Release notes](https://github.com/easymock/easymock/releases)
- [Changelog](https://github.com/easymock/easymock/blob/master/ReleaseNotes.md)
- [Commits](easymock/easymock@easymock-5.2.0...easymock-5.4.0)

---
updated-dependencies:
- dependency-name: org.easymock:easymock
  dependency-type: direct:production
  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 Aug 12, 2024
@lukaszlenart lukaszlenart merged commit 64a3d0c into master Aug 19, 2024
@lukaszlenart lukaszlenart deleted the dependabot/maven/org.easymock-easymock-5.4.0 branch August 19, 2024 08:27
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.

1 participant