Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 15, 2025

Bumps the integration-deps group with 18 updates in the / directory:

Package From To
org.infinispan:infinispan-bom 15.2.4.Final 15.2.6.Final
org.eclipse.platform:org.eclipse.equinox.http.service.api 1.2.2 1.2.102
org.eclipse.platform:org.eclipse.osgi 3.23.100 3.23.200
org.eclipse.platform:org.eclipse.osgi.services 3.12.200 3.12.300
org.eclipse.platform:org.eclipse.osgi.util 3.7.300 3.7.400
org.infinispan.protostream:protostream 5.0.14.Final 5.0.15.Final
org.infinispan.protostream:protostream-processor 5.0.14.Final 5.0.15.Final
org.mongodb:mongodb-driver-sync 5.1.4 5.6.1
org.mongodb:bson 5.1.4 5.6.1
org.mongodb:mongodb-driver-core 5.1.4 5.6.1
org.wildfly.security:wildfly-elytron-sasl-digest 2.6.4.Final 2.7.0.Final
org.wildfly.security:wildfly-elytron-sasl-external 2.6.4.Final 2.7.0.Final
org.wildfly.security:wildfly-elytron-sasl-gs2 2.6.4.Final 2.7.0.Final
org.wildfly.security:wildfly-elytron-sasl-gssapi 2.6.4.Final 2.7.0.Final
org.wildfly.security:wildfly-elytron-sasl-oauth2 2.6.4.Final 2.7.0.Final
org.wildfly.security:wildfly-elytron-sasl-plain 2.6.4.Final 2.7.0.Final
org.wildfly.security:wildfly-elytron-sasl-scram 2.6.4.Final 2.7.0.Final
com.google.cloud:google-cloud-datastore 2.24.1 2.32.2

Updates org.infinispan:infinispan-bom from 15.2.4.Final to 15.2.6.Final

Release notes

Sourced from org.infinispan:infinispan-bom's releases.

15.2.6.Final

What's Changed

Full Changelog: infinispan/infinispan@15.2.5.Final...15.2.6.Final

15.2.5.Final

What's Changed

Full Changelog: infinispan/infinispan@15.2.4.Final...15.2.5.Final

Commits

Updates org.eclipse.platform:org.eclipse.equinox.http.service.api from 1.2.2 to 1.2.102

Commits

Updates org.eclipse.platform:org.eclipse.osgi from 3.23.100 to 3.23.200

Commits

Updates org.eclipse.platform:org.eclipse.osgi.services from 3.12.200 to 3.12.300

Commits

Updates org.eclipse.platform:org.eclipse.osgi.util from 3.7.300 to 3.7.400

Commits

Updates org.infinispan.protostream:protostream from 5.0.14.Final to 5.0.15.Final

Release notes

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

5.0.15.Final

What's Changed

Full Changelog: infinispan/protostream@5.0.14.Final...5.0.15.Final

Commits

Updates org.infinispan.protostream:protostream-processor from 5.0.14.Final to 5.0.15.Final

Release notes

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

5.0.15.Final

What's Changed

Full Changelog: infinispan/protostream@5.0.14.Final...5.0.15.Final

Commits

Updates org.infinispan.protostream:protostream-processor from 5.0.14.Final to 5.0.15.Final

Release notes

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

5.0.15.Final

What's Changed

Full Changelog: infinispan/protostream@5.0.14.Final...5.0.15.Final

Commits

Updates org.mongodb:mongodb-driver-sync from 5.1.4 to 5.6.1

Release notes

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

Java Driver 5.6.0 (September 11, 2025)

What's Changed 🚀

Credential Handling

  • Fix OIDC reauthentication when a session is involved #1719
  • Add X509 authentication tests #1771
  • Fix OIDC tests #1753
  • Add CSOT to OIDC #1741

Performance Optimizations

  • Clear CommandCursorResult.results after next()/tryNext() #1780
  • Ignore maxWaitTime when CSOT is enabled #1744
  • Simplify Operations by uniting Sync and Async operations #1776

Resource Management

  • Fix Netty reference leak #1762
  • Properly handle exceptions in threads created by MongoClient #1764
  • Propagate timeout errors to callback #1761
  • Merge changes from tls-channel to prevent accidentally calling SSLEngine #1726

Compatibility and Maintenance

  • Handle dropIndex behavior change #1785
  • Remove Legacy based ClientSideEncryptionTests #1799
  • Remove code that won't execute on supported server releases #1704
  • Simplify tests based on 4.2 minimum server support #1712
  • Update libmongocrypt version to 1.14.1 #1778
  • Deprecate MongoNamespace#COMMAND_COLLECTION_NAME #1786
  • Remove internal use of MongoNamespace.COMMAND_COLLECTION_NAME #1782

Benchmarks and Testing

  • Support text indexes with encryption #1797
  • Ensure encrypted fields data exists fully #1802
  • CSFLE auto encryption tests improvements #1788
  • Normalize async and sync ClientSideOperationTimeoutProseTest #1800
  • Add prose test to verify server monitors do not gossip cluster time #1766
  • Added logging specification tests #1740
  • Include submodules to OIDC testing #1703

Bug Fixes and Stability

  • Fix duplicate field name serialization with @​BsonDiscriminator and getter #1610
  • Fix Scala UnifiedTest import (No PR link)
  • Temporarily limit TypeMqlValuesFunctionalTest.asString server version #1803
  • Fix parameterized test names in CrudProseTest #1775
  • Improve MongoTimeoutException thrown by DefaultConnectionPool #1767
  • Improve error message clarity in MongoCommandException #1789
  • Ensure socks5 proxy option parsing is to specification #1688

Documentation and Quality of Life

  • Update README.md #1716
  • Add JavaDoc to NamespaceType #1754

... (truncated)

Commits

Updates org.mongodb:bson from 5.1.4 to 5.6.1

Release notes

Sourced from org.mongodb:bson's releases.

Java Driver 5.6.0 (September 11, 2025)

What's Changed 🚀

Credential Handling

  • Fix OIDC reauthentication when a session is involved #1719
  • Add X509 authentication tests #1771
  • Fix OIDC tests #1753
  • Add CSOT to OIDC #1741

Performance Optimizations

  • Clear CommandCursorResult.results after next()/tryNext() #1780
  • Ignore maxWaitTime when CSOT is enabled #1744
  • Simplify Operations by uniting Sync and Async operations #1776

Resource Management

  • Fix Netty reference leak #1762
  • Properly handle exceptions in threads created by MongoClient #1764
  • Propagate timeout errors to callback #1761
  • Merge changes from tls-channel to prevent accidentally calling SSLEngine #1726

Compatibility and Maintenance

  • Handle dropIndex behavior change #1785
  • Remove Legacy based ClientSideEncryptionTests #1799
  • Remove code that won't execute on supported server releases #1704
  • Simplify tests based on 4.2 minimum server support #1712
  • Update libmongocrypt version to 1.14.1 #1778
  • Deprecate MongoNamespace#COMMAND_COLLECTION_NAME #1786
  • Remove internal use of MongoNamespace.COMMAND_COLLECTION_NAME #1782

Benchmarks and Testing

  • Support text indexes with encryption #1797
  • Ensure encrypted fields data exists fully #1802
  • CSFLE auto encryption tests improvements #1788
  • Normalize async and sync ClientSideOperationTimeoutProseTest #1800
  • Add prose test to verify server monitors do not gossip cluster time #1766
  • Added logging specification tests #1740
  • Include submodules to OIDC testing #1703

Bug Fixes and Stability

  • Fix duplicate field name serialization with @​BsonDiscriminator and getter #1610
  • Fix Scala UnifiedTest import (No PR link)
  • Temporarily limit TypeMqlValuesFunctionalTest.asString server version #1803
  • Fix parameterized test names in CrudProseTest #1775
  • Improve MongoTimeoutException thrown by DefaultConnectionPool #1767
  • Improve error message clarity in MongoCommandException #1789
  • Ensure socks5 proxy option parsing is to specification #1688

Documentation and Quality of Life

  • Update README.md #1716
  • Add JavaDoc to NamespaceType #1754

... (truncated)

Commits

Updates org.mongodb:mongodb-driver-core from 5.1.4 to 5.6.1

Release notes

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

Java Driver 5.6.0 (September 11, 2025)

What's Changed 🚀

Credential Handling

  • Fix OIDC reauthentication when a session is involved #1719
  • Add X509 authentication tests #1771
  • Fix OIDC tests #1753
  • Add CSOT to OIDC #1741

Performance Optimizations

  • Clear CommandCursorResult.results after next()/tryNext() #1780
  • Ignore maxWaitTime when CSOT is enabled #1744
  • Simplify Operations by uniting Sync and Async operations #1776

Resource Management

  • Fix Netty reference leak #1762
  • Properly handle exceptions in threads created by MongoClient #1764
  • Propagate timeout errors to callback #1761
  • Merge changes from tls-channel to prevent accidentally calling SSLEngine #1726

Compatibility and Maintenance

  • Handle dropIndex behavior change #1785
  • Remove Legacy based ClientSideEncryptionTests #1799
  • Remove code that won't execute on supported server releases #1704
  • Simplify tests based on 4.2 minimum server support #1712
  • Update libmongocrypt version to 1.14.1 #1778
  • Deprecate MongoNamespace#COMMAND_COLLECTION_NAME #1786
  • Remove internal use of MongoNamespace.COMMAND_COLLECTION_NAME #1782

Benchmarks and Testing

  • Support text indexes with encryption #1797
  • Ensure encrypted fields data exists fully #1802
  • CSFLE auto encryption tests improvements #1788
  • Normalize async and sync ClientSideOperationTimeoutProseTest #1800
  • Add prose test to verify server monitors do not gossip cluster time #1766
  • Added logging specification tests #1740
  • Include submodules to OIDC testing #1703

Bug Fixes and Stability

  • Fix duplicate field name serialization with @​BsonDiscriminator and getter #1610
  • Fix Scala UnifiedTest import (No PR link)
  • Temporarily limit TypeMqlValuesFunctionalTest.asString server version #1803
  • Fix parameterized test names in CrudProseTest #1775
  • Improve MongoTimeoutException thrown by DefaultConnectionPool #1767
  • Improve error message clarity in MongoCommandException #1789
  • Ensure socks5 proxy option parsing is to specification #1688

Documentation and Quality of Life

  • Update README.md #1716
  • Add JavaDoc to NamespaceType #1754

... (truncated)

Commits

Updates org.wildfly.security:wildfly-elytron-sasl-digest from 2.6.4.Final to 2.7.0.Final

Commits
  • 431f18e [maven-release-plugin] prepare release 2.7.0.Final
  • d16dc86 Merge pull request #2296 from theashiot/ELY-2921
  • 6cac56b [maven-release-plugin] prepare for next development iteration
  • c447614 [maven-release-plugin] prepare release 2.7.0.CR1
  • dfd63da Merge pull request #2326 from darranl/ELY-2949
  • 3a33022 [ELY-2949] Correct test case to focus on the missing alias value.
  • 71d1e12 [ELY-2949] Upgrade Apache Commons CLI from 1.6.0 to 1.10.0
  • 6b40b8c Merge pull request #2325 from Skyllarr/codecoverage
  • e0e5066 [ELY-2480] Add code coverage to the project
  • e92334b [ELY-2949] Upgrade Apache Commons CLI from 1.6.0 to 1.10.0
  • Additional commits viewable in compare view

Updates org.wildfly.security:wildfly-elytron-sasl-external from 2.6.4.Final to 2.7.0.Final

Updates org.wildfly.security:wildfly-elytron-sasl-gs2 from 2.6.4.Final to 2.7.0.Final

Updates org.wildfly.security:wildfly-elytron-sasl-gssapi from 2.6.4.Final to 2.7.0.Final

Updates org.wildfly.security:wildfly-elytron-sasl-oauth2 from 2.6.4.Final to 2.7.0.Final

Updates org.wildfly.security:wildfly-elytron-sasl-plain from 2.6.4.Final to 2.7.0.Final

Updates org.wildfly.security:wildfly-elytron-sasl-scram from 2.6.4.Final to 2.7.0.Final

Updates org.wildfly.security:wildfly-elytron-sasl-external from 2.6.4.Final to 2.7.0.Final

Updates org.wildfly.security:wildfly-elytron-sasl-gs2 from 2.6.4.Final to 2.7.0.Final

Updates org.wildfly.security:wildfly-elytron-sasl-gssapi from 2.6.4.Final to 2.7.0.Final

Updates org.wildfly.security:wildfly-elytron-sasl-oauth2 from 2.6.4.Final to 2.7.0.Final

Updates org.wildfly.security:wildfly-elytron-sasl-plain from 2.6.4.Final to 2.7.0.Final

Updates org.wildfly.security:wildfly-elytron-sasl-scram from 2.6.4.Final to 2.7.0.Final

Updates com.google.cloud:google-cloud-datastore from 2.24.1 to 2.32.2

Release notes

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

v2.32.2

2.32.2 (2025-10-04)

Dependencies

  • Update dependency com.google.cloud:sdk-platform-java-config to v3.52.3 (#1973) (141ec94)

v2.32.1

2.32.1 (2025-09-26)

Dependencies

  • Update dependency com.google.cloud:sdk-platform-java-config to v3.52.2 (#1969) (2243471)

v2.32.0

2.32.0 (2025-09-12)

Features

Dependencies

  • Update dependency com.google.cloud:sdk-platform-java-config to v3.52.1 (#1963) (833a34a)

v2.31.4

2.31.4 (2025-08-22)

Bug Fixes

  • deps: Update the Java code generator (gapic-generator-java) to 2.62.0 (90f5526)

v2.31.3

2.31.3 (2025-08-20)

Dependencies

  • Update dependency com.google.cloud:sdk-platform-java-config to v3.52.0 (#1944) (30a6e28)

v2.31.2

2.31.2 (2025-08-08)

Bug Fixes

... (truncated)

Changelog

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

2.32.2 (2025-10-04)

Dependencies

  • Update dependency com.google.cloud:sdk-platform-java-config to v3.52.3 (#1973) (141ec94)

2.32.1 (2025-09-26)

Dependencies

  • Update dependency com.google.cloud:sdk-platform-java-config to v3.52.2 (#1969) (2243471)

2.32.0 (2025-09-12)

Features

Dependencies

  • Update dependency com.google.cloud:sdk-platform-java-config to v3.52.1 (#1963) (833a34a)

2.31.4 (2025-08-22)

Bug Fixes

  • deps: Update the Java code generator (gapic-generator-java) to 2.62.0 (90f5526)

2.31.3 (2025-08-20)

Dependencies

  • Update dependency com.google.cloud:sdk-platform-java-config to v3.52.0 (#1944) (30a6e28)

2.31.2 (2025-08-08)

Bug Fixes

  • deps: Update the Java code generator (gapic-generator-java) to 2.61.0 (c7bd68d)

Dependencies

... (truncated)

Commits
  • a74c753 chore(main): release 2.32.2 (#1974)
  • 4e52aec chore(main): release 2.32.2-SNAPSHOT (#1971)
  • 141ec94 deps: update dependency com.google.cloud:sdk-platform-java-config to v3.52.3 ...
  • 6e99826 chore(main): release 2.32.1 (#1970)
  • 2243471 deps: update dependency com.google.cloud:sdk-platform-java-config to v3.52.2 ...
  • d02c2b1 chore(main): release 2.32.1-SNAPSHOT (#1964)
  • a16b249 chore(main): release 2.32.0 (#1962)
  • 833a34a deps: update dependency com.google.cloud:sdk-platform-java-config to v3.52.1 ...
  • 5d1c262 chore(main): release 2.31.5-SNAPSHOT (#1952)
  • 283cfeb chore: Update generation configuration at Fri Sep 5 02:27:13 UTC 2025 (#1953)
  • Additional commits viewable in compare view

Updates org.mongodb:bson from 5.1.4 to 5.6.1

Release notes

Sourced from org.mongodb:bson's releases.

Java Driver 5.6.0 (September 11, 2025)

What's Changed 🚀

Credential Handling

  • Fix OIDC reauthentication when a session is involved #1719
  • Add X509 authentication tests #1771
  • Fix OIDC tests #1753
  • Add CSOT to OIDC #1741

Performance Optimizations

  • Clear CommandCursorResult.results after next()/tryNext() #1780
  • Ignore maxWaitTime when CSOT is enabled #1744
  • Simplify Operations by uniting Sync and Async operations #1776

Resource Management

  • Fix Netty reference leak #1762
  • Properly handle exceptions in threads created by MongoClient #1764
  • Propagate timeout errors to callback #1761
  • Merge changes from tls-channel to prevent accidentally calling SSLEngine #1726

Compatibility and Maintenance

  • Handle dropIndex behavior change #1785
  • Remove Legacy based ClientSideEncryptionTests #1799
  • Remove code that won't execute on supported server releases #1704
  • Simplify tests based on 4.2 minimum server support #1712
  • Update libmongocrypt version to 1.14.1 #1778
  • Deprecate MongoNamespace#COMMAND_COLLECTION_NAME #1786
  • Remove internal use of MongoNamespace.COMMAND_COLLECTION_NAME #1782

Benchmarks and Testing

  • Support text indexes with encryption #1797
  • Ensure encrypted fields data exists fully #1802
  • CSFLE auto encryption tests improvements #1788
  • Normalize async and sync ClientSideOperationTimeoutProseTest #1800
  • Add prose test to verify server monitors do not gossip cluster time #1766
  • Added logging specification tests #1740
  • Include submodules to OIDC testing #1703

Bug Fixes and Stability

  • Fix duplicate field name serialization with @​BsonDiscriminator and getter #1610
  • Fix Scala UnifiedTest import (No PR link)
  • Temporarily limit TypeMqlValuesFunctionalTest.asString server version #1803
  • Fix parameterized test names in CrudProseTest #1775
  • Improve MongoTimeoutException thrown by DefaultConnectionPool #1767
  • Improve error message clarity in MongoCommandException #1789
  • Ensure socks5 proxy option parsing is to specification #1688

Documentation and Quality of Life

  • Update README.md #1716
  • Add JavaDoc to NamespaceType #1754

... (truncated)

Commits

Updates org.mongodb:mongodb-driver-core from 5.1.4 to 5.6.1

Release notes

Sourced from org.mongodb:mongodb-driv...

Description has been truncated

@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Oct 15, 2025
…with 18 updates

Bumps the integration-deps group with 18 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [org.infinispan:infinispan-bom](https://github.com/infinispan/infinispan) | `15.2.4.Final` | `15.2.6.Final` |
| [org.eclipse.platform:org.eclipse.equinox.http.service.api](https://github.com/eclipse-equinox/equinox) | `1.2.2` | `1.2.102` |
| [org.eclipse.platform:org.eclipse.osgi](https://github.com/eclipse-equinox/equinox) | `3.23.100` | `3.23.200` |
| [org.eclipse.platform:org.eclipse.osgi.services](https://github.com/eclipse-equinox/equinox) | `3.12.200` | `3.12.300` |
| [org.eclipse.platform:org.eclipse.osgi.util](https://github.com/eclipse-equinox/equinox) | `3.7.300` | `3.7.400` |
| [org.infinispan.protostream:protostream](https://github.com/infinispan/protostream) | `5.0.14.Final` | `5.0.15.Final` |
| [org.infinispan.protostream:protostream-processor](https://github.com/infinispan/protostream) | `5.0.14.Final` | `5.0.15.Final` |
| [org.mongodb:mongodb-driver-sync](https://github.com/mongodb/mongo-java-driver) | `5.1.4` | `5.6.1` |
| [org.mongodb:bson](https://github.com/mongodb/mongo-java-driver) | `5.1.4` | `5.6.1` |
| [org.mongodb:mongodb-driver-core](https://github.com/mongodb/mongo-java-driver) | `5.1.4` | `5.6.1` |
| [org.wildfly.security:wildfly-elytron-sasl-digest](https://github.com/wildfly-security/wildfly-elytron) | `2.6.4.Final` | `2.7.0.Final` |
| org.wildfly.security:wildfly-elytron-sasl-external | `2.6.4.Final` | `2.7.0.Final` |
| org.wildfly.security:wildfly-elytron-sasl-gs2 | `2.6.4.Final` | `2.7.0.Final` |
| org.wildfly.security:wildfly-elytron-sasl-gssapi | `2.6.4.Final` | `2.7.0.Final` |
| org.wildfly.security:wildfly-elytron-sasl-oauth2 | `2.6.4.Final` | `2.7.0.Final` |
| org.wildfly.security:wildfly-elytron-sasl-plain | `2.6.4.Final` | `2.7.0.Final` |
| org.wildfly.security:wildfly-elytron-sasl-scram | `2.6.4.Final` | `2.7.0.Final` |
| [com.google.cloud:google-cloud-datastore](https://github.com/googleapis/java-datastore) | `2.24.1` | `2.32.2` |



Updates `org.infinispan:infinispan-bom` from 15.2.4.Final to 15.2.6.Final
- [Release notes](https://github.com/infinispan/infinispan/releases)
- [Commits](infinispan/infinispan@15.2.4.Final...15.2.6.Final)

Updates `org.eclipse.platform:org.eclipse.equinox.http.service.api` from 1.2.2 to 1.2.102
- [Commits](https://github.com/eclipse-equinox/equinox/commits)

Updates `org.eclipse.platform:org.eclipse.osgi` from 3.23.100 to 3.23.200
- [Commits](https://github.com/eclipse-equinox/equinox/commits)

Updates `org.eclipse.platform:org.eclipse.osgi.services` from 3.12.200 to 3.12.300
- [Commits](https://github.com/eclipse-equinox/equinox/commits)

Updates `org.eclipse.platform:org.eclipse.osgi.util` from 3.7.300 to 3.7.400
- [Commits](https://github.com/eclipse-equinox/equinox/commits)

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

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

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

Updates `org.mongodb:mongodb-driver-sync` from 5.1.4 to 5.6.1
- [Release notes](https://github.com/mongodb/mongo-java-driver/releases)
- [Commits](mongodb/mongo-java-driver@r5.1.4...r5.6.1)

Updates `org.mongodb:bson` from 5.1.4 to 5.6.1
- [Release notes](https://github.com/mongodb/mongo-java-driver/releases)
- [Commits](mongodb/mongo-java-driver@r5.1.4...r5.6.1)

Updates `org.mongodb:mongodb-driver-core` from 5.1.4 to 5.6.1
- [Release notes](https://github.com/mongodb/mongo-java-driver/releases)
- [Commits](mongodb/mongo-java-driver@r5.1.4...r5.6.1)

Updates `org.wildfly.security:wildfly-elytron-sasl-digest` from 2.6.4.Final to 2.7.0.Final
- [Commits](wildfly-security/wildfly-elytron@2.6.4.Final...2.7.0.Final)

Updates `org.wildfly.security:wildfly-elytron-sasl-external` from 2.6.4.Final to 2.7.0.Final

Updates `org.wildfly.security:wildfly-elytron-sasl-gs2` from 2.6.4.Final to 2.7.0.Final

Updates `org.wildfly.security:wildfly-elytron-sasl-gssapi` from 2.6.4.Final to 2.7.0.Final

Updates `org.wildfly.security:wildfly-elytron-sasl-oauth2` from 2.6.4.Final to 2.7.0.Final

Updates `org.wildfly.security:wildfly-elytron-sasl-plain` from 2.6.4.Final to 2.7.0.Final

Updates `org.wildfly.security:wildfly-elytron-sasl-scram` from 2.6.4.Final to 2.7.0.Final

Updates `org.wildfly.security:wildfly-elytron-sasl-external` from 2.6.4.Final to 2.7.0.Final

Updates `org.wildfly.security:wildfly-elytron-sasl-gs2` from 2.6.4.Final to 2.7.0.Final

Updates `org.wildfly.security:wildfly-elytron-sasl-gssapi` from 2.6.4.Final to 2.7.0.Final

Updates `org.wildfly.security:wildfly-elytron-sasl-oauth2` from 2.6.4.Final to 2.7.0.Final

Updates `org.wildfly.security:wildfly-elytron-sasl-plain` from 2.6.4.Final to 2.7.0.Final

Updates `org.wildfly.security:wildfly-elytron-sasl-scram` from 2.6.4.Final to 2.7.0.Final

Updates `com.google.cloud:google-cloud-datastore` from 2.24.1 to 2.32.2
- [Release notes](https://github.com/googleapis/java-datastore/releases)
- [Changelog](https://github.com/googleapis/java-datastore/blob/main/CHANGELOG.md)
- [Commits](googleapis/java-datastore@v2.24.1...v2.32.2)

Updates `org.mongodb:bson` from 5.1.4 to 5.6.1
- [Release notes](https://github.com/mongodb/mongo-java-driver/releases)
- [Commits](mongodb/mongo-java-driver@r5.1.4...r5.6.1)

Updates `org.mongodb:mongodb-driver-core` from 5.1.4 to 5.6.1
- [Release notes](https://github.com/mongodb/mongo-java-driver/releases)
- [Commits](mongodb/mongo-java-driver@r5.1.4...r5.6.1)

---
updated-dependencies:
- dependency-name: org.infinispan:infinispan-bom
  dependency-version: 15.2.6.Final
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: integration-deps
- dependency-name: org.eclipse.platform:org.eclipse.equinox.http.service.api
  dependency-version: 1.2.102
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: integration-deps
- dependency-name: org.eclipse.platform:org.eclipse.osgi
  dependency-version: 3.23.200
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: integration-deps
- dependency-name: org.eclipse.platform:org.eclipse.osgi.services
  dependency-version: 3.12.300
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: integration-deps
- dependency-name: org.eclipse.platform:org.eclipse.osgi.util
  dependency-version: 3.7.400
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: integration-deps
- dependency-name: org.infinispan.protostream:protostream
  dependency-version: 5.0.15.Final
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: integration-deps
- dependency-name: org.infinispan.protostream:protostream-processor
  dependency-version: 5.0.15.Final
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: integration-deps
- dependency-name: org.infinispan.protostream:protostream-processor
  dependency-version: 5.0.15.Final
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: integration-deps
- dependency-name: org.mongodb:mongodb-driver-sync
  dependency-version: 5.6.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: integration-deps
- dependency-name: org.mongodb:bson
  dependency-version: 5.6.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: integration-deps
- dependency-name: org.mongodb:mongodb-driver-core
  dependency-version: 5.6.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: integration-deps
- dependency-name: org.wildfly.security:wildfly-elytron-sasl-digest
  dependency-version: 2.7.0.Final
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: integration-deps
- dependency-name: org.wildfly.security:wildfly-elytron-sasl-external
  dependency-version: 2.7.0.Final
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: integration-deps
- dependency-name: org.wildfly.security:wildfly-elytron-sasl-gs2
  dependency-version: 2.7.0.Final
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: integration-deps
- dependency-name: org.wildfly.security:wildfly-elytron-sasl-gssapi
  dependency-version: 2.7.0.Final
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: integration-deps
- dependency-name: org.wildfly.security:wildfly-elytron-sasl-oauth2
  dependency-version: 2.7.0.Final
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: integration-deps
- dependency-name: org.wildfly.security:wildfly-elytron-sasl-plain
  dependency-version: 2.7.0.Final
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: integration-deps
- dependency-name: org.wildfly.security:wildfly-elytron-sasl-scram
  dependency-version: 2.7.0.Final
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: integration-deps
- dependency-name: org.wildfly.security:wildfly-elytron-sasl-external
  dependency-version: 2.7.0.Final
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: integration-deps
- dependency-name: org.wildfly.security:wildfly-elytron-sasl-gs2
  dependency-version: 2.7.0.Final
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: integration-deps
- dependency-name: org.wildfly.security:wildfly-elytron-sasl-gssapi
  dependency-version: 2.7.0.Final
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: integration-deps
- dependency-name: org.wildfly.security:wildfly-elytron-sasl-oauth2
  dependency-version: 2.7.0.Final
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: integration-deps
- dependency-name: org.wildfly.security:wildfly-elytron-sasl-plain
  dependency-version: 2.7.0.Final
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: integration-deps
- dependency-name: org.wildfly.security:wildfly-elytron-sasl-scram
  dependency-version: 2.7.0.Final
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: integration-deps
- dependency-name: com.google.cloud:google-cloud-datastore
  dependency-version: 2.32.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: integration-deps
- dependency-name: org.mongodb:bson
  dependency-version: 5.6.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: integration-deps
- dependency-name: org.mongodb:mongodb-driver-core
  dependency-version: 5.6.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: integration-deps
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/maven/jetty-12.1.x/integration-deps-f7c2ebc8f2 branch from 948c9d5 to b9f3cb9 Compare October 17, 2025 06:26
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.

0 participants