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

chore(deps): bump org.axonframework:axon-bom from 4.6.6 to 4.8.3 #865

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 8, 2023

Bumps org.axonframework:axon-bom from 4.6.6 to 4.8.3.

Release notes

Sourced from org.axonframework:axon-bom's releases.

Axon Bill of Materials v4.8.2

🛠️ Dependency Upgrade

  • Upgrade Axon Server Connector Java to 2023.1.0 #136
  • Upgrade Axon Framework and Reactor Extension to 4.8.1 #135

❤️ Contributors

We'd like to thank all the contributors who worked on this release!

Axon Bill of Materials v4.8.1

📈 Enhancements

  • Change native to the aot extension. #134

🛠️ Dependency Upgrade

  • Bump actions/setup-java from 3.11.0 to 3.12.0 #133
  • Bump reactor-core from 3.5.7 to 3.5.8 #132

❤️ Contributors

We'd like to thank all the contributors who worked on this release!

Axon Bill of Materials v4.8.0

📈 Enhancements

  • Add JobRunrPro extension. #128

🛠️ Dependency Upgrade

  • Upgrade all Axon Framework projects to 4.8.0
  • Upgrade Axon Server Connector Java to 4.6.3
  • Bump maven-clean-plugin from 3.2.0 to 3.3.1 #131
  • Bump reactor-core from 3.5.6 to 3.5.7 #130
  • Bump maven-release-plugin from 3.0.0 to 3.0.1 #129

❤️ Contributors

We'd like to thank all the contributors who worked on this release!

Axon Bill of Materials v4.7.4

🛠️ Dependency Upgrade

... (truncated)

Commits
  • e61ad80 [maven-release-plugin] prepare release axon-4.8.3
  • 6eb0522 Merge pull request #139 from AxonFramework/dependency-upgrade/axon-4.8.2
  • 5396841 Set AF to 4.8.2
  • 6fd85cb Merge pull request #138 from AxonFramework/dependabot/github_actions/actions/...
  • b824b15 Bump actions/checkout from 3 to 4
  • 46a7530 Merge pull request #137 from AxonFramework/dependabot/maven/io.projectreactor...
  • e91454b Bump io.projectreactor:reactor-core from 3.5.8 to 3.5.9
  • b116f41 Update milestone to 4.8.3
  • 475b52c [maven-release-plugin] prepare for next development iteration
  • 4998f4f [maven-release-plugin] prepare release axon-4.8.2
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added the Type: dependencies Pull requests that update a dependency file label Sep 8, 2023
@codecov
Copy link

codecov bot commented Sep 8, 2023

Codecov Report

Attention: 647 lines in your changes are missing coverage. Please review.

Comparison is base (fe9568a) 27.22% compared to head (2e29466) 26.57%.
Report is 151 commits behind head on develop.

Additional details and impacted files
@@              Coverage Diff              @@
##             develop     #865      +/-   ##
=============================================
- Coverage      27.22%   26.57%   -0.66%     
- Complexity       395      400       +5     
=============================================
  Files            232      244      +12     
  Lines           6034     6539     +505     
  Branches         475      529      +54     
=============================================
+ Hits            1643     1738      +95     
- Misses          4278     4680     +402     
- Partials         113      121       +8     
Files Coverage Δ
...lunda/polyflow/datapool/core/DataPoolProperties.kt 100.00% <100.00%> (ø)
...lunda/polyflow/taskpool/core/task/TaskAggregate.kt 91.39% <100.00%> (+0.18%) ⬆️
...nt/camunda/CamundaEngineClientAutoConfiguration.kt 100.00% <ø> (ø)
...ow/client/camunda/CamundaEngineClientProperties.kt 100.00% <100.00%> (ø)
...collector/CamundaTaskpoolCollectorConfiguration.kt 80.00% <ø> (ø)
...l/collector/task/enricher/ProcessVariableFilter.kt 85.71% <100.00%> (ø)
...w/taskpool/sender/CamundaJobSenderConfiguration.kt 0.00% <ø> (ø)
.../polyflow/datapool/DataEntrySenderConfiguration.kt 86.66% <ø> (ø)
...nda/polyflow/datapool/DataEntrySenderProperties.kt 100.00% <100.00%> (ø)
...unda/polyflow/urlresolver/TasklistUrlProperties.kt 100.00% <ø> (ø)
... and 62 more

... and 1 file with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@dependabot dependabot bot force-pushed the dependabot/maven/org.axonframework-axon-bom-4.8.3 branch 2 times, most recently from 270e948 to 8e4d703 Compare September 18, 2023 21:32
@zambrovski zambrovski added this to the 4.0.0 milestone Sep 18, 2023
@zambrovski zambrovski changed the base branch from develop to feature/852-spring-boot-3 September 18, 2023 21:34
Base automatically changed from feature/852-spring-boot-3 to develop October 16, 2023 14:25
@zambrovski
Copy link
Member

@dependabot rebase

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 16, 2023

Looks like this PR has been edited by someone other than Dependabot. That means Dependabot can't rebase it - sorry!

If you're happy for Dependabot to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

@zambrovski
Copy link
Member

@dependabot recreate

Bumps [org.axonframework:axon-bom](https://github.com/AxonFramework/axon-bom) from 4.6.6 to 4.8.3.
- [Release notes](https://github.com/AxonFramework/axon-bom/releases)
- [Commits](AxonFramework/axon-bom@axon-4.6.6...axon-4.8.3)

---
updated-dependencies:
- dependency-name: org.axonframework:axon-bom
  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/org.axonframework-axon-bom-4.8.3 branch from 20b45f2 to 2e29466 Compare October 16, 2023 14:28
@zambrovski zambrovski self-requested a review October 16, 2023 14:37
@zambrovski zambrovski merged commit d8b92b2 into develop Oct 16, 2023
5 of 7 checks passed
@zambrovski zambrovski deleted the dependabot/maven/org.axonframework-axon-bom-4.8.3 branch October 16, 2023 15:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant