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 smallrye.reactive.version from 4.15.0 to 4.16.0 #1803

Merged
merged 1 commit into from
Jan 29, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 29, 2024

Bumps smallrye.reactive.version from 4.15.0 to 4.16.0.
Updates io.smallrye.reactive:smallrye-reactive-messaging-api from 4.15.0 to 4.16.0

Release notes

Sourced from io.smallrye.reactive:smallrye-reactive-messaging-api's releases.

4.16.0

Changelog

  • #2458 - Do not apply context decorator for emitter streams
  • #2454 - Bump org.mockito:mockito-core from 5.8.0 to 5.9.0
  • #2452 - Bump uk.org.webcompere:system-stubs-jupiter from 2.1.5 to 2.1.6
  • #2451 - Bump io.smallrye.config:smallrye-config from 3.5.1 to 3.5.2
  • #2450 - Bump jinja2 from 3.1.2 to 3.1.3 in /documentation
  • #2449 - Bump io.micrometer:micrometer-core from 1.12.1 to 1.12.2
  • #2447 - Bump org.slf4j:slf4j-reload4j from 2.0.10 to 2.0.11
Commits
  • 61096c4 [RELEASE] - Bump version to 4.16.0
  • 87eaae0 Merge pull request #2458 from ozangunalp/emitter_context_decorator_fix
  • d8187c6 Do not apply context decorator for emitter streams
  • e1aaf7b Merge pull request #2454 from smallrye/dependabot/maven/main/org.mockito-mock...
  • 9a84779 Merge pull request #2452 from smallrye/dependabot/maven/main/uk.org.webcomper...
  • 61b4a21 Bump org.mockito:mockito-core from 5.8.0 to 5.9.0
  • 200e7d4 Bump uk.org.webcompere:system-stubs-jupiter from 2.1.5 to 2.1.6
  • d40af8b Merge pull request #2450 from smallrye/dependabot/pip/documentation/jinja2-3.1.3
  • a3d4080 Merge pull request #2451 from smallrye/dependabot/maven/main/io.smallrye.conf...
  • 82e0841 Bump io.smallrye.config:smallrye-config from 3.5.1 to 3.5.2
  • Additional commits viewable in compare view

Updates io.smallrye.reactive:smallrye-reactive-messaging-provider from 4.15.0 to 4.16.0

Release notes

Sourced from io.smallrye.reactive:smallrye-reactive-messaging-provider's releases.

4.16.0

Changelog

  • #2458 - Do not apply context decorator for emitter streams
  • #2454 - Bump org.mockito:mockito-core from 5.8.0 to 5.9.0
  • #2452 - Bump uk.org.webcompere:system-stubs-jupiter from 2.1.5 to 2.1.6
  • #2451 - Bump io.smallrye.config:smallrye-config from 3.5.1 to 3.5.2
  • #2450 - Bump jinja2 from 3.1.2 to 3.1.3 in /documentation
  • #2449 - Bump io.micrometer:micrometer-core from 1.12.1 to 1.12.2
  • #2447 - Bump org.slf4j:slf4j-reload4j from 2.0.10 to 2.0.11
Commits
  • 61096c4 [RELEASE] - Bump version to 4.16.0
  • 87eaae0 Merge pull request #2458 from ozangunalp/emitter_context_decorator_fix
  • d8187c6 Do not apply context decorator for emitter streams
  • e1aaf7b Merge pull request #2454 from smallrye/dependabot/maven/main/org.mockito-mock...
  • 9a84779 Merge pull request #2452 from smallrye/dependabot/maven/main/uk.org.webcomper...
  • 61b4a21 Bump org.mockito:mockito-core from 5.8.0 to 5.9.0
  • 200e7d4 Bump uk.org.webcompere:system-stubs-jupiter from 2.1.5 to 2.1.6
  • d40af8b Merge pull request #2450 from smallrye/dependabot/pip/documentation/jinja2-3.1.3
  • a3d4080 Merge pull request #2451 from smallrye/dependabot/maven/main/io.smallrye.conf...
  • 82e0841 Bump io.smallrye.config:smallrye-config from 3.5.1 to 3.5.2
  • 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 will merge this PR once it's up-to-date and CI passes on it, as requested by @acoburn.


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 Pull requests that update a dependency file java Pull requests that update Java code labels Jan 29, 2024
@acoburn
Copy link
Member

acoburn commented Jan 29, 2024

@dependabot merge

@dependabot dependabot bot force-pushed the dependabot/maven/smallrye.reactive.version-4.16.0 branch from 9612402 to 8a7a725 Compare January 29, 2024 12:52
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 29, 2024

One of your CI runs failed on this pull request, so Dependabot won't merge it.

Dependabot will still automatically merge this pull request if you amend it and your tests pass.

Bumps `smallrye.reactive.version` from 4.15.0 to 4.16.0.

Updates `io.smallrye.reactive:smallrye-reactive-messaging-api` from 4.15.0 to 4.16.0
- [Release notes](https://github.com/smallrye/smallrye-reactive-messaging/releases)
- [Commits](smallrye/smallrye-reactive-messaging@4.15.0...4.16.0)

Updates `io.smallrye.reactive:smallrye-reactive-messaging-provider` from 4.15.0 to 4.16.0
- [Release notes](https://github.com/smallrye/smallrye-reactive-messaging/releases)
- [Commits](smallrye/smallrye-reactive-messaging@4.15.0...4.16.0)

---
updated-dependencies:
- dependency-name: io.smallrye.reactive:smallrye-reactive-messaging-api
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: io.smallrye.reactive:smallrye-reactive-messaging-provider
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/maven/smallrye.reactive.version-4.16.0 branch from 8a7a725 to e19e2f6 Compare January 29, 2024 13:02
@dependabot dependabot bot merged commit 951ea9e into main Jan 29, 2024
3 checks passed
@dependabot dependabot bot deleted the dependabot/maven/smallrye.reactive.version-4.16.0 branch January 29, 2024 13:11
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.

1 participant