Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Bump the maven-dependencies group with 4 updates#3406

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged

Conversation

@dependabot
Copy link
Contributor

@dependabotdependabotbot commented on behalf ofgithubApr 20, 2025

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

Updatesio.projectreactor:reactor-core from 3.7.4 to 3.7.5

Release notes

Sourced fromio.projectreactor:reactor-core's releases.

v3.7.5

Reactor Core3.7.5 is part of2024.0.5 Release Train.

What's Changed

✨ New features and improvements

  • Depend onMicrometer1.14.6 by@​violetagg in cdcba76dccd06fee7402637d505357be2aa836bb
  • Depend onMicrometer Tracing1.4.5 by@​violetagg in cdcba76dccd06fee7402637d505357be2aa836bb
  • Depend onContext Propagation1.1.3 by@​violetagg in cdcba76dccd06fee7402637d505357be2aa836bb

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

Commits

Updatesio.projectreactor:reactor-test from 3.7.4 to 3.7.5

Release notes

Sourced fromio.projectreactor:reactor-test's releases.

v3.7.5

Reactor Core3.7.5 is part of2024.0.5 Release Train.

What's Changed

✨ New features and improvements

  • Depend onMicrometer1.14.6 by@​violetagg in cdcba76dccd06fee7402637d505357be2aa836bb
  • Depend onMicrometer Tracing1.4.5 by@​violetagg in cdcba76dccd06fee7402637d505357be2aa836bb
  • Depend onContext Propagation1.1.3 by@​violetagg in cdcba76dccd06fee7402637d505357be2aa836bb

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

Commits

Updatesio.projectreactor:reactor-test from 3.7.4 to 3.7.5

Release notes

Sourced fromio.projectreactor:reactor-test's releases.

v3.7.5

Reactor Core3.7.5 is part of2024.0.5 Release Train.

What's Changed

✨ New features and improvements

  • Depend onMicrometer1.14.6 by@​violetagg in cdcba76dccd06fee7402637d505357be2aa836bb
  • Depend onMicrometer Tracing1.4.5 by@​violetagg in cdcba76dccd06fee7402637d505357be2aa836bb
  • Depend onContext Propagation1.1.3 by@​violetagg in cdcba76dccd06fee7402637d505357be2aa836bb

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

Commits

Updatesorg.jobrunr:jobrunr from 7.4.1 to 7.5.0

Release notes

Sourced fromorg.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 forQuarkus 3.20 (LTS) andMicronaut Framework 4.8!

This release also brings several other improvements and bug fixes:

  • You can now configure theInMemoryStorageProvider using properties.
  • Improved early detection of misconfigurations inJobRequest andJobRequestHandler.

JobRunr Pro v7.5.0 introduces a newStorageProvider, theCockroachStorageProvider for CockroachDB support!

⚠️Important note for Quarkus and Micronaut users:Previously, JobRunr would automatically fall back to theInMemoryStorageProvider if no otherStorageProvider was configured. Starting with v7.5.0, this fallback behavior is removed. If you still wish to use theInMemoryStorageProvider, 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

  • ImproveJobRequest andJobRequestHandler 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 incompare view

Updatesio.micrometer:micrometer-core from 1.14.5 to 1.14.6

Release notes

Sourced fromio.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 incompare 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>
@dependabotdependabotbot requested review froma team,CodeDrivenMitch,MateuszNaKodach andsmcvb and removed request fora teamApril 20, 2025 03:13
@dependabotdependabotbot added this to theRelease 4.11.2 milestoneApr 20, 2025
@dependabotdependabotbot added Priority 1: MustHighest priority. A release cannot be made if this issue isn’t resolved. Type: Dependency UpgradeUse to signal an issue that adjusts the project’s dependencies. Typically used by dependabot only. labelsApr 20, 2025
@smcvbsmcvb self-assigned thisApr 22, 2025
Copy link
Member

@smcvbsmcvb left a comment

Choose a reason for hiding this comment

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

Looks good to me 👍

@smcvbsmcvbdisabled auto-mergeApril 22, 2025 07:36
@smcvbsmcvb merged commit4988673 intomasterApr 22, 2025
6 of 9 checks passed
@dependabotdependabotbot deleted the dependabot/maven/maven-dependencies-a48a9511a4 branchApril 22, 2025 07:36
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

@smcvbsmcvbsmcvb approved these changes

@github-actionsgithub-actions[bot]github-actions[bot] approved these changes

@CodeDrivenMitchCodeDrivenMitchAwaiting requested review from CodeDrivenMitchCodeDrivenMitch was automatically assigned from AxonFramework/framework-developers

@MateuszNaKodachMateuszNaKodachAwaiting requested review from MateuszNaKodachMateuszNaKodach was automatically assigned from AxonFramework/framework-developers

Assignees

@smcvbsmcvb

Labels

Priority 1: MustHighest priority. A release cannot be made if this issue isn’t resolved.Type: Dependency UpgradeUse to signal an issue that adjusts the project’s dependencies. Typically used by dependabot only.

Projects

None yet

Milestone

Release 4.12.0

Development

Successfully merging this pull request may close these issues.

2 participants

@smcvb

[8]ページ先頭

©2009-2025 Movatter.jp