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

build(deps): bump arquillian.core.version from 1.8.0.Final to 1.8.1.Final #166

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 1, 2024

Bumps arquillian.core.version from 1.8.0.Final to 1.8.1.Final.
Updates org.jboss.arquillian:arquillian-bom from 1.8.0.Final to 1.8.1.Final

Release notes

Sourced from org.jboss.arquillian:arquillian-bom's releases.

1.8.1.Final

What's Changed

New Contributors

Full Changelog: arquillian/arquillian-core@1.8.0.Final...1.8.1.Final

Commits
  • 576945e [maven-release-plugin] prepare release 1.8.1.Final
  • 1a0f65d build(deps-dev): Bump org.slf4j:slf4j-simple from 2.0.12 to 2.0.13 (#560)
  • 7074432 build(deps): Bump org.jboss.shrinkwrap.resolver:shrinkwrap-resolver-bom (#530)
  • bc33e6f build(deps): Bump version.junit5 from 5.10.1 to 5.10.2 (#536)
  • 439528c CI: add JDK 17 testing; run CI on all branches; cleanup ci.yml. (#566)
  • 5bed6db build(deps): Bump org.jboss:jboss-parent from 41 to 46 (#556)
  • 5e8c2de ARQ-2231 The JUnit 5 container does not work with manual mode tests (#546)
  • b220408 Add --add-opens to surefire for running tests on Java SE 17+ (#565)
  • 5c30bf9 Enable access to the ProtocolConfiguration info from the TestDeployment. (#555)
  • 76ba193 build(deps-dev): Bump org.slf4j:slf4j-simple from 2.0.1 to 2.0.12 (#537)
  • Additional commits viewable in compare view

Updates org.jboss.arquillian:arquillian-build from 1.8.0.Final to 1.8.1.Final

Release notes

Sourced from org.jboss.arquillian:arquillian-build's releases.

1.8.1.Final

What's Changed

New Contributors

Full Changelog: arquillian/arquillian-core@1.8.0.Final...1.8.1.Final

Commits
  • 576945e [maven-release-plugin] prepare release 1.8.1.Final
  • 1a0f65d build(deps-dev): Bump org.slf4j:slf4j-simple from 2.0.12 to 2.0.13 (#560)
  • 7074432 build(deps): Bump org.jboss.shrinkwrap.resolver:shrinkwrap-resolver-bom (#530)
  • bc33e6f build(deps): Bump version.junit5 from 5.10.1 to 5.10.2 (#536)
  • 439528c CI: add JDK 17 testing; run CI on all branches; cleanup ci.yml. (#566)
  • 5bed6db build(deps): Bump org.jboss:jboss-parent from 41 to 46 (#556)
  • 5e8c2de ARQ-2231 The JUnit 5 container does not work with manual mode tests (#546)
  • b220408 Add --add-opens to surefire for running tests on Java SE 17+ (#565)
  • 5c30bf9 Enable access to the ProtocolConfiguration info from the TestDeployment. (#555)
  • 76ba193 build(deps-dev): Bump org.slf4j:slf4j-simple from 2.0.1 to 2.0.12 (#537)
  • 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 the dependencies Pull requests that update a dependency file label Jul 1, 2024
@rhusar rhusar self-assigned this Jul 1, 2024
@rhusar rhusar marked this pull request as draft July 1, 2024 14:39
@rhusar
Copy link
Collaborator

rhusar commented Jul 1, 2024

Converting to draft since this will need dependency naming changes.

Copy link
Collaborator

@rhusar rhusar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This will need dependency naming changes.

Bumps `arquillian.core.version` from 1.8.0.Final to 1.8.1.Final.

Updates `org.jboss.arquillian:arquillian-bom` from 1.8.0.Final to 1.8.1.Final
- [Release notes](https://github.com/arquillian/arquillian-core/releases)
- [Commits](arquillian/arquillian-core@1.8.0.Final...1.8.1.Final)

Updates `org.jboss.arquillian:arquillian-build` from 1.8.0.Final to 1.8.1.Final
- [Release notes](https://github.com/arquillian/arquillian-core/releases)
- [Commits](arquillian/arquillian-core@1.8.0.Final...1.8.1.Final)

---
updated-dependencies:
- dependency-name: org.jboss.arquillian:arquillian-bom
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.jboss.arquillian:arquillian-build
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/maven/arquillian.core.version-1.8.1.Final branch from 4d12f83 to b7914e5 Compare July 1, 2024 15:03
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 10, 2024

Superseded by #168.

@dependabot dependabot bot closed this Jul 10, 2024
@dependabot dependabot bot deleted the dependabot/maven/arquillian.core.version-1.8.1.Final branch July 10, 2024 08:13
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.

1 participant