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

Update all minor dependencies (master) #656

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 30, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
org.bouncycastle:bcpkix-jdk15on (source) 1.59 -> 1.70 age adoption passing confidence
org.bouncycastle:bcprov-jdk15on (source) 1.59 -> 1.70 age adoption passing confidence
nl.jqno.equalsverifier:equalsverifier (source) 3.17.5 -> 3.18 age adoption passing confidence
io.projectreactor:reactor-test 3.3.4.RELEASE -> 3.7.1 age adoption passing confidence
io.projectreactor:reactor-core 3.3.4.RELEASE -> 3.7.1 age adoption passing confidence
com.google.dagger:dagger-compiler 2.27 -> 2.54 age adoption passing confidence
com.google.dagger:dagger 2.27 -> 2.54 age adoption passing confidence

Release Notes

jqno/equalsverifier (nl.jqno.equalsverifier:equalsverifier)

v3.18

Added
  • Tools like IntelliJ, Spotbugs and ErrorProne now report when you forget to call .verify() at the end of an EqualsVerifier invocation (through the @CheckReturnValue annotation).
  • Adds prefab values for Java 21's SequencedCollection, SequencedSet and SequencedMap.
reactor/reactor-core (io.projectreactor:reactor-test)

v3.7.1

Reactor Core 3.7.1 is part of 2024.0.1 Release Train.

What's Changed

✨ New features and improvements
🐞 Bug fixes
📖 Documentation

New Contributors

Full Changelog: reactor/reactor-core@v3.7.0...v3.7.1

v3.7.0

Reactor Core 3.7.0 is part of 2024.0.0 Release Train.

New and Noteworthy

  • Reference documentation migrated to Antora
  • Improved Multi-Release-Jar experience

What's Changed

⚠️ Update considerations and deprecations
✨ New features and improvements
🐞 Bug fixes
📖 Documentation

New Contributors

Full Changelog: reactor/reactor-core@v3.6.9...v3.7.0

v3.6.13

Reactor Core 3.6.13 is part of 2023.0.13 Release Train.

What's Changed

🐞 Bug fixes

Full Changelog: reactor/reactor-core@v3.6.12...v3.6.13

v3.6.12

Reactor Core 3.6.12 is part of 2023.0.12 Release Train.

What's Changed

✨ New features and improvements
🐞 Bug fixes

Full Changelog: reactor/reactor-core@v3.6.11...v3.6.12

v3.6.11

Reactor Core 3.6.11 is part of 2023.0.11 Release Train.

What's Changed

✨ New features and improvements

Full Changelog: reactor/reactor-core@v3.6.10...v3.6.11

v3.6.10

What's Changed

✨ New features and improvements
🐞 Bug fixes
📖 Documentation

New Contributors

Full Changelog: reactor/reactor-core@v3.6.9...v3.6.10

v3.6.9

Reactor Core 3.6.9 is part of 2023.0.9 Release Train.

What's Changed

✨ New features and improvements
🐞 Bug fixes

New Contributors

Full Changelog: reactor/reactor-core@v3.6.8...v3.6.9

v3.6.8

Reactor Core 3.6.8 is part of 2023.0.8 Release Train.

What's Changed

🐞 Bug fixes

Full Changelog: reactor/reactor-core@v3.6.7...v3.6.8

v3.6.7

Reactor Core 3.6.7 is part of 2023.0.7 Release Train.

What's Changed

✨ New features and improvements
🐞 Bug fixes

Full Changelog: reactor/reactor-core@v3.6.6...v3.6.7

v3.6.6

Reactor Core 3.6.6 is part of 2023.0.6 Release Train.

What's Changed

✨ New features and improvements
🐞 Bug fixes

New Contributors

Full Changelog: reactor/reactor-core@v3.6.5...v3.6.6

v3.6.5

What's Changed

✨ New features and improvements

Full Changelog: reactor/reactor-core@v3.6.4...v3.6.5

v3.6.4

Reactor Core 3.6.4 is part of 2023.0.4 Release Train.

What's Changed

✨ New features and improvements
🐞 Bug fixes
📖 Documentation

New Contributors

Full Changelog: reactor/reactor-core@v3.6.3...v3.6.4

v3.6.3

Reactor Core 3.6.3 is part of 2023.0.3 Release Train.

What's Changed

✨ New features and improvements
📖 Documentation, Tests and Build

New Contributors

Full Changelog: reactor/reactor-core@v3.6.2...v3.6.3

v3.6.2

Reactor Core 3.6.2 is part of 2023.0.2 Release Train.

What's Changed

⚠️ Update considerations and deprecations
🐞 Bug fixes
📖 Documentation, Tests and Build
🆙 Dependency Upgrades

New Contributors

Full Changelog: reactor/reactor-core@v3.6.1...v3.6.2

v3.6.1

Reactor Core 3.6.1 is part of 2023.0.1 Release Train.

What's Changed

🐞 Bug fixes
📖 Documentation, Tests and Build
🆙 Dependency Upgrades

New Contributors

Full Changelog: reactor/reactor-core@v3.6.0...v3.6.1

v3.6.0

Reactor-Core 3.6.0 is part of 2023.0.0 Release Train.

This is the first GA release of 2023.0.0 🎉

This note focuses on 3.6.0 proper, curating changes from across all milestones and also includes changes already released as part of 3.4.x line up to 3.4.34 as well as 3.5.x line up to 3.5.12.

While there are plenty of improvements and bug fixes, it's worth to highlight the bigger themes first:

  • The Schedulers.boundedElastic() may return a specific implementation tailored for Project Loom and running on virtual threads if application runs in Java 21+ runtime and have set the reactor.schedulers.defaultBoundedElasticOnVirtualThreads system property to true. Please consult the javadocs and the reference documentation for more information.
  • Support for Multi-Release Jar. Since this release project has java version specific sources that are enabled if runs in specific Java runtime. This allows to avoid unnecessary reflection checks as well as embrace some new neat java features without changing the baseline for the whole code base.
  • Hardening of the context-propagation. This release introduces better support for external Publishers detection with their corresponding decoration if detected. This enables more stable context-propagation when it comes to external libraries integration.

See dedicated pre-release blogpost for more information.

What's Changed

⚠️ Update considerations and deprecations
✨ New features and improvements
🐞 Bug fixes
📖 Documentation, Tests and Build
🆙 Dependency Upgrades

New Contributors

Full Changelog: reactor/reactor-core@v3.5.8...v3.6.0

v3.5.20

Reactor Core 3.5.20 is part of 2022.0.22 Release Train.
This is the last release of 3.5.x, as 2022.0.x Release Train is going out of OSS support. For the next steps, check our support policy.

What's Changed

✨ New features and improvements
🐞 Bug fixes

Full Changelog: reactor/reactor-core@v3.5.19...v3.5.20

v3.5.19

Reactor Core 3.5.19 is part of 2022.0.21 Release Train.

What's Changed

🐞 Bug fixes

Full Changelog: reactor/reactor-core@v3.5.18...v3.5.19

v3.5.18

Reactor Core 3.5.18 is part of 2022.0.20 Release Train.

What's Changed

✨ New features and improvements
🐞 Bug fixes

Full Changelog: reactor/reactor-core@v3.5.17...v3.5.18

v3.5.17

Reactor Core 3.5.17 is part of 2022.0.19 Release Train.

What's Changed

✨ New features and improvements
🐞 Bug fixes

New Contributors

Full Changelog: reactor/reactor-core@v3.5.16...v3.5.17

v3.5.16

What's Changed

✨ New features and improvements

Full Changelog: reactor/reactor-core@v3.5.15...v3.5.16

v3.5.15

Reactor Core 3.5.15 is part of 2022.0.17 Release Train.

What's Changed

🐞 Bug fixes
📖 Documentation

Full Changelog: reactor/reactor-core@v3.5.14...v3.5.15

v3.5.14

Reactor Core 3.5.14 is part of 2022.0.15 Release Train.

What's Changed

🐞 Bug fixes
📖 Documentation, Tests and Build
🆙 Dependency Upgrades
  • Bump byteBuddyVersion from 1.14.9 to 1.14.

Configuration

📅 Schedule: Branch creation - "* * * * 0,6" (UTC), Automerge - "* 0-4,22-23 * * 1-5,* * * * 0,6" (UTC).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from pglombardo as a code owner November 30, 2024 01:11
@renovate renovate bot added the renovate label Nov 30, 2024
@renovate renovate bot requested a review from SgtSilvio as a code owner November 30, 2024 01:11
@cla-bot cla-bot bot added the cla-signed label Nov 30, 2024
@renovate renovate bot force-pushed the renovate/hivemq-mqtt-client/master-all-minor branch 3 times, most recently from 086c0b2 to 3d75b97 Compare December 7, 2024 03:02
@renovate renovate bot force-pushed the renovate/hivemq-mqtt-client/master-all-minor branch 2 times, most recently from af9dc92 to 968a994 Compare December 21, 2024 01:00
@renovate renovate bot force-pushed the renovate/hivemq-mqtt-client/master-all-minor branch 2 times, most recently from 326b63c to c75d0e0 Compare December 21, 2024 06:15
@renovate renovate bot force-pushed the renovate/hivemq-mqtt-client/master-all-minor branch from c75d0e0 to aaf13cd Compare December 28, 2024 00:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants