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

Bump de.bwaldvogel:mongo-java-server from 1.45.0 to 1.46.0 in the prod-deps group #1236

Merged
merged 1 commit into from
Jan 3, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 30, 2024

Bumps the prod-deps group with 1 update: de.bwaldvogel:mongo-java-server.

Updates de.bwaldvogel:mongo-java-server from 1.45.0 to 1.46.0

Commits

Dependabot compatibility score

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 prod-deps group with 1 update: [de.bwaldvogel:mongo-java-server](https://github.com/bwaldvogel/mongo-java-server).


Updates `de.bwaldvogel:mongo-java-server` from 1.45.0 to 1.46.0
- [Commits](bwaldvogel/mongo-java-server@v1.45.0...v1.46.0)

---
updated-dependencies:
- dependency-name: de.bwaldvogel:mongo-java-server
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-deps
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Dependency updates java Pull requests that update Java code labels Dec 30, 2024
@sleberknight sleberknight marked this pull request as draft January 2, 2025 16:16
@sleberknight
Copy link
Member

Marking as draft temporarily, until I can verify that this new version will work with kiwi-test, which is the only one of our libraries currently using mongo-java-server. It will require some changes. As a first pass:

  • MongoServerTests#startInMemoryMongoServer() should change to use the new ServerVersion.MONGO_4_0 constant (which supports wire protocol 7). Update the Javadoc too!
  • Change MongoServerExtension to use ServerVersion.MONGO_4_0.
  • Update Javadocs in MongoServerExtension to remove the warning added in 3.7.0, and to change all places where 3.6 is referenced to 4.0.

I think these are the only locations that need to change.

@sleberknight sleberknight added this to the 2.0.19 milestone Jan 2, 2025
@sleberknight
Copy link
Member

Here is the downstream issue in kiwi-test: kiwiproject/kiwi-test#539

@sleberknight sleberknight marked this pull request as ready for review January 3, 2025 21:42
@sleberknight
Copy link
Member

Here is the downstream kiwi-test PR. It works, so merging this in.

@sleberknight sleberknight merged commit 2bd83e4 into main Jan 3, 2025
2 checks passed
@sleberknight sleberknight deleted the dependabot/maven/prod-deps-4dd340491a branch January 3, 2025 21:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Dependency updates java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants