Skip to content

[12.1.x EE8] Bump the integration-deps group across 1 directory with 3 updates#15186

Closed
dependabot[bot] wants to merge 1 commit into
jetty-12.1.xfrom
dependabot/maven/jetty-ee8/jetty-12.1.x/integration-deps-a90c49f092
Closed

[12.1.x EE8] Bump the integration-deps group across 1 directory with 3 updates#15186
dependabot[bot] wants to merge 1 commit into
jetty-12.1.xfrom
dependabot/maven/jetty-ee8/jetty-12.1.x/integration-deps-a90c49f092

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the integration-deps group with 3 updates in the /jetty-ee8 directory: org.infinispan.protostream:protostream, org.infinispan.protostream:protostream-processor and org.mongodb:mongodb-driver-sync.

Updates org.infinispan.protostream:protostream from 6.0.7 to 6.0.9

Release notes

Sourced from org.infinispan.protostream:protostream's releases.

6.0.9

What's Changed

Full Changelog: infinispan/protostream@6.0.8...6.0.9

6.0.8

What's Changed

Full Changelog: infinispan/protostream@6.0.7...6.0.8

Commits
  • fb74ed0 Releasing 6.0.9
  • fd8cd08 #679 Fix copy-on-write resolution losing types when other files fail to res...
  • 2c0d86c Next version 6.0.9-SNAPSHOT
  • 626632c Releasing 6.0.8
  • 8eec73a #669 Copy-on-write serialization context state
  • 7da2bce #677 Initialize adapted type fields
  • 6d2dc91 Bump com.google.protobuf:protobuf-java from 4.34.1 to 4.35.0
  • 675ecad Bump org.apache.maven.plugins:maven-enforcer-plugin from 3.6.2 to 3.6.3
  • b3b1335 Bump version.plugin.api from 3.9.15 to 3.9.16
  • e0a8d4e Bump version.log4j from 2.25.4 to 2.26.0
  • Additional commits viewable in compare view

Updates org.infinispan.protostream:protostream-processor from 6.0.7 to 6.0.9

Release notes

Sourced from org.infinispan.protostream:protostream-processor's releases.

6.0.9

What's Changed

Full Changelog: infinispan/protostream@6.0.8...6.0.9

6.0.8

What's Changed

Full Changelog: infinispan/protostream@6.0.7...6.0.8

Commits
  • fb74ed0 Releasing 6.0.9
  • fd8cd08 #679 Fix copy-on-write resolution losing types when other files fail to res...
  • 2c0d86c Next version 6.0.9-SNAPSHOT
  • 626632c Releasing 6.0.8
  • 8eec73a #669 Copy-on-write serialization context state
  • 7da2bce #677 Initialize adapted type fields
  • 6d2dc91 Bump com.google.protobuf:protobuf-java from 4.34.1 to 4.35.0
  • 675ecad Bump org.apache.maven.plugins:maven-enforcer-plugin from 3.6.2 to 3.6.3
  • b3b1335 Bump version.plugin.api from 3.9.15 to 3.9.16
  • e0a8d4e Bump version.log4j from 2.25.4 to 2.26.0
  • Additional commits viewable in compare view

Updates org.infinispan.protostream:protostream-processor from 6.0.7 to 6.0.9

Release notes

Sourced from org.infinispan.protostream:protostream-processor's releases.

6.0.9

What's Changed

Full Changelog: infinispan/protostream@6.0.8...6.0.9

6.0.8

What's Changed

Full Changelog: infinispan/protostream@6.0.7...6.0.8

Commits
  • fb74ed0 Releasing 6.0.9
  • fd8cd08 #679 Fix copy-on-write resolution losing types when other files fail to res...
  • 2c0d86c Next version 6.0.9-SNAPSHOT
  • 626632c Releasing 6.0.8
  • 8eec73a #669 Copy-on-write serialization context state
  • 7da2bce #677 Initialize adapted type fields
  • 6d2dc91 Bump com.google.protobuf:protobuf-java from 4.34.1 to 4.35.0
  • 675ecad Bump org.apache.maven.plugins:maven-enforcer-plugin from 3.6.2 to 3.6.3
  • b3b1335 Bump version.plugin.api from 3.9.15 to 3.9.16
  • e0a8d4e Bump version.log4j from 2.25.4 to 2.26.0
  • Additional commits viewable in compare view

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

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels May 30, 2026
…3 updates

Bumps the integration-deps group with 3 updates in the /jetty-ee8 directory: [org.infinispan.protostream:protostream](https://github.com/infinispan/protostream), [org.infinispan.protostream:protostream-processor](https://github.com/infinispan/protostream) and [org.mongodb:mongodb-driver-sync](https://github.com/mongodb/mongo-java-driver).


Updates `org.infinispan.protostream:protostream` from 6.0.7 to 6.0.9
- [Release notes](https://github.com/infinispan/protostream/releases)
- [Commits](infinispan/protostream@6.0.7...6.0.9)

Updates `org.infinispan.protostream:protostream-processor` from 6.0.7 to 6.0.9
- [Release notes](https://github.com/infinispan/protostream/releases)
- [Commits](infinispan/protostream@6.0.7...6.0.9)

Updates `org.infinispan.protostream:protostream-processor` from 6.0.7 to 6.0.9
- [Release notes](https://github.com/infinispan/protostream/releases)
- [Commits](infinispan/protostream@6.0.7...6.0.9)

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)

---
updated-dependencies:
- dependency-name: org.infinispan.protostream:protostream
  dependency-version: 6.0.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: integration-deps
- dependency-name: org.infinispan.protostream:protostream-processor
  dependency-version: 6.0.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: integration-deps
- dependency-name: org.infinispan.protostream:protostream-processor
  dependency-version: 6.0.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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 changed the title [12.1.x EE8] Bump the integration-deps group in /jetty-ee8 with 3 updates [12.1.x EE8] Bump the integration-deps group across 1 directory with 3 updates Jun 6, 2026
@dependabot dependabot Bot force-pushed the dependabot/maven/jetty-ee8/jetty-12.1.x/integration-deps-a90c49f092 branch from d5f97e9 to 8dec282 Compare June 6, 2026 00: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-ee8/jetty-12.1.x/integration-deps-a90c49f092 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