Skip to content

Chore(deps): Bump org.powermock:powermock-module-junit4 from 1.6.5 to 2.0.9 in /keycloak/sms-provider - #122

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/maven/keycloak/sms-provider/org.powermock-powermock-module-junit4-2.0.9
Open

Chore(deps): Bump org.powermock:powermock-module-junit4 from 1.6.5 to 2.0.9 in /keycloak/sms-provider#122
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/maven/keycloak/sms-provider/org.powermock-powermock-module-junit4-2.0.9

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Apr 29, 2026

Copy link
Copy Markdown

Bumps org.powermock:powermock-module-junit4 from 1.6.5 to 2.0.9.

Release notes

Sourced from org.powermock:powermock-module-junit4's releases.

PowerMock 2.0.9

2.0.9

powermock-2.0.8

Release notes were automatically generated by Shipkit

2.0.8

PowerMock 2.0.2

PowerMock 2.0.1

PowerMock 2.0.0

PowerMock 2.0.0 RC1

  • 2018-10-24 - 69 commits by 6 authors - published to Bintray
  • Commits: Arthur Zagretdinov (54), PowerMock Release Tools (11), Henri Tremblay (1), hsynkrtl (1), Ismael Juma (1), Sean Gilhooly (1)
  • [Major changes] Mockito Public API Support Roadmap [(#726)](powermock/powermock#726)
  • [Major changes] Dropped supporting Mockito 1.x as result removed module powermock-api-mockito
  • [Major changes] Dropped supporting EasyMock 3.1. Offical supported EasyMock 3.5
  • [Bugfixes] @​Mock annotation from easymock api does not work for two fields of the same type. [(#755)](powermock/powermock#755)

... (truncated)

Changelog

Sourced from org.powermock:powermock-module-junit4's changelog.

Change log 2.0.0

  • PowerMockito changes: ** verifyStatic is replaced by verifyStatic(Class) ** mockStatic does not reset mocking process anymore. As result you may get the UnfinishedVerificationException or UnfinishedStubbingException ** Possible incapability due toString methods returns by default name of mocked.

Change log 1.7.1

  • Fixed #832 Provide a new API for verifying static mock and deprecate old for Mockito

Change log 1.7.0

  • Added supporting Mockito 2.8.9 for PowerMock 2.x (thanks to Gregor Stamac @​gstamac for pull request)
  • Added supporting global ignore via configuration (issue # #801)
  • Added supporting org.mockito.internal.creation.bytebuddy.InlineByteBuddyMockMaker via PowerMock configuration (issues #793, #774)
  • Optimizations in powermock-reflect (thanks to Roman Leventov @​leventov for pull request) (#724)
  • Migrated from Maven to Gradle (#728)
  • Implement #793 PowerMockMaker for Mockito 2: A new version of PowerMockMaker implemented. It does not conflict with Mockito MockMaker any more. Fix for #701 partially does not work any more, because ByteBuddy implementation of MockMaker always intercept calls to equals and return true only in case if passed object is the same instance of mocked object.
  • Fixed issue #722 IllegalArgumentException is output to standard error (thanks to Kotaro Nanri @​k-nanri for pull request)
  • Fixed issue #717 Regression: MethodNotFoundException
  • Fixed issue #731 No methods matching the name(s) get were found in the class hierarchy for interfaces
  • Fixed issue #753 fix to upgrade code to be compatible with later versions of Mockito (thanks to emmaLP @​emmaLP for pull request)
  • Fixed issue #763 whenNew not matching constructor when null is passed as first or last argument. (thanks to @​podarsmarty podarsmarty for pull request)
  • Fixed issue #781 Call mocked equals static method instead of real (thanks to @​Ilya-Gh Ilya Ghirici for pull request)
  • Fixed issue #772: PowerMockIgnorePackagesExtractorImpl should visit interfaces. (thanks to François Jacques @​hypnoce for pull request)
  • Fixed issue with javax.xml and org.w3c. Previously when PowerMock was used with class which works with XML adding ``@PowerMockIgnore({"org.w3c.", "javax.xml."})` was required. See examples: https://github.com/powermock/powermock-examples-maven/blob/master/spring-mockito-xml/src/test/java/org/powermock/examples/spring/mockito/SpringExampleTest.java

Change log 1.6.6 (2016-11-04)

  • Added support for setting private static final fields in Whitebox.setInternalState (thanks to Andrei Petcu @​andreicristianpetcu for pull request)
  • Added support for specifying constructor parameters for Mockito for whenNew case (Only mock specific calls to new #31)
  • Fixed #668 @​Mock fields are not injected anymore (1.6.5 regression)
  • Fixed #676 Using Powermock with Roo/AspectJ gives NullPointerException (thanks to Sebastian Saip @​ssaip for pull request)
  • Fixed #656 TooManyActualInvocations when class is prepared for test.
  • Fixed #695 ClassNotFoundException when loading cglib enhanced classes created by Spring
  • Fixed Java 6 compatibility issue in org.powermock.utils.StringJoiner (which accidentally referenced Java 7 API's)
  • Fixed #701 StackOverflowError mocking final class extending non-public abstract class overriding equals method
  • Fixed #707 PowerMock should ignore and keep synthetic method/fields when modifies class
  • Fixed #645 jacoco offline instrumentation incompatibility with powermock byte-code manipulation when using @​SuppressStaticInitializationFor
  • Fixed #704 PowerMockito 1.6.5 throws java.lang.SecurityException signer information mismatch
  • Refactoring: Move ProxyFramework from api modules to reflect module.
  • Renamed org.powermock.reflect.internal.WhiteboxImpl.getAllMetodsExcept to org.powermock.reflect.internal.WhiteboxImpl.getAllMethodsExcept (typo)
  • Refactoring: Fix performance issues, fix error handling issues, remove unused imports, remove verbose or redundant code constructs. (thanks to Mykhailo Kovalskyi @​kovalsky for pull request)
  • Upgraded Assertj dependency from 3.4.1 to version 3.5.2
  • Upgraded Javaassist dependency from 3.20.0-GA to version 3.21.0-GA
  • Upgraded Objenesis dependency from 2.2 to version 3.4
Commits
  • 42c72da 2.0.9 release (previous 2.0.8) + release notes updated by CI build 878
  • bc49a5d [ci maven-central-release] PowerMockitoStubberImpl.when throws exceptions wit...
  • 72849cf Merge pull request #1068 from valfirst/bump-byte-buddy-1-10-14
  • 86e1f6e 2.0.8 release (previous 2.0.7) + release notes updated by CI build 876
  • 22da862 Fix Mockito 3 compatibility
  • 287ec73 Bump shipkit from 2.0.31 to 2.3.4
  • bf54805 Merge branch 'release/2.x' into bump-byte-buddy-1-10-14
  • 4f33d9a enable Dependabot v2
  • af3c8b9 add Gradle wrapper validation
  • 43d7b29 Upgrade ByteBuddy and Mockito versions (#1049)
  • 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.powermock:powermock-module-junit4](https://github.com/powermock/powermock) from 1.6.5 to 2.0.9.
- [Release notes](https://github.com/powermock/powermock/releases)
- [Changelog](https://github.com/powermock/powermock/blob/release/2.x/docs/changelog.txt)
- [Commits](powermock/powermock@powermock-1.6.5...powermock-2.0.9)

---
updated-dependencies:
- dependency-name: org.powermock:powermock-module-junit4
  dependency-version: 2.0.9
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Apr 29, 2026
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants