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 system-stubs.version from 2.0.2 to 2.1.3 #1835

Closed

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps system-stubs.version from 2.0.2 to 2.1.3.
Updates uk.org.webcompere:system-stubs-core from 2.0.2 to 2.1.3

Release notes

Sourced from uk.org.webcompere:system-stubs-core's releases.

v2.1.2

Add support for TestNG

v2.1.1

Improve build

v2.1.0

Remove dependency on Mockito and ensure environment variables mocking is global to all threads.

  • Build upgraded to Java 11+
  • Mockito no longer used
  • Byte buddy is now used to create the interceptor for environment variables

v2.0.3

Fix a null pointer exception when creating processes with no additional environment variables on Windows.

Commits
  • 37bbb3f [maven-release-plugin] prepare release system-stubs-parent-2.1.3
  • 3cdac62 Merge pull request #68 from webcompere/interoperability-with-other-libraries
  • fbcb134 Provide backwards compatibility for tools that should be able to mock the env...
  • 2a472d1 Update README.md to make the warning pane make more sense
  • c820212 Update readme for next release
  • 7841fe7 [maven-release-plugin] prepare for next development iteration
  • 06aaa91 [maven-release-plugin] prepare release system-stubs-parent-2.1.2
  • fe62ced Update README.md
  • bab4e53 Merge pull request #66 from webcompere/test-ng
  • ee8b9c9 Add support for TestNG
  • Additional commits viewable in compare view

Updates uk.org.webcompere:system-stubs-jupiter from 2.0.2 to 2.1.3

Release notes

Sourced from uk.org.webcompere:system-stubs-jupiter's releases.

v2.1.2

Add support for TestNG

v2.1.1

Improve build

v2.1.0

Remove dependency on Mockito and ensure environment variables mocking is global to all threads.

  • Build upgraded to Java 11+
  • Mockito no longer used
  • Byte buddy is now used to create the interceptor for environment variables

v2.0.3

Fix a null pointer exception when creating processes with no additional environment variables on Windows.

Commits
  • 37bbb3f [maven-release-plugin] prepare release system-stubs-parent-2.1.3
  • 3cdac62 Merge pull request #68 from webcompere/interoperability-with-other-libraries
  • fbcb134 Provide backwards compatibility for tools that should be able to mock the env...
  • 2a472d1 Update README.md to make the warning pane make more sense
  • c820212 Update readme for next release
  • 7841fe7 [maven-release-plugin] prepare for next development iteration
  • 06aaa91 [maven-release-plugin] prepare release system-stubs-parent-2.1.2
  • fe62ced Update README.md
  • bab4e53 Merge pull request #66 from webcompere/test-ng
  • ee8b9c9 Add support for TestNG
  • 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 <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)

@dependabot dependabot bot added dependencies Related to third party dependency updates or migrations java Pull requests that update Java code labels Oct 5, 2023
@dependabot dependabot bot force-pushed the dependabot/maven/2.x/system-stubs.version-2.1.3 branch from 6d4f647 to 7350d9d Compare October 15, 2023 09:04
@ppkarwasz
Copy link
Contributor

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/maven/2.x/system-stubs.version-2.1.3 branch from 7350d9d to bb61402 Compare October 19, 2023 19:41
@ppkarwasz
Copy link
Contributor

@dependabot rebase
#1705

@dependabot dependabot bot force-pushed the dependabot/maven/2.x/system-stubs.version-2.1.3 branch from bb61402 to 581d985 Compare October 19, 2023 20:42
Bumps `system-stubs.version` from 2.0.2 to 2.1.3.

Updates `uk.org.webcompere:system-stubs-core` from 2.0.2 to 2.1.3
- [Release notes](https://github.com/webcompere/system-stubs/releases)
- [Changelog](https://github.com/webcompere/system-stubs/blob/main/History.md)
- [Commits](webcompere/system-stubs@system-stubs-parent-2.0.2...system-stubs-parent-2.1.3)

Updates `uk.org.webcompere:system-stubs-jupiter` from 2.0.2 to 2.1.3
- [Release notes](https://github.com/webcompere/system-stubs/releases)
- [Changelog](https://github.com/webcompere/system-stubs/blob/main/History.md)
- [Commits](webcompere/system-stubs@system-stubs-parent-2.0.2...system-stubs-parent-2.1.3)

---
updated-dependencies:
- dependency-name: uk.org.webcompere:system-stubs-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: uk.org.webcompere:system-stubs-jupiter
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/maven/2.x/system-stubs.version-2.1.3 branch from 581d985 to 0788b73 Compare October 19, 2023 21:10
@github-actions
Copy link

Changes are applied by CI in e49c07f

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 19, 2023

OK, I won't notify you again about this release, but will get in touch when a new version is available. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/maven/2.x/system-stubs.version-2.1.3 branch October 19, 2023 21:40
@ppkarwasz
Copy link
Contributor

This upgrade showed the missing Mockito dependencies, which caused the failures in 49ab16b.

ppkarwasz added a commit that referenced this pull request Oct 20, 2023
The module lost Mockito after #1835 was merged.
ppkarwasz added a commit that referenced this pull request Oct 20, 2023
The module lost Mockito after #1835 was merged.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Related to third party dependency updates or migrations java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant