Skip to content

Bump the maven-dependencies group with 4 updates#116

Merged
github-actions[bot] merged 1 commit into
masterfrom
dependabot/maven/maven-dependencies-a48a9511a4
Apr 20, 2025
Merged

Bump the maven-dependencies group with 4 updates#116
github-actions[bot] merged 1 commit into
masterfrom
dependabot/maven/maven-dependencies-a48a9511a4

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github Apr 20, 2025

Bumps the maven-dependencies group with 4 updates: io.projectreactor:reactor-core, io.projectreactor:reactor-test, org.jobrunr:jobrunr and io.micrometer:micrometer-core.

Updates io.projectreactor:reactor-core from 3.7.4 to 3.7.5

Release notes

Sourced from io.projectreactor:reactor-core's releases.

v3.7.5

Reactor Core 3.7.5 is part of 2024.0.5 Release Train.

What's Changed

✨ New features and improvements

  • Depend on Micrometer 1.14.6 by @​violetagg in cdcba76dccd06fee7402637d505357be2aa836bb
  • Depend on Micrometer Tracing 1.4.5 by @​violetagg in cdcba76dccd06fee7402637d505357be2aa836bb
  • Depend on Context Propagation 1.1.3 by @​violetagg in cdcba76dccd06fee7402637d505357be2aa836bb

Full Changelog: reactor/reactor-core@v3.7.4...v3.7.5

Commits
  • cdcba76 [release] Prepare and release 3.7.5
  • efaad11 Merge-ignore release 3.6.16 into 3.7.5
  • 8ae542a [release] Next development version 3.6.17-SNAPSHOT
  • ae2dc3c [release] Prepare and release 3.6.16
  • ef2702d Merge #4015 into 3.7.5
  • 4de9509 Eliminate most compiler warnings (#4015)
  • 9e7150c [release] Next development version 3.7.5-SNAPSHOT
  • See full diff in compare view

Updates io.projectreactor:reactor-test from 3.7.4 to 3.7.5

Release notes

Sourced from io.projectreactor:reactor-test's releases.

v3.7.5

Reactor Core 3.7.5 is part of 2024.0.5 Release Train.

What's Changed

✨ New features and improvements

  • Depend on Micrometer 1.14.6 by @​violetagg in cdcba76dccd06fee7402637d505357be2aa836bb
  • Depend on Micrometer Tracing 1.4.5 by @​violetagg in cdcba76dccd06fee7402637d505357be2aa836bb
  • Depend on Context Propagation 1.1.3 by @​violetagg in cdcba76dccd06fee7402637d505357be2aa836bb

Full Changelog: reactor/reactor-core@v3.7.4...v3.7.5

Commits
  • cdcba76 [release] Prepare and release 3.7.5
  • efaad11 Merge-ignore release 3.6.16 into 3.7.5
  • 8ae542a [release] Next development version 3.6.17-SNAPSHOT
  • ae2dc3c [release] Prepare and release 3.6.16
  • ef2702d Merge #4015 into 3.7.5
  • 4de9509 Eliminate most compiler warnings (#4015)
  • 9e7150c [release] Next development version 3.7.5-SNAPSHOT
  • See full diff in compare view

Updates io.projectreactor:reactor-test from 3.7.4 to 3.7.5

Release notes

Sourced from io.projectreactor:reactor-test's releases.

v3.7.5

Reactor Core 3.7.5 is part of 2024.0.5 Release Train.

What's Changed

✨ New features and improvements

  • Depend on Micrometer 1.14.6 by @​violetagg in cdcba76dccd06fee7402637d505357be2aa836bb
  • Depend on Micrometer Tracing 1.4.5 by @​violetagg in cdcba76dccd06fee7402637d505357be2aa836bb
  • Depend on Context Propagation 1.1.3 by @​violetagg in cdcba76dccd06fee7402637d505357be2aa836bb

Full Changelog: reactor/reactor-core@v3.7.4...v3.7.5

Commits
  • cdcba76 [release] Prepare and release 3.7.5
  • efaad11 Merge-ignore release 3.6.16 into 3.7.5
  • 8ae542a [release] Next development version 3.6.17-SNAPSHOT
  • ae2dc3c [release] Prepare and release 3.6.16
  • ef2702d Merge #4015 into 3.7.5
  • 4de9509 Eliminate most compiler warnings (#4015)
  • 9e7150c [release] Next development version 3.7.5-SNAPSHOT
  • See full diff in compare view

Updates org.jobrunr:jobrunr from 7.4.1 to 7.5.0

Release notes

Sourced from org.jobrunr:jobrunr's releases.

v7.5.0

🎉 JobRunr and JobRunr Pro v7.5.0 🎉

A special thanks to @​xuhuisheng for contributing to JobRunr and making this release possible!

JobRunr v7.5.0 is here, bringing official support for Quarkus 3.20 (LTS) and Micronaut Framework 4.8!

This release also brings several other improvements and bug fixes:

  • You can now configure the InMemoryStorageProvider using properties.
  • Improved early detection of misconfigurations in JobRequest and JobRequestHandler.

JobRunr Pro v7.5.0 introduces a new StorageProvider, the CockroachStorageProvider for CockroachDB support!

⚠️ Important note for Quarkus and Micronaut users: Previously, JobRunr would automatically fall back to the InMemoryStorageProvider if no other StorageProvider was configured. Starting with v7.5.0, this fallback behavior is removed. If you still wish to use the InMemoryStorageProvider, you'll need to explicitly configure it by setting the property: jobrunr.database.type=mem, or by providing a custom bean.

JobRunr v7.5.0

New Features

Enhancements

  • Improve JobRequest and JobRequestHandler misconfiguration detection (when JobRequest references unknown JobRequestHandler). [PR #1213](jobrunr/jobrunr#1213)

Bugfixes

Misc

Full Changelog: jobrunr/jobrunr@v7.4.1...v7.5.0

JobRunr Pro v7.5.0

New Features

Enhancements

Bugfixes

Misc

... (truncated)

Commits
  • 71fc6b9 spring-starter support database.type=mem (#1197)
  • 6ef17ae Improve build (#1235)
  • c7b5fa0 Update dependencies (#1234)
  • e3b88ac Add architecture test to ensure classes named Abstract have abstract modifier...
  • dac8d60 cleanup creation of datasources in storage provider tests (#1229)
  • 52b1402 Fix IndexOutOfBoundsException (#1217)
  • afc17b4 Throw exception when JobRequest is not found resulting in better dev experien...
  • 893f67c Migrate from Cypress to Playwright for UI E2E Tests (#1212)
  • See full diff in compare view

Updates io.micrometer:micrometer-core from 1.14.5 to 1.14.6

Release notes

Sourced from io.micrometer:micrometer-core's releases.

1.14.6

🐞 Bug Fixes

  • Gauge double registration warning for Kafka metrics #5757
  • Log warning about "function" meter re-registration #6070

❤️ Contributors

Thank you to all the contributors who worked on this release:

@​izeye

Commits
  • c3f3a80 Merge branch '1.13.x' into 1.14.x
  • fa523b1 Bump io.micrometer:context-propagation from 1.1.2 to 1.1.3 (#6115)
  • d5f3d34 Bump org.junit:junit-bom from 5.12.1 to 5.12.2 (#6111)
  • 9ebcde1 Bump com.netflix.spectator:spectator-reg-atlas from 1.8.9 to 1.8.10 (#6112)
  • 0ae9b47 Bump org.junit:junit-bom from 5.12.1 to 5.12.2 (#6107)
  • d0e70fc Merge branch '1.13.x' into 1.14.x
  • 3b2270c Bump uk.org.webcompere:system-stubs-jupiter from 2.1.7 to 2.1.8 (#6096)
  • f62f2ee Bump uk.org.webcompere:system-stubs-jupiter from 2.1.7 to 2.1.8 (#6094)
  • 53b9a35 Replace deprecated Project.task() (#6092)
  • 0ebdd7d Bump com.netflix.spectator:spectator-reg-atlas from 1.8.8 to 1.8.9 (#6091)
  • 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 <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 maven-dependencies group with 4 updates: [io.projectreactor:reactor-core](https://github.com/reactor/reactor-core), [io.projectreactor:reactor-test](https://github.com/reactor/reactor-core), [org.jobrunr:jobrunr](https://github.com/jobrunr/jobrunr) and [io.micrometer:micrometer-core](https://github.com/micrometer-metrics/micrometer).


Updates `io.projectreactor:reactor-core` from 3.7.4 to 3.7.5
- [Release notes](https://github.com/reactor/reactor-core/releases)
- [Commits](reactor/reactor-core@v3.7.4...v3.7.5)

Updates `io.projectreactor:reactor-test` from 3.7.4 to 3.7.5
- [Release notes](https://github.com/reactor/reactor-core/releases)
- [Commits](reactor/reactor-core@v3.7.4...v3.7.5)

Updates `io.projectreactor:reactor-test` from 3.7.4 to 3.7.5
- [Release notes](https://github.com/reactor/reactor-core/releases)
- [Commits](reactor/reactor-core@v3.7.4...v3.7.5)

Updates `org.jobrunr:jobrunr` from 7.4.1 to 7.5.0
- [Release notes](https://github.com/jobrunr/jobrunr/releases)
- [Commits](jobrunr/jobrunr@v7.4.1...v7.5.0)

Updates `io.micrometer:micrometer-core` from 1.14.5 to 1.14.6
- [Release notes](https://github.com/micrometer-metrics/micrometer/releases)
- [Commits](micrometer-metrics/micrometer@v1.14.5...v1.14.6)

---
updated-dependencies:
- dependency-name: io.projectreactor:reactor-core
  dependency-version: 3.7.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven-dependencies
- dependency-name: io.projectreactor:reactor-test
  dependency-version: 3.7.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven-dependencies
- dependency-name: io.projectreactor:reactor-test
  dependency-version: 3.7.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven-dependencies
- dependency-name: org.jobrunr:jobrunr
  dependency-version: 7.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven-dependencies
- dependency-name: io.micrometer:micrometer-core
  dependency-version: 1.14.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Copy Markdown
Author

dependabot Bot commented on behalf of github Apr 20, 2025

Reviewers

The following teams could not be added as reviewers: framework-developers. Either the team does not exist or it does not have the correct permissions to be added as a reviewer.

Milestone

The specified milestone could not be found on this repository. If you view a milestone, the final part of the page URL, after milestone, is the identifier. For example: https://github.com/<org>/<repo>/milestone/3.

Labels

The following labels could not be found: Priority 1: Must, Type: Dependency Upgrade. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@github-actions github-actions Bot merged commit 19bc953 into master Apr 20, 2025
2 of 6 checks passed
@dependabot dependabot Bot deleted the dependabot/maven/maven-dependencies-a48a9511a4 branch April 20, 2025 07:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants