Skip to content

Bump org.easymock:easymock from 5.5.0 to 5.6.0 - #428

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/maven/org.easymock-easymock-5.6.0
Open

Bump org.easymock:easymock from 5.5.0 to 5.6.0#428
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/maven/org.easymock-easymock-5.6.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 24, 2026

Copy link
Copy Markdown

Bumps org.easymock:easymock from 5.5.0 to 5.6.0.

Release notes

Sourced from org.easymock:easymock's releases.

5.6.0

Bug fixing on classloader exception handling mostly.

Change log

  • IllegalArgumentException: java.util.Dictionary$$$EasyMock$2 must be defined in the same package as org.easymock.internal.ClassProxyFactory (#760)
  • pom java-11 profile unbounded range (#708)
  • Bump com.puppycrawl.tools:checkstyle from 10.23.0 to 10.23.1 (#759)
  • Bump com.puppycrawl.tools:checkstyle from 10.22.0 to 10.23.0 (#758)
  • Bump junit.jupiter.version from 5.11.4 to 5.12.2 (#757)
  • Bump org.jacoco:jacoco-maven-plugin from 0.8.12 to 0.8.13 (#756)
  • Bump nokogiri from 1.18.5 to 1.18.8 in /website (#755)
  • Bump actions/setup-java from 4.7.0 to 4.7.1 (#754)
  • Bump org.apache.maven.surefire:surefire-testng from 3.5.2 to 3.5.3 (#753)
  • Bump org.apache.maven.plugins:maven-surefire-plugin from 3.5.2 to 3.5.3 (#752)
  • Bump net.bytebuddy:byte-buddy from 1.17.4 to 1.17.5 (#751)
  • Bump org.ow2.asm:asm from 9.7.1 to 9.8 (#750)
  • Bump org.apache.maven.surefire:surefire-junit-platform from 3.5.2 to 3.5.3 (#749)
  • Bump com.puppycrawl.tools:checkstyle from 10.21.4 to 10.22.0 (#748)
  • Bump net.bytebuddy:byte-buddy from 1.17.2 to 1.17.4 (#747)
  • Bump nokogiri from 1.18.3 to 1.18.4 in /website (#746)
  • Bump com.mycila:license-maven-plugin from 4.6 to 5.0.0 (#745)
  • Bump ch.qos.logback:logback-classic from 1.3.14 to 1.5.18 (#744)
  • Bump junit.jupiter.version from 5.11.4 to 5.12.1 (#743)
  • Bump com.github.spotbugs:spotbugs from 4.8.6 to 4.9.3 (#742)
  • Bump com.github.spotbugs:spotbugs-maven-plugin from 4.8.6.6 to 4.9.3.0 (#741)
  • Bump json from 2.10.1 to 2.10.2 in /website (#740)
  • Bump com.github.spotbugs:spotbugs-maven-plugin from 4.8.6.6 to 4.9.2.0 (#739)
  • Bump com.puppycrawl.tools:checkstyle from 10.21.3 to 10.21.4 (#738)
  • Bump uri from 1.0.2 to 1.0.3 in /website (#737)
  • Bump net.bytebuddy:byte-buddy from 1.17.1 to 1.17.2 (#736)
  • Bump com.github.spotbugs:spotbugs from 4.8.6 to 4.9.2 (#735)
  • Bump org.apache.maven.plugins:maven-install-plugin from 3.1.3 to 3.1.4 (#734)
  • Bump org.apache.maven.plugins:maven-deploy-plugin from 3.1.3 to 3.1.4 (#733)
  • Bump org.apache.maven.plugins:maven-project-info-reports-plugin from 3.8.0 to 3.9.0 (#732)
  • Bump ch.qos.logback:logback-classic from 1.3.14 to 1.5.17 (#731)
  • Bump slf4j.version from 2.0.16 to 2.0.17 (#730)
  • Bump com.puppycrawl.tools:checkstyle from 10.21.2 to 10.21.3 (#729)
  • Bump org.apache.maven.plugins:maven-compiler-plugin from 3.13.0 to 3.14.0 (#728)
  • Bump junit.jupiter.version from 5.11.4 to 5.12.0 (#727)
  • Bump org.apache.maven.plugins:maven-clean-plugin from 3.4.0 to 3.4.1 (#726)
  • Bump nokogiri from 1.16.7 to 1.18.3 in /website (#725)
  • Bump net.bytebuddy:byte-buddy from 1.17.0 to 1.17.1 (#724)
  • Bump com.github.spotbugs:spotbugs-maven-plugin from 4.8.6.6 to 4.9.1.0 (#723)
  • Bump org.testng:testng from 7.5.1 to 7.11.0 (#722)
  • Bump com.github.spotbugs:spotbugs from 4.8.6 to 4.9.1 (#721)
  • Bump actions/setup-java from 4.6.0 to 4.7.0 (#720)
  • Bump net.bytebuddy:byte-buddy from 1.16.1 to 1.17.0 (#719)
  • Bump com.puppycrawl.tools:checkstyle from 10.21.1 to 10.21.2 (#718)
  • Bump net.bytebuddy:byte-buddy from 1.15.11 to 1.16.1 (#717)

... (truncated)

Changelog

Sourced from org.easymock:easymock's changelog.

Add Java 26 support where bytebuddy isn't using unsafe anymore.

Change log

  • Add mock() methods without parameters using varargs reification (#933)
  • Mock creation fails with JDK 26 and ByteBuddy 1.18.10 (#908)git log --oneline
  • Use new Maven central plugin
  • Use a github_token instead
  • Add the missing REST calls to fully automated the release
  • Move to .mvn style version
  • Use assertThrows all over the place
  • Optimize imports and finish updating to JUnit 5
  • Update eclipse configuration
  • Move all to UTF-8 like it should already be
  • Use https for xsd
  • Update objenesis to 3.6
  • Update copyrights to 2026
  • Remove Hamcrest usage
  • Add Maven cache
  • Bump actions/checkout from 7.0.0 to 7.0.1 (#917)
  • Bump actions/github-script from 8 to 9 (#887)
  • Bump actions/setup-java from 5.6.0 to 5.7.0 (#918)
  • Bump activesupport from 8.1.2 to 8.1.2.1 in /website (#882)
  • Bump addressable from 2.8.8 to 2.9.0 in /website (#886)
  • Bump ch.qos.logback:logback-classic from 1.3.14 to 1.6.3 (#930)
  • Bump com.github.spotbugs:spotbugs from 4.8.6 to 4.10.3 (#921)
  • Bump com.github.spotbugs:spotbugs-maven-plugin from 4.8.6.6 to 4.10.3.0 (#922)
  • Bump com.mycila:license-maven-plugin from 4.6 to 5.1.1 (#919)
  • Bump com.puppycrawl.tools:checkstyle from 13.9.0 to 13.11.0 (#931)
  • Bump concurrent-ruby from 1.3.6 to 1.3.7 in /website (#913)
  • Bump faraday from 2.14.2 to 2.14.3 in /website (#912)
  • Bump json from 2.20.0 to 2.21.2 in /website (#924)
  • Bump junit.jupiter.version from 5.14.1 to 6.1.3 (#926)
  • Bump net.bytebuddy:byte-buddy from 1.18.8 to 1.18.12 (#932)
  • Bump nokogiri from 1.19.3 to 1.19.4 in /website (#911)
  • Bump org.apache.felix:maven-bundle-plugin from 5.1.9 to 6.1.0 (#929)
  • Bump org.apache.maven.plugins:maven-assembly-plugin from 3.7.1 to 3.8.0 (#832)
  • Bump org.apache.maven.plugins:maven-compiler-plugin from 3.14.1 to 3.15.0 (#863)
  • Bump org.apache.maven.plugins:maven-dependency-plugin from 3.10.0 to 3.11.0 (#899)
  • Bump org.apache.maven.plugins:maven-enforcer-plugin from 3.6.2 to 3.6.3 (#894)
  • Bump org.apache.maven.plugins:maven-jar-plugin from 3.4.2 to 3.5.0 (#833)
  • Bump org.apache.maven.plugins:maven-resources-plugin from 3.4.0 to 3.5.0 (#879)
  • Bump org.apache.maven.plugins:maven-shade-plugin from 3.6.1 to 3.6.2 (#880)
  • Bump org.apache.maven.plugins:maven-source-plugin from 3.3.1 to 3.4.0 (#837)
  • Bump org.apache.maven.plugins:maven-surefire-plugin from 3.5.5 to 3.5.6 (#900)
  • Bump org.apache.maven.plugins:maven-toolchains-plugin from 3.2.0 to 3.3.0 (#928)
  • Bump org.apache.maven.surefire:surefire-testng from 3.5.5 to 3.5.6 (#897)
  • Bump org.codehaus.mojo:animal-sniffer-maven-plugin from 1.26 to 1.27 (#852)
  • Bump org.codehaus.mojo:exec-maven-plugin from 3.6.2 to 3.6.3 (#844)
  • Bump org.codehaus.mojo:jdepend-maven-plugin from 2.1 to 2.2.0 (#855)

... (truncated)

Commits
  • 20948ef Move to version 5.6.0
  • 83f3f2e Add missing parenthesis for a range (close #708)
  • bf4b2ff Use assertInstanceOf
  • cfbe849 Remove all public modifier from tests
  • 115a6c4 Correctly handle exceptions from providers (close #760)
  • f45489f Fix typos
  • ecef979 Bump com.puppycrawl.tools:checkstyle from 10.23.0 to 10.23.1
  • 3330c7d Bump com.puppycrawl.tools:checkstyle from 10.22.0 to 10.23.0
  • a6b9cb7 Bump org.jacoco:jacoco-maven-plugin from 0.8.12 to 0.8.13
  • f337d0d Bump org.apache.maven.surefire:surefire-testng from 3.5.2 to 3.5.3
  • 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 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.5.0 to 5.6.0.
- [Release notes](https://github.com/easymock/easymock/releases)
- [Changelog](https://github.com/easymock/easymock/blob/master/ReleaseNotes.md)
- [Commits](easymock/easymock@easymock-5.5.0...easymock-5.6.0)

---
updated-dependencies:
- dependency-name: org.easymock:easymock
  dependency-version: 5.6.0
  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 Aug 24, 2026
@sonarqubecloud

Copy link
Copy Markdown

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.

0 participants