aws / aws-secretsmanager-jdbc

The AWS Secrets Manager JDBC Library enables Java developers to easily connect to SQL databases using secrets stored in AWS Secrets Manager.
Apache License 2.0
161 stars 77 forks source link

Bump powermock.version from 1.7.0 to 1.7.4 #206

Closed dependabot[bot] closed 3 weeks ago

dependabot[bot] commented 1 year ago

Bumps powermock.version from 1.7.0 to 1.7.4. Updates org.powermock:powermock-module-junit4 from 1.7.0 to 1.7.4

Release notes

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

PowerMock 1.7.4

Published to Bintray

Improvements:

  • Add supporting Java 9 into PowerMockAgent (#878)
  • Release notes generation fixed (#863)

PowerMock 1.7.3

Published to Bintray

Bugfixes

  • PowerMock.replayAll does not handle mocks created by annotation processor for org.easymock.Mock annotation (#849)

PowerMock 1.7.2

Published to Bintray

  • [Bugfixes] @​Mock annotation from easymock api does not work for two fields of the same type. (#755)
  • [Enhancements] Use Mockito Shipkit for CD (#826)

PowerMock Release 1.7.1

Major changes

  • The release contains one, but significant change: the old API for verifying static mock has been deprecated and a new one has been added. Old API will be removed in version PowerMock 2.0 due to incompatibility with Mockito Public API (#832)
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
Commits
  • 46a54bd 1.7.4 release (previous 1.7.3) + release notes updated by CI build 722
  • d321aaa Added supporting java9 to PowerMockAgent (#878)
  • 783e46f [ci skip-release] Revert "1.7.4 release (previous 1.7.3) + release notes upda...
  • 349ae96 [ci skip-release] Revert "1.7.5 release (previous 1.7.4) + release notes upda...
  • 73653cd 1.7.5 release (previous 1.7.4) + release notes updated by CI build 709
  • 51589ab 1.7.4 release (previous 1.7.3) + release notes updated by CI build 708
  • 6715379 Update README.md
  • a61fea9 Update news & remove links to version eye because the service was decommission.
  • 1235058 Upgrade gradle [ci skip-release]
  • 5429b3c Release notes generation fixed (#863) [ci skip-release]
  • Additional commits viewable in compare view


Updates org.powermock:powermock-api-mockito from 1.7.0 to 1.7.4

Release notes

Sourced from org.powermock:powermock-api-mockito's releases.

PowerMock 1.7.4

Published to Bintray

Improvements:

  • Add supporting Java 9 into PowerMockAgent (#878)
  • Release notes generation fixed (#863)

PowerMock 1.7.3

Published to Bintray

Bugfixes

  • PowerMock.replayAll does not handle mocks created by annotation processor for org.easymock.Mock annotation (#849)

PowerMock 1.7.2

Published to Bintray

  • [Bugfixes] @​Mock annotation from easymock api does not work for two fields of the same type. (#755)
  • [Enhancements] Use Mockito Shipkit for CD (#826)

PowerMock Release 1.7.1

Major changes

  • The release contains one, but significant change: the old API for verifying static mock has been deprecated and a new one has been added. Old API will be removed in version PowerMock 2.0 due to incompatibility with Mockito Public API (#832)
Changelog

Sourced from org.powermock:powermock-api-mockito'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
Commits
  • 46a54bd 1.7.4 release (previous 1.7.3) + release notes updated by CI build 722
  • d321aaa Added supporting java9 to PowerMockAgent (#878)
  • 783e46f [ci skip-release] Revert "1.7.4 release (previous 1.7.3) + release notes upda...
  • 349ae96 [ci skip-release] Revert "1.7.5 release (previous 1.7.4) + release notes upda...
  • 73653cd 1.7.5 release (previous 1.7.4) + release notes updated by CI build 709
  • 51589ab 1.7.4 release (previous 1.7.3) + release notes updated by CI build 708
  • 6715379 Update README.md
  • a61fea9 Update news & remove links to version eye because the service was decommission.
  • 1235058 Upgrade gradle [ci skip-release]
  • 5429b3c Release notes generation fixed (#863) [ci skip-release]
  • Additional commits viewable in compare view


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 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)
codecov-commenter commented 1 year ago

Codecov Report

Merging #206 (d7b533b) into master (42dc301) will not change coverage. The diff coverage is n/a.

@@            Coverage Diff            @@
##             master     #206   +/-   ##
=========================================
  Coverage     73.97%   73.97%           
  Complexity      117      117           
=========================================
  Files            11       11           
  Lines           342      342           
  Branches         42       42           
=========================================
  Hits            253      253           
  Misses           82       82           
  Partials          7        7           
simonmarty commented 3 weeks ago

@dependabot rebase

dependabot[bot] commented 3 weeks ago

Looks like these dependencies are no longer a dependency, so this is no longer needed.