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

feat(deps): update dependency org.mongodb:bson to v5 #572

Open
wants to merge 58 commits into
base: 4.0.x
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 4, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
org.mongodb:bson (source) 4.11.2 -> 5.0.1 age adoption passing confidence

Configuration

πŸ“… Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

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

β™» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

πŸ”• Ignore: Close this PR and you won't be reminded about this update again.


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

This PR has been generated by Mend Renovate. View repository job log here.

guillermocalvo and others added 30 commits February 22, 2024 21:16
* build: Remove redundant config

The class configured as springBoot mainClass was
deleted in a previous commit so this configuration
is no longer necessary.

* build: Use setter syntax for signing.required

Use setter syntax as that provides better IDE support.

* ci: Improve Github workflows

- Split project testing and building in CI to be able to run the former with a matrix of java versions.
- Improve job and step names to reflect what is actually done in the steps.
- Order env vars alphabetically.
- Centralize user name and email handling.
- Remove some redundant env vars that were set to the same as the default values.
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…radle to v4.4.0 (#530)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
….10.3 (#531)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Gradle Enterprise Plugins can publish versions without the patch version.
This commit takes that into account.
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…plugin to v1.13 (#528)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…o v4.0.2 (#514)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* Update version history in documentation.

* Added a note in the version history section to check Github release page for later releases.
feat(core): Added support for multi-template inheritance.
fix(deps): update gorm to v8.1.1
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
- Breakdown into multiple jobs to simplify release process
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit tries to fix the problem where some artifacts are not signed on release.
As the `views-gradle` module uses the Gradle `java-gradle-plugin`,
there are some extra considerations that must be taken for
signing and publishing.

This commit tries to accommodate these considerations.
* fix(release): Separate the publications

Create publications under different names and
handle publishing of the views-gradle
project separately.

* chore(release): Update release workflow to upload dist file name

---------

Co-authored-by: Puneet Behl <[email protected]>
Fixes Signing and Publishing of the artifacts.
Define `group` for rootProject so that nexus-publish plugin correctly matches staging repository via Gradle task `findSonatypeStagingRepo`.

This is suggested in gradle-nexus/publish-plugin#310.
Improve the release notes template to segregate based on semantic commits.
Update release-drafter/release-drafter configurations to add autolabeler config so it automatically labels pull requests.
Rename property `artifactoryPublishUsername` to `artifactoryUsername`, and `artifactoryPublishPassword` to `artifactoryPassword`.
renovate bot and others added 22 commits March 21, 2024 22:07
… to v8.2.0 (#557)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…te5 to v8.1.0 (#556)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
#560)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
….10.4 (#562)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
#566)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
#570)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@puneetbehl puneetbehl changed the title fix(deps): update dependency org.mongodb:bson to v5 feat(deps): update dependency org.mongodb:bson to v5 Apr 4, 2024
@puneetbehl puneetbehl changed the base branch from 3.2.x to 4.0.x April 4, 2024 14:48
Copy link
Contributor Author

renovate bot commented Apr 4, 2024

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@CLAassistant
Copy link

CLAassistant commented May 14, 2024

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you all sign our Contributor License Agreement before we can accept your contribution.
4 out of 5 committers have signed the CLA.

βœ… guillermocalvo
βœ… matrei
βœ… Richardson-e
βœ… jhron
❌ Puneet Behl


Puneet Behl seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account.
You have signed the CLA already but the status is still pending? Let us recheck it.

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.

None yet

7 participants