Skip to content

[12.0.x Root pom] Bump the integration-deps group across 1 directory with 4 updates#15188

Closed
dependabot[bot] wants to merge 1 commit into
jetty-12.0.xfrom
dependabot/maven/jetty-12.0.x/integration-deps-6fff9bf684
Closed

[12.0.x Root pom] Bump the integration-deps group across 1 directory with 4 updates#15188
dependabot[bot] wants to merge 1 commit into
jetty-12.0.xfrom
dependabot/maven/jetty-12.0.x/integration-deps-6fff9bf684

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 30, 2026

Copy link
Copy Markdown
Contributor

Bumps the integration-deps group with 4 updates in the / directory: org.mongodb:mongodb-driver-sync, org.mongodb:bson, org.mongodb:mongodb-driver-core and com.google.cloud:google-cloud-datastore.

Updates org.mongodb:mongodb-driver-sync from 5.7.0 to 5.8.0

Release notes

Sourced from org.mongodb:mongodb-driver-sync's releases.

Java Driver 5.8.0 (May 28, 2026)

What's Changed

🔥 Enhancements

  • Added typed builder API for vector search index definitions #1960 by @​rozza
  • Added $rerank aggregation stage support (MongoDB 8.3 / Atlas) #1963 by @​rozza
  • Added vectorSearch operator support for the $search pipeline stage #1962 by @​rozza
  • Added storedSource support for vector search indexes and returnStoredSource for $vectorSearch queries #1977 by @​rozza
  • Added BinaryVector and VectorSearchQuery vectorSearch overloads to the Scala driver #1986 by @​rozza
  • Optimized RawBsonDocument encode and decode by eliminating intermediate allocations #1988 by @​rozza
  • Preliminary refactoring for backpressure support #1952 by @​stIncMale
  • Small improvements related to value-based classes #1964 by @​stIncMale

🛠 Fixes

  • Fixed OSGi bundle resolution failure when Micrometer is not present #1982 by @​rozza
  • Added missing Javadoc to MongodbObservation and MongodbObservationContext by @​rozza

📦 Dependency Updates

🧪 Testing & CI

New Contributors

Verifying artifact signatures

Please refer to https://www.mongodb.com/docs/drivers/java/sync/current/security/validate-signatures/ for the full procedure.

To download and import the public key for verifying signatures, execute

gpg --keyserver hkps://keyserver.ubuntu.com --recv-keys 1a75005e142192223d6a7c3b76e0008d166740a8

Full Changelog: mongodb/mongo-java-driver@r5.7.0...r5.8.0

Commits
  • 6024ca9 Version: bump 5.8.0
  • f3bbdb2 Add BinaryVector and VectorSearchQuery vectorSearch overloads to Scala driver...
  • 966abab Upgrade libmongocrypt version to 1.18.1 (#1983)
  • 98e0761 Optimize RawBsonDocument encode and decode by eliminating intermediate alloca...
  • 40ee8d5 Fix NamespaceExists test failure (#1956)
  • 541af75 Mark micrometer OSGi imports as optional and add bundle resolution test (#1982)
  • cd6c045 Add storedSource support for vector search indexes and returnStoredSource for...
  • 717da9c Revert "Resolve TLS channel address before opening socket" (#1979)
  • 58122f6 Add vectorSearch operator for $search pipeline stage (#1962)
  • 13d4aef Resolve TLS channel address before opening socket
  • Additional commits viewable in compare view

Updates org.mongodb:bson from 5.7.0 to 5.8.0

Release notes

Sourced from org.mongodb:bson's releases.

Java Driver 5.8.0 (May 28, 2026)

What's Changed

🔥 Enhancements

  • Added typed builder API for vector search index definitions #1960 by @​rozza
  • Added $rerank aggregation stage support (MongoDB 8.3 / Atlas) #1963 by @​rozza
  • Added vectorSearch operator support for the $search pipeline stage #1962 by @​rozza
  • Added storedSource support for vector search indexes and returnStoredSource for $vectorSearch queries #1977 by @​rozza
  • Added BinaryVector and VectorSearchQuery vectorSearch overloads to the Scala driver #1986 by @​rozza
  • Optimized RawBsonDocument encode and decode by eliminating intermediate allocations #1988 by @​rozza
  • Preliminary refactoring for backpressure support #1952 by @​stIncMale
  • Small improvements related to value-based classes #1964 by @​stIncMale

🛠 Fixes

  • Fixed OSGi bundle resolution failure when Micrometer is not present #1982 by @​rozza
  • Added missing Javadoc to MongodbObservation and MongodbObservationContext by @​rozza

📦 Dependency Updates

🧪 Testing & CI

New Contributors

Verifying artifact signatures

Please refer to https://www.mongodb.com/docs/drivers/java/sync/current/security/validate-signatures/ for the full procedure.

To download and import the public key for verifying signatures, execute

gpg --keyserver hkps://keyserver.ubuntu.com --recv-keys 1a75005e142192223d6a7c3b76e0008d166740a8

Full Changelog: mongodb/mongo-java-driver@r5.7.0...r5.8.0

Commits
  • 6024ca9 Version: bump 5.8.0
  • f3bbdb2 Add BinaryVector and VectorSearchQuery vectorSearch overloads to Scala driver...
  • 966abab Upgrade libmongocrypt version to 1.18.1 (#1983)
  • 98e0761 Optimize RawBsonDocument encode and decode by eliminating intermediate alloca...
  • 40ee8d5 Fix NamespaceExists test failure (#1956)
  • 541af75 Mark micrometer OSGi imports as optional and add bundle resolution test (#1982)
  • cd6c045 Add storedSource support for vector search indexes and returnStoredSource for...
  • 717da9c Revert "Resolve TLS channel address before opening socket" (#1979)
  • 58122f6 Add vectorSearch operator for $search pipeline stage (#1962)
  • 13d4aef Resolve TLS channel address before opening socket
  • Additional commits viewable in compare view

Updates org.mongodb:mongodb-driver-core from 5.7.0 to 5.8.0

Release notes

Sourced from org.mongodb:mongodb-driver-core's releases.

Java Driver 5.8.0 (May 28, 2026)

What's Changed

🔥 Enhancements

  • Added typed builder API for vector search index definitions #1960 by @​rozza
  • Added $rerank aggregation stage support (MongoDB 8.3 / Atlas) #1963 by @​rozza
  • Added vectorSearch operator support for the $search pipeline stage #1962 by @​rozza
  • Added storedSource support for vector search indexes and returnStoredSource for $vectorSearch queries #1977 by @​rozza
  • Added BinaryVector and VectorSearchQuery vectorSearch overloads to the Scala driver #1986 by @​rozza
  • Optimized RawBsonDocument encode and decode by eliminating intermediate allocations #1988 by @​rozza
  • Preliminary refactoring for backpressure support #1952 by @​stIncMale
  • Small improvements related to value-based classes #1964 by @​stIncMale

🛠 Fixes

  • Fixed OSGi bundle resolution failure when Micrometer is not present #1982 by @​rozza
  • Added missing Javadoc to MongodbObservation and MongodbObservationContext by @​rozza

📦 Dependency Updates

🧪 Testing & CI

New Contributors

Verifying artifact signatures

Please refer to https://www.mongodb.com/docs/drivers/java/sync/current/security/validate-signatures/ for the full procedure.

To download and import the public key for verifying signatures, execute

gpg --keyserver hkps://keyserver.ubuntu.com --recv-keys 1a75005e142192223d6a7c3b76e0008d166740a8

Full Changelog: mongodb/mongo-java-driver@r5.7.0...r5.8.0

Commits
  • 6024ca9 Version: bump 5.8.0
  • f3bbdb2 Add BinaryVector and VectorSearchQuery vectorSearch overloads to Scala driver...
  • 966abab Upgrade libmongocrypt version to 1.18.1 (#1983)
  • 98e0761 Optimize RawBsonDocument encode and decode by eliminating intermediate alloca...
  • 40ee8d5 Fix NamespaceExists test failure (#1956)
  • 541af75 Mark micrometer OSGi imports as optional and add bundle resolution test (#1982)
  • cd6c045 Add storedSource support for vector search indexes and returnStoredSource for...
  • 717da9c Revert "Resolve TLS channel address before opening socket" (#1979)
  • 58122f6 Add vectorSearch operator for $search pipeline stage (#1962)
  • 13d4aef Resolve TLS channel address before opening socket
  • Additional commits viewable in compare view

Updates com.google.cloud:google-cloud-datastore from 2.40.0 to 2.41.0

Changelog

Sourced from com.google.cloud:google-cloud-datastore's changelog.

2.41.0 (2024-03-06)

  • No change
Commits

Updates org.mongodb:bson from 5.7.0 to 5.8.0

Release notes

Sourced from org.mongodb:bson's releases.

Java Driver 5.8.0 (May 28, 2026)

What's Changed

🔥 Enhancements

  • Added typed builder API for vector search index definitions #1960 by @​rozza
  • Added $rerank aggregation stage support (MongoDB 8.3 / Atlas) #1963 by @​rozza
  • Added vectorSearch operator support for the $search pipeline stage #1962 by @​rozza
  • Added storedSource support for vector search indexes and returnStoredSource for $vectorSearch queries #1977 by @​rozza
  • Added BinaryVector and VectorSearchQuery vectorSearch overloads to the Scala driver #1986 by @​rozza
  • Optimized RawBsonDocument encode and decode by eliminating intermediate allocations #1988 by @​rozza
  • Preliminary refactoring for backpressure support #1952 by @​stIncMale
  • Small improvements related to value-based classes #1964 by @​stIncMale

🛠 Fixes

  • Fixed OSGi bundle resolution failure when Micrometer is not present #1982 by @​rozza
  • Added missing Javadoc to MongodbObservation and MongodbObservationContext by @​rozza

📦 Dependency Updates

🧪 Testing & CI

New Contributors

Verifying artifact signatures

Please refer to https://www.mongodb.com/docs/drivers/java/sync/current/security/validate-signatures/ for the full procedure.

To download and import the public key for verifying signatures, execute

gpg --keyserver hkps://keyserver.ubuntu.com --recv-keys 1a75005e142192223d6a7c3b76e0008d166740a8

Full Changelog: mongodb/mongo-java-driver@r5.7.0...r5.8.0

Commits
  • 6024ca9 Version: bump 5.8.0
  • f3bbdb2 Add BinaryVector and VectorSearchQuery vectorSearch overloads to Scala driver...
  • 966abab Upgrade libmongocrypt version to 1.18.1 (#1983)
  • 98e0761 Optimize RawBsonDocument encode and decode by eliminating intermediate alloca...
  • 40ee8d5 Fix NamespaceExists test failure (#1956)
  • 541af75 Mark micrometer OSGi imports as optional and add bundle resolution test (#1982)
  • cd6c045 Add storedSource support for vector search indexes and returnStoredSource for...
  • 717da9c Revert "Resolve TLS channel address before opening socket" (#1979)
  • 58122f6 Add vectorSearch operator for $search pipeline stage (#1962)
  • 13d4aef Resolve TLS channel address before opening socket
  • Additional commits viewable in compare view

Updates org.mongodb:mongodb-driver-core from 5.7.0 to 5.8.0

Release notes

Sourced from org.mongodb:mongodb-driver-core's releases.

Java Driver 5.8.0 (May 28, 2026)

What's Changed

🔥 Enhancements

  • Added typed builder API for vector search index definitions #1960 by @​rozza
  • Added $rerank aggregation stage support (MongoDB 8.3 / Atlas) #1963 by @​rozza
  • Added vectorSearch operator support for the $search pipeline stage #1962 by @​rozza
  • Added storedSource support for vector search indexes and returnStoredSource for $vectorSearch queries #1977 by @​rozza
  • Added BinaryVector and VectorSearchQuery vectorSearch overloads to the Scala driver #1986 by @​rozza
  • Optimized RawBsonDocument encode and decode by eliminating intermediate allocations #1988 by @​rozza
  • Preliminary refactoring for backpressure support #1952 by @​stIncMale
  • Small improvements related to value-based classes #1964 by @​stIncMale

🛠 Fixes

  • Fixed OSGi bundle resolution failure when Micrometer is not present #1982 by @​rozza
  • Added missing Javadoc to MongodbObservation and MongodbObservationContext by @​rozza

📦 Dependency Updates

🧪 Testing & CI

New Contributors

Verifying artifact signatures

Please refer to https://www.mongodb.com/docs/drivers/java/sync/current/security/validate-signatures/ for the full procedure.

To download and import the public key for verifying signatures, execute

gpg --keyserver hkps://keyserver.ubuntu.com --recv-keys 1a75005e142192223d6a7c3b76e0008d166740a8

Full Changelog: mongodb/mongo-java-driver@r5.7.0...r5.8.0

Commits
  • 6024ca9 Version: bump 5.8.0
  • f3bbdb2 Add BinaryVector and VectorSearchQuery vectorSearch overloads to Scala driver...
  • 966abab Upgrade libmongocrypt version to 1.18.1 (#1983)
  • 98e0761 Optimize RawBsonDocument encode and decode by eliminating intermediate alloca...
  • 40ee8d5 Fix NamespaceExists test failure (#1956)
  • 541af75 Mark micrometer OSGi imports as optional and add bundle resolution test (#1982)
  • cd6c045 Add storedSource support for vector search indexes and returnStoredSource for...
  • 717da9c Revert "Resolve TLS channel address before opening socket" (#1979)
  • 58122f6 Add vectorSearch operator for $search pipeline stage (#1962)
  • 13d4aef Resolve TLS channel address before opening socket
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels May 30, 2026
@dependabot dependabot Bot force-pushed the dependabot/maven/jetty-12.0.x/integration-deps-6fff9bf684 branch from 4b736ca to 56ea369 Compare June 6, 2026 00:03
…with 4 updates

Bumps the integration-deps group with 4 updates in the / directory: [org.mongodb:mongodb-driver-sync](https://github.com/mongodb/mongo-java-driver), [org.mongodb:bson](https://github.com/mongodb/mongo-java-driver), [org.mongodb:mongodb-driver-core](https://github.com/mongodb/mongo-java-driver) and [com.google.cloud:google-cloud-datastore](https://github.com/googleapis/google-cloud-java).


Updates `org.mongodb:mongodb-driver-sync` from 5.7.0 to 5.8.0
- [Release notes](https://github.com/mongodb/mongo-java-driver/releases)
- [Commits](mongodb/mongo-java-driver@r5.7.0...r5.8.0)

Updates `org.mongodb:bson` from 5.7.0 to 5.8.0
- [Release notes](https://github.com/mongodb/mongo-java-driver/releases)
- [Commits](mongodb/mongo-java-driver@r5.7.0...r5.8.0)

Updates `org.mongodb:mongodb-driver-core` from 5.7.0 to 5.8.0
- [Release notes](https://github.com/mongodb/mongo-java-driver/releases)
- [Commits](mongodb/mongo-java-driver@r5.7.0...r5.8.0)

Updates `com.google.cloud:google-cloud-datastore` from 2.40.0 to 2.41.0
- [Release notes](https://github.com/googleapis/google-cloud-java/releases)
- [Changelog](https://github.com/googleapis/google-cloud-java/blob/main/java-document-ai/CHANGELOG.md)
- [Commits](https://github.com/googleapis/google-cloud-java/commits)

Updates `org.mongodb:bson` from 5.7.0 to 5.8.0
- [Release notes](https://github.com/mongodb/mongo-java-driver/releases)
- [Commits](mongodb/mongo-java-driver@r5.7.0...r5.8.0)

Updates `org.mongodb:mongodb-driver-core` from 5.7.0 to 5.8.0
- [Release notes](https://github.com/mongodb/mongo-java-driver/releases)
- [Commits](mongodb/mongo-java-driver@r5.7.0...r5.8.0)

---
updated-dependencies:
- dependency-name: com.google.cloud:google-cloud-datastore
  dependency-version: 2.41.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: integration-deps
- dependency-name: org.mongodb:bson
  dependency-version: 5.8.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: integration-deps
- dependency-name: org.mongodb:bson
  dependency-version: 5.8.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: integration-deps
- dependency-name: org.mongodb:mongodb-driver-core
  dependency-version: 5.8.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: integration-deps
- dependency-name: org.mongodb:mongodb-driver-core
  dependency-version: 5.8.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: integration-deps
- dependency-name: org.mongodb:mongodb-driver-sync
  dependency-version: 5.8.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: integration-deps
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/maven/jetty-12.0.x/integration-deps-6fff9bf684 branch from 56ea369 to e201bb5 Compare June 8, 2026 04:03
@olamy

olamy commented Jun 10, 2026

Copy link
Copy Markdown
Member

@dependabot recreate

@dependabot @github

dependabot Bot commented on behalf of github Jun 10, 2026

Copy link
Copy Markdown
Contributor Author

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot Bot closed this Jun 10, 2026
@dependabot dependabot Bot deleted the dependabot/maven/jetty-12.0.x/integration-deps-6fff9bf684 branch June 10, 2026 21:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update Java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant