Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 30, 2025

Bumps the mutiny group with 1 update: io.smallrye.reactive:mutiny.

Updates io.smallrye.reactive:mutiny from 2.9.4 to 3.0.0

Release notes

Sourced from io.smallrye.reactive:mutiny's releases.

3.0.0

Changelog

🚀 Features

  • 629e16d 🚨 allow Uni.join.all() empty lists

🐛 Fixes

  • 54c89e9 correct typos in documentation comments for buffer size methods

🔄️ Changes

  • 67fe9de misc code polishing edits
  • c5949db changing the TT to E based on the pr comment
  • f4d5bee 🚨 make the onFailure to be typed when we use onFailure(RuntimeException.class)

🧪 Tests

  • 7ac49be add tests to cover all the methods with typed Exception handling

🧰 Tasks

release

  • c5fcd0a update version metadata for Mutiny 3.0.0
  • 0d0b8b2 set development version to 999-SNAPSHOT

🛠 Build

deps

  • 6499b27 bump org.apache.maven.plugins:maven-shade-plugin
  • 92bd147 bump version.surefire.plugin from 3.2.5 to 3.5.4
  • 5d65673 bump io.smallrye:jandex-maven-plugin from 3.4.0 to 3.5.0
  • 54fbb54 bump io.projectreactor:reactor-core from 3.7.10 to 3.7.11
  • 236340c bump kotlin.version from 2.2.10 to 2.2.20
  • 2cd313b bump io.projectreactor:reactor-core from 3.7.9 to 3.7.10
  • f0468cd bump actions/setup-python from 5 to 6
  • 9d7b3b5 bump codecov/codecov-action from 5.5.0 to 5.5.1
  • 3ef5709 bump org.codehaus.mojo:versions-maven-plugin
  • c3d87ae bump org.jreleaser:jreleaser-maven-plugin
  • 272fcf6 bump actions/setup-java from 4 to 5
  • 5fb0cb1 bump codecov/codecov-action from 5.4.3 to 5.5.0
  • 4ba16a9 bump net.bytebuddy:byte-buddy from 1.17.6 to 1.17.7
  • 8907f07 bump actions/checkout from 4 to 5
  • 1ebe9c1 bump kotlin.version from 2.2.0 to 2.2.10
  • a5506a5 bump io.projectreactor:reactor-core from 3.7.8 to 3.7.9
  • 1e190a2 bump org.assertj:assertj-core from 3.27.3 to 3.27.4
  • 6d57d28 bump io.smallrye.common:smallrye-common-annotation
  • b4dfb9b bump io.smallrye.config:smallrye-config
  • 7cad939 bump io.smallrye:jandex-maven-plugin from 3.2.7 to 3.4.0

deps-dev

... (truncated)

Commits
  • c5fcd0a chore(release): update version metadata for Mutiny 3.0.0
  • da75a78 Merge pull request #1956 from jponge/misc/cleanups-pre-3.0.0
  • 67fe9de style: misc code polishing edits
  • 8168cbb Merge pull request #1955 from smallrye/dependabot/maven/org.apache.maven.plug...
  • c195471 Merge pull request #1954 from smallrye/dependabot/maven/version.surefire.plug...
  • 2adb822 Merge pull request #1953 from smallrye/dependabot/maven/io.smallrye-jandex-ma...
  • 6499b27 build(deps): bump org.apache.maven.plugins:maven-shade-plugin
  • 92bd147 build(deps): bump version.surefire.plugin from 3.2.5 to 3.5.4
  • 5d65673 build(deps): bump io.smallrye:jandex-maven-plugin from 3.4.0 to 3.5.0
  • b282f42 Merge pull request #1848 from hadadil/makeOnFailureToBeTyped
  • 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 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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the mutiny group with 1 update: [io.smallrye.reactive:mutiny](https://github.com/smallrye/smallrye-mutiny).


Updates `io.smallrye.reactive:mutiny` from 2.9.4 to 3.0.0
- [Release notes](https://github.com/smallrye/smallrye-mutiny/releases)
- [Commits](smallrye/smallrye-mutiny@2.9.4...3.0.0)

---
updated-dependencies:
- dependency-name: io.smallrye.reactive:mutiny
  dependency-version: 3.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: mutiny
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Sep 30, 2025
@hibernate-github-bot hibernate-github-bot bot changed the title Bump io.smallrye.reactive:mutiny from 2.9.4 to 3.0.0 in the mutiny group [3.1] Bump io.smallrye.reactive:mutiny from 2.9.4 to 3.0.0 in the mutiny group Sep 30, 2025
@DavideD
Copy link
Member

DavideD commented Oct 1, 2025

We applied this to 4.2, I think we can skip it here

@DavideD DavideD closed this Oct 1, 2025
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 1, 2025

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

To ignore these dependencies, configure ignore rules in dependabot.yml

@dependabot dependabot bot deleted the dependabot/gradle/3.1/mutiny-ab532cbfc2 branch October 1, 2025 08:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3.1 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