Skip to content

Bump the "dependencies" group with 17 updates across multiple ecosystems - #12067

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/dependencies-2ac022b603
Open

Bump the "dependencies" group with 17 updates across multiple ecosystems#12067
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/dependencies-2ac022b603

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 8, 2026

Copy link
Copy Markdown
Contributor

Bumps the dependencies group with 3 updates: com.gradleup.shadow, com.gradle:develocity-gradle-plugin and com.gradle:common-custom-user-data-gradle-plugin.

Updates com.gradleup.shadow from 8.3.9 to 8.3.11

Updates com.gradle:develocity-gradle-plugin from 4.4.1 to 4.5.0

Updates com.gradle:common-custom-user-data-gradle-plugin from 2.6.0 to 2.8.0

Release notes

Sourced from com.gradle:common-custom-user-data-gradle-plugin's releases.

2.8.0

  • [NEW] Detect Copilot via the COPILOT_CLI and COPILOT_AGENT environment variables, capturing the AI tag and AI agent value Copilot

2.7.0

  • [NEW] Capture Cursor as an AI agent via the CURSOR_AGENT environment variable
  • [NEW] Capture Gemini in Android Studio as an AI agent via the ANDROID_STUDIO_AGENT environment variable
  • [FIX] Changes to AI agent metadata invalidate the configuration cache
Commits
  • 94f998b Merge pull request #533 from gradle/cj/copilot-vscode-detection
  • d25afee Update release note for Copilot
  • 4d1ead2 Detect GitHub Copilot as an AI agent
  • 2c096a6 Merge pull request #531 from gradle/chore/renovate-track-gradle-plugin-javadoc
  • 5a49a5c Merge pull request #532 from ryandens/copilot-cli-detection
  • 85dcaa5 Link Develocity Gradle plugin API reference instead of pinned Javadoc
  • b250480 [Renovate Bot] Update plugin com.gradleup.shadow to v9.6.1 (#530)
  • 620e932 Detect GitHub Copilot CLI as an AI agent
  • 8b6f6e8 Merge pull request #528 from gradle/rebrand/gradle-com-to-develocity-ai
  • d579eda Drop trailing slash on bare develocity.ai URLs
  • Additional commits viewable in compare view

Bumps the dependencies group in /core with 6 updates:

Package From To
com.fasterxml.jackson.core:jackson-databind 2.18.4 2.22.2
com.google.guava:guava 33.3.1-jre 33.7.1-jre
org.yaml:snakeyaml 2.6 2.7
org.junit.platform:junit-platform-launcher 1.14.3 1.14.4
org.junit.jupiter:junit-jupiter 5.13.4 5.14.4
redis.clients:jedis 7.4.1 8.0.1

Updates com.fasterxml.jackson.core:jackson-databind from 2.18.4 to 2.22.2

Commits
  • 25b2a22 [maven-release-plugin] prepare release jackson-databind-2.22.2
  • bab1c1a Prep for 2.22.2 release
  • bc03cf8 Merge branch '2.21' into 2.22
  • 83379fb Merge branch '2.20' into 2.21
  • 0d400c9 Merge branch '2.19' into 2.20
  • ce36a27 Merge branch '2.18' into 2.19
  • 7a209e1 Post-release dep version bump
  • a432707 [maven-release-plugin] prepare for next development iteration
  • 176df1d [maven-release-plugin] prepare release jackson-databind-2.18.10
  • 7785f5f Prep for 2.18.10 release
  • Additional commits viewable in compare view

Updates com.google.guava:guava from 33.3.1-jre to 33.7.1-jre

Release notes

Sourced from com.google.guava:guava's releases.

33.7.1

Maven

<dependency>
  <groupId>com.google.guava</groupId>
  <artifactId>guava</artifactId>
  <version>33.7.1-jre</version>
  <!-- or, for Android: -->
  <version>33.7.1-android</version>
</dependency>

Jar files

Guava requires one runtime dependency, which you can download here:

Javadoc

JDiff

Changelog

Guava 33.7.1 removes the Multi-Release line from our jar manifest, fixing an issue under Java 9 and 10 that was introduced to guava-jre in version 33.7.0. Sorry for the trouble.

33.7.0

Newly introduced problem for Java 9 and Java 10 only

Guava 33.7.0 includes a Multi-Release line in its jar manifest, even though it is no longer a multi-release jar. This causes some problems with tools from Java 9 and Java 10. The issue is fixed in version 33.7.1. Sorry for the trouble.

Maven

<dependency>
  <groupId>com.google.guava</groupId>
  <artifactId>guava</artifactId>
  <version>33.7.0-jre</version>
  <!-- or, for Android: -->
</tr></table> 

... (truncated)

Commits

Updates org.yaml:snakeyaml from 2.6 to 2.7

Updates org.junit.platform:junit-platform-launcher from 1.14.3 to 1.14.4

Commits

Updates org.junit.jupiter:junit-jupiter from 5.13.4 to 5.14.4

Release notes

Sourced from org.junit.jupiter:junit-jupiter's releases.

JUnit 5.14.4 = Platform 1.14.4 + Jupiter 5.14.4 + Vintage 5.14.4

See Release Notes.

Full Changelog: junit-team/junit-framework@r5.14.3...r5.14.4

JUnit 5.14.3 = Platform 1.14.3 + Jupiter 5.14.3 + Vintage 5.14.3

See Release Notes.

Full Changelog: junit-team/junit-framework@r5.14.2...r5.14.3

JUnit 5.14.2 = Platform 1.14.2 + Jupiter 5.14.2 + Vintage 5.14.2

See Release Notes.

New Contributors

Full Changelog: junit-team/junit-framework@r5.14.1...r5.14.2

JUnit 5.14.1 = Platform 1.14.1 + Jupiter 5.14.1 + Vintage 5.14.1

See Release Notes.

Full Changelog: junit-team/junit-framework@r5.14.0...r5.14.1

JUnit 5.14.0 = Platform 1.14.0 + Jupiter 5.14.0 + Vintage 5.14.0

See Release Notes.

Full Changelog: junit-team/junit-framework@r5.13.4...r5.14.0

JUnit 5.14.0-RC1 = Platform 1.14.0-RC1 + Jupiter 5.14.0-RC1 + Vintage 5.14.0-RC1

See Release Notes.

Full Changelog: junit-team/junit-framework@r5.13.4...r5.14.0-RC1

Commits
  • 096fd69 Release 5.14.4
  • 11fd02b Remove JDK 24 (EOL)
  • 5b7f023 Fix integration tests on JDK 27
  • 18f842a Test against JDK 26 (GA) and JDK 27 (EA)
  • a5bf336 Polish 5.14.4 release notes
  • 7667c14 Fix race condition in NodeTestTask (#5427)
  • ac01f2d Include full display name in legacy XML reports (#5524)
  • fbd4a8e Include class template invocation index in legacy reporting names
  • 7d6f0c0 Only check PDF for GA releases
  • 14f534d Test 5.14.x against JDK 25 ga (#5623)
  • Additional commits viewable in compare view

Updates redis.clients:jedis from 7.4.1 to 8.0.1

Release notes

Sourced from redis.clients:jedis's releases.

8.0.1

Jedis 8.0.1 is a maintenance release for the 8.0 line, fixing stale cluster topology after failover in JedisCluster.

Changes

🐛 Bug Fixes

  • Refresh primaryNodesCache in JedisClusterInfoCache.discoverClusterSlots (#4692, backported in #4694)

Contributors

We'd like to thank all the contributors who worked on this release!

@​insaf021

Full Changelog: redis/jedis@v8.0.0...v8.0.1

8.0.0

Jedis 8.0.0 completes the client class consolidation started in 7.0.0, modernizes protocol defaults, tightens security defaults, and adds command coverage for Redis 8.8 and the Redis 8.10 preview.

  • RESP3 auto-negotiation on by default for all UnifiedJedis-based clients (with graceful RESP2 fallback)
  • Final removal of legacy JedisPooled / JedisSentineled classes in favor of the RedisClient family introduced in 7.0.0
  • Removal of deprecated UnifiedJedis public constructors
  • Internal refactoring that affects users of low-level extension points (custom CommandExecutor, Transaction subclasses, ClusterPipeline, CommandObjects) — protocol and connection wiring is now explicit at construction time
  • Search modernization — the low-level cursor APIs are superseded by ftAggregateIterator(), and the manual broadcast API is removed (Redis 8.0+ broadcasts FT.CREATE server-side)
  • TLS hostname verification enforced by default in DefaultJedisSocketFactory
  • New Redis 8.8 command coverage — XNACK, JSON.SET FPHA, Array commands, INCREX, COUNT aggregator on ZINTER / ZUNION(STORE) and their *STORE variants, multi-aggregator TS.RANGE / TS.MRANGE, plus an experimental COLLECT parameter for FT.AGGREGATE
  • Redis 8.10 command coverage — HIMPORT (Hinted Hash Templates), FT.ALIASLIST, MAXCOUNT / MAXSIZE on XREAD and XREADGROUP, SUNIONCARD / SDIFFCARD, LMOVEM / BLMOVEM, TS.READ, TS.NRANGE / TS.NREVRANGE, TS.QUERYLABELS, and EXCLUDEEMPTY on TS.MRANGE / TS.MREVRANGE

For step-by-step upgrade instructions, see the v7 → v8 migration guide: https://redis.github.io/jedis/migration-guides/v7-to-v8/

Changes

🔥 Breaking Changes

  • Remove unusable aclLogBinary() methods (#4580)
  • Tighten Connection.initializeFromClientConfig() visibility to package-private (#4548)
  • CommandObjects refactoring : Enforce protocol (#4515, #4514, #4513)
  • Bump org.apache.commons:commons-pool2 from 2.12.1 to 2.13.1 (#4409)
  • Fix Connection Close Exception Handling for commons-pool2 2.13.1 (#4439)
  • Switch to RESP3 as default protocol version (#4468)
  • Drop deprecated classes and constructors (#4488)
  • Align Search APIs and behaviour with Redis 8.0+ (#4173)
  • refactor: decouple Transaction from Jedis (#4440)
  • Introduce request & response policy support (#4411)
  • Remove unused leftovers from JedisSharding (#4348)

🧪 Experimental Features

  • Add new COLLECT parameter for FT.AGGREGATE (#4534)

... (truncated)

Commits
  • 50ec1c8 Backport #4692 to 8.0.x: refresh primaryNodesCache in JedisClusterInfoCache.d...
  • 36135a0 Point snapshot example at 8.0.1-SNAPSHOT on the 8.x branch
  • 2de1a6d List Redis 8.6, 8.8 and 8.10 as supported in README
  • fcf59cd Update version references in README and docs for 8.0.0
  • 8d539c0 Bump snapshot version to 8.0.1
  • 8e393b9 Fix FTSearchParams.params(Map) dropping values when parameters are already se...
  • 9bcb5c6 Pin SDR integration tests to redis:8.6.2 on PR runs (#4676)
  • d2f4d5d [Redis 8.10] Add HIMPORT (Hinted Hash Templates) support (#4667)
  • f2fe13e Add SECURITY.md with vulnerability reporting policy (#4673)
  • 0dca44c decode ScanParams.match with SafeEncoder, not the JVM default charset (#4661)
  • Additional commits viewable in compare view

Bumps the dependencies group with 2 updates in the /modules/activemq directory: org.apache.activemq:activemq-client and org.apache.activemq:artemis-jakarta-client.
Bumps the dependencies group with 2 updates in the /modules/azure directory: com.squareup.okhttp3:okhttp and com.azure:azure-sdk-bom.
Bumps the dependencies group with 1 update in the /modules/clickhouse directory: com.clickhouse:client-v2.
Bumps the dependencies group with 1 update in the /modules/cockroachdb directory: org.postgresql:postgresql.
Bumps the dependencies group with 1 update in the /modules/couchbase directory: com.couchbase.client:java-client.
Bumps the dependencies group with 1 update in the /modules/cratedb directory: org.postgresql:postgresql.
Bumps the dependencies group with 1 update in the /modules/databend directory: com.databend:databend-jdbc.
Bumps the dependencies group with 1 update in the /modules/elasticsearch directory: org.elasticsearch.client:elasticsearch-rest-client.
Bumps the dependencies group with 1 update in the /modules/gcloud directory: com.google.cloud:libraries-bom.
Bumps the dependencies group with 5 updates in the /modules/hivemq directory:

Package From To
commons-io:commons-io 2.21.0 2.22.0
org.javassist:javassist 3.32.0-GA 3.33.0-GA
com.hivemq:hivemq-extension-sdk 4.50.0 4.55.0
com.hivemq:hivemq-mqtt-client 1.3.15 1.4.0
ch.qos.logback:logback-classic 1.5.37 1.6.3

Bumps the dependencies group with 1 update in the /modules/localstack directory: software.amazon.awssdk:bom.
Bumps the dependencies group with 1 update in the /modules/milvus directory: io.milvus:milvus-sdk-java.
Bumps the dependencies group with 1 update in the /modules/mongodb directory: org.mongodb:mongodb-driver-sync.
Bumps the dependencies group with 1 update in the /modules/mssqlserver directory: io.r2dbc:r2dbc-mssql.
Bumps the dependencies group with 2 updates in the /modules/mysql directory: io.asyncer:r2dbc-mysql and com.mysql:mysql-connector-j.
Bumps the dependencies group with 1 update in the /modules/oceanbase directory: com.mysql:mysql-connector-j.
Bumps the dependencies group with 1 update in the /modules/openfga directory: dev.openfga:openfga-sdk.
Bumps the dependencies group with 1 update in the /modules/oracle-free directory: com.oracle.database.jdbc:ojdbc11.
Bumps the dependencies group with 1 update in the /modules/oracle-xe directory: com.oracle.database.jdbc:ojdbc11.
Bumps the dependencies group with 1 update in the /modules/orientdb directory: com.orientechnologies:orientdb-client.
Bumps the dependencies group with 1 update in the /modules/postgresql directory: org.postgresql:postgresql.
Bumps the dependencies group with 2 updates in the /modules/qdrant directory: io.qdrant:client and io.grpc:grpc-bom.
Bumps the dependencies group with 2 updates in the /modules/questdb directory: org.postgresql:postgresql and org.questdb:questdb.
Bumps the dependencies group with 1 update in the /modules/rabbitmq directory: com.rabbitmq:amqp-client.
Bumps the dependencies group with 2 updates in the /modules/scylladb directory: com.scylladb:java-driver-core and software.amazon.awssdk:dynamodb.
Bumps the dependencies group with 1 update in the /modules/tidb directory: com.mysql:mysql-connector-j.
Bumps the dependencies group with 1 update in the /modules/toxiproxy directory: redis.clients:jedis.
Bumps the dependencies group with 1 update in the /modules/weaviate directory: io.weaviate:client6.

Updates org.apache.activemq:activemq-client from 6.2.4 to 6.3.1

Release notes

Sourced from org.apache.activemq:activemq-client's releases.

Apache ActiveMQ 6.3.1

What's Changed

Full Changelog: apache/activemq@activemq-6.3.0...activemq-6.3.1

Apache ActiveMQ 6.3.0

What's Changed

... (truncated)

Commits
  • 81d7cc2 [maven-release-plugin] prepare release activemq-6.3.1
  • 801f1b1 Bump version to 6.3.1-SNAPSHOT (#2424)
  • c5e38fb Improve performance of IntSequenceGenerator (#2408) (#2420)
  • 666c24a #2406 Guard against null region subscriptions in duplicate suppression (#2417)
  • 918bcfb #2275 Drop redundant sequence generator monitor in RegionBroker (#2412)
  • 07db885 #2398 FutureBrokerInfoTimeout is missed due to logic operator error (#2399)...
  • d5a80f6 #2271 Update Producer getDeliveryDelay() to always return zero (0) (#2272) ...
  • a68893d [6.3.x] bump org.apache.felix:maven-bundle-plugin from 6.0.2 to 6.1.0 (#2308)
  • 5f0797c [6.3.x] bump org.codehaus.mojo:flatten-maven-plugin from 1.7.3 to 1.8.0 (#2302)
  • 5c6a3e7 [6.3.x] bump org.apache.qpid:proton-j from 0.34.1 to 0.35.0 (#2327)
  • Additional commits viewable in compare view

Updates org.apache.activemq:artemis-jakarta-client from 2.55.0 to 2.56.0

Updates com.squareup.okhttp3:okhttp from 5.4.0 to 5.5.0

Changelog

Sourced from com.squareup.okhttp3:okhttp's changelog.

Version 5.5.0

2026-08-16

This release introduces opt-in support for [Encrypted Client Hello (ECH)]. This new feature improves user privacy by encrypting domain names in transit. With regular TLS, your coffee shop’s Wi-Fi router can see that you’re visiting wikipedia.com, but it cannot see which page you’re looking at. With ECH, the router observes only the IP address. This additional privacy is most effective on sites hosted by big CDNs because the IP address doesn’t imply a particular website.

This requires ECH support in the platform’s TLS stack. Today this is only Android 17 (API 37, released June 2026). When other TLS stacks add ECH support, we'll integrate them.

ECH took a lot of work to implement because the encryption keys are published over DNS in the [HTTPS resource record], and we needed to write new code to fetch these records. This release includes a major update to OkHttp’s DNS API: it now supports multiple resource record types (not just IP addresses!), asynchronous streaming results, and in-memory caching.

To opt in, you can use DnsOverHttps:

// DnsOverHttps itself uses OkHttpClient. Build both clients upon the
// same bootstrap client so they share a connection pool and dispatcher.
val bootstrapClient = OkHttpClient()
// This sample uses Cloudflare's 1.1.1.1 DnsOverHttps service.
val client = bootstrapClient.newBuilder()
.dns(DnsOverHttps.Builder()
.client(bootstrapClient)
.url("https://1.1.1.1/dns-query&quot;.toHttpUrl())
.build())
.build()

You could also opt in with our new AndroidDns API. Unfortunately, the privacy benefits of ECH are thwarted because its DNS queries are not encrypted by default.

// AndroidDns fetches the HTTPS DNS resource records necessary for ECH.
val client = OkHttpClient.Builder()
  .dns(AndroidDns())
  .build()
  • New: OkHttp artifacts are now signed with our [new signing key]. This project and three sibling projects ([Retrofit], [Okio], and [SQLDelight]) recently joined [the Commonhaus Foundation].
  • Fix: MockWebServer’s @StartStop annotation now supports @Nested JUnit 5 tests.
  • Fix: Our default TLS hostname verifier now reject hosts that fail IP canonicalization.
  • Fix: Closing a multipart part's sink no longer closes the entire request body.
  • Fix: Flush HTTP/1 request bodies before detaching the timeout. We had a bug where timeouts

... (truncated)

Commits

Updates com.azure:azure-sdk-bom from 1.2.32 to 1.3.8

Commits
  • c443b1e Update changelog, prepare for release (#34539)
  • ec9f1fb Increment package versions for iothub releases (#34532)
  • 61a14e0 [Automation] Generate Fluent Lite from postgresql#package-flexibleserver-2022...
  • bf7ae0d Java: 'Release for iothub 2022-11-15-preivew' #3974 by lihong at 20230418 124...
  • 9178513 Increment package versions for newrelicobservability releases (#34528)
  • ff27e9e [Automation] Generate Fluent Lite from newrelic#package-2022-07-01 (#34524)
  • ff5ef52 Increment package versions for elastic releases (#34523)
  • 8225dfc Increment package versions for qumulo releases (#34522)
  • d99baaf Increment package versions for security releases (#34521)
  • 059967c Increment package versions for confidentialledger releases (#34520)
  • Additional commits viewable in compare view

Updates com.clickhouse:client-v2 from 0.9.8 to 0.10.0

Release notes

Sourced from com.clickhouse:client-v2's releases.

Release v0.10.0

Release Migration Guide

Breaking Changes

  • [jdbc-v2] The driver no longer hardcodes the server settings async_insert=0 and wait_end_of_query=0 on every JDBC connection. This unblocks two scenarios that previously did not work: overriding these settings per connection or per statement, and using the driver against read-only profiles that disallow SETTINGS overrides. There are two consequences:

    • The driver now follows the server-side defaults for these settings (note: starting with ClickHouse 26.3, async_insert defaults to 1). Removing the explicit wait_end_of_query=0 is a no-op against server defaults but lets users opt in to wait_end_of_query=1.
    • The row count returned by java.sql.Statement.executeUpdate(java.lang.String) (and the matching PreparedStatement method) is no longer guaranteed to be accurate for INSERT statements when the server runs them asynchronously, and parsing/data errors in the INSERT body may not surface synchronously as a SQLException. Previously these were accurate because inserts were forced to be synchronous (see also ClickHouse/ClickHouse#57768). To restore the previous behavior, set async_insert=0 (or wait_for_async_insert=1) per connection as server setting. Read more about asynchronous insert: https://clickhouse.com/docs/optimize/asynchronous-inserts.

    (ClickHouse/clickhouse-java#2652, ClickHouse/clickhouse-java#2825)

  • [client-v2] Client.Builder#build() now throws ClientMisconfigurationException instead of IllegalArgumentException for authentication and SSL misconfiguration (missing credentials, conflicting authentication methods, missing client certificate when SSL authentication is enabled, and trust store used together with a client certificate). Callers that relied on catching IllegalArgumentException from build() for these cases must catch ClientMisconfigurationException (which extends RuntimeException via ClientException). (ClickHouse/clickhouse-java#2812)

  • [client-v2] Combining setUsername(...) + setPassword(...) with a custom Authorization HTTP header ( httpHeader(HttpHeaders.AUTHORIZATION, ...)) now fails at Client.Builder#build() with ClientMisconfigurationException unless HTTP Basic authentication is explicitly disabled via useHTTPBasicAuth(false). Previously this combination was accepted and the custom Authorization header overrode the user/password at request time. (ClickHouse/clickhouse-java#2812)

  • [client-v2] The access_token configuration property (set via Client.Builder#setAccessToken(String) or directly through setOption) is now actually applied to outgoing requests as the Authorization HTTP header value verbatim. Previously the value was stored under access_token but never sent on the wire, so providing it alone had no effect on authentication. Callers must include the scheme prefix themselves (e.g. setAccessToken("Bearer <token>")), or use useBearerTokenAuth(String) which prepends Bearer automatically. (ClickHouse/clickhouse-java#2812)

  • [client-v2] Client.Builder#useBearerTokenAuth(String) now stores the bearer token under the access_token configuration key (with the Bearer prefix) instead of writing it directly into http_header_authorization. The HTTP wire format is unchanged, but the token is no longer observable through Client#getReadOnlyConfig() under the http_header_authorization key. (ClickHouse/clickhouse-java#2812)

  • [client-v2] Fixed inconsistent use of executionTimeout parameter in Client component. The timeout was previously set in milliseconds but mistakenly retrieved and used in seconds in some places. Now it correctly uses milliseconds consistently. (ClickHouse/clickhouse-java#2358)

  • [client-v2] The public ClickHouseBinaryFormatWriter interface gained two methods, setString(String, byte[]) and setString(int, byte[]), for writing raw String/FixedString bytes. Code that only uses the interface is unaffected, but any third party that implements ClickHouseBinaryFormatWriter directly is source- and binary-incompatible until it adds these methods (recompiling against the new version is required; otherwise an AbstractMethodError can occur at runtime).

  • [client-v2] HTTP 503 Service Unavailable responses are now surfaced as a connection-style failure (

... (truncated)

Changelog

Sourced from com.clickhouse:client-v2's changelog.

0.10.0,

Release Migration Guide

Breaking Changes

  • [jdbc-v2] The driver no longer hardcodes the server settings async_insert=0 and wait_end_of_query=0 on every JDBC connection. This unblocks two scenarios that previously did not work: overriding these settings per connection or per statement, and using the driver against read-only profiles that disallow SETTINGS overrides. There are two consequences:

    • The driver now follows the server-side defaults for these settings (note: starting with ClickHouse 26.3, async_insert defaults to 1). Removing the explicit wait_end_of_query=0 is a no-op against server defaults but lets users opt in to wait_end_of_query=1.
    • The row count returned by java.sql.Statement.executeUpdate(java.lang.String) (and the matching PreparedStatement method) is no longer guaranteed to be accurate for INSERT statements when the server runs them asynchronously, and parsing/data errors in the INSERT body may not surface synchronously as a SQLException. Previously these were accurate because inserts were forced to be synchronous (see also ClickHouse/ClickHouse#57768). To restore the previous behavior, set async_insert=0 (or wait_for_async_insert=1) per connection as server setting. Read more about asynchronous insert: https://clickhouse.com/docs/optimize/asynchronous-inserts.

    (ClickHouse/clickhouse-java#2652, ClickHouse/clickhouse-java#2825)

  • [client-v2] Client.Builder#build() now throws ClientMisconfigurationException instead of IllegalArgumentException for authentication and SSL misconfiguration (missing credentials, conflicting authentication methods, missing client certificate when SSL authentication is enabled, and trust store used together with a client certificate). Callers that relied on catching IllegalArgumentException from build() for these cases must catch ClientMisconfigurationException (which extends RuntimeException via ClientException). (ClickHouse/clickhouse-java#2812)

  • [client-v2] Combining setUsername(...) + setPassword(...) with a custom Authorization HTTP header ( httpHeader(HttpHeaders.AUTHORIZATION, ...)) now fails at Client.Builder#build() with ClientMisconfigurationException unless HTTP Basic authentication is explicitly disabled via useHTTPBasicAuth(false). Previously this combination was accepted and the custom Authorization header overrode the user/password at request time. (ClickHouse/clickhouse-java#2812)

  • [client-v2] The access_token configuration property (set via Client.Builder#setAccessToken(String) or directly through setOption) is now actually applied to outgoing requests as the Authorization HTTP header value verbatim. Previously the value was stored under access_token but never sent on the wire, so providing it alone had no effect on authentication. Callers must include the scheme prefix themselves (e.g. setAccessToken("Bearer <token>")), or use useBearerTokenAuth(String) which prepends Bearer automatically. (ClickHouse/clickhouse-java#2812)

  • [client-v2] Client.Builder#useBearerTokenAuth(String) now stores the bearer token under the access_token configuration key (with the Bearer prefix) instead of writing it directly into http_header_authorization. The HTTP wire format is unchanged, but the token is no longer observable through Client#getReadOnlyConfig() under the http_header_authorization key. (ClickHouse/clickhouse-java#2812)

  • [client-v2] Fixed inconsistent use of executionTimeout parameter in Client component. The timeout was previously set in milliseconds but mistakenly retrieved and used in seconds in some places. Now it correctly uses milliseconds consistently. (ClickHouse/clickhouse-java#2358)

  • [client-v2] The public ClickHouseBinaryFormatWriter interface gained two methods, setString(String, byte[]) and setString(int, byte[]), for writing raw String/FixedString bytes. Code that only uses the interface is

... (truncated)

Commits
  • 57aacb1 Merge pull request #3044 from ClickHouse/pre_0.10.0
  • abcabfb pre_0.10.0
  • c811085 Merge pull request #2951 from ClickHouse/pre_0.10.0-rc2
  • 412b1ac pick: added new engines
  • 0e38b94 pick: added missing SQL keywords
  • 4ef6989 Updated version to 0.10.0-rc
  • 62feee4 Update VERSION
  • 9dd3229 Merge pull request #2911 from ClickHouse/07/06/26/binary_string_support
  • 69cc780 Merge branch 'v0.10.0' into 07/06/26/binary_string_support
  • 035d69d Merge pull request #2912 from ClickHouse/07/06/26/cance_http_request
  • Additional commits viewable in compare view

Updates com.clickhouse:clickhouse-r2dbc from 0.9.8 to 0.10.0

Release notes

Sourced from com.clickhouse:clickhouse-r2dbc's releases.

Release v0.10.0

Release Migration Guide

Breaking Changes

  • [jdbc-v2] The driver no longer hardcodes the server settings async_insert=0 and wait_end_of_query=0 on every JDBC connection. This unblocks two scenarios that previously did not work: overriding these settings per connection or per statement, and using the driver against read-only profiles that disallow SETTINGS overrides. There are two consequences:

    • The driver now follows the server-side defaults for these settings (note: starting with ClickHouse 26.3, async_insert defaults to 1). Removing the explicit wait_end_of_query=0Description has been truncated

Bumps the dependencies group with 3 updates: com.gradleup.shadow, com.gradle:develocity-gradle-plugin and [com.gradle:common-custom-user-data-gradle-plugin](https://github.com/gradle/common-custom-user-data-gradle-plugin).


Updates `com.gradleup.shadow` from 8.3.9 to 8.3.11

Updates `com.gradle:develocity-gradle-plugin` from 4.4.1 to 4.5.0

Updates `com.gradle:common-custom-user-data-gradle-plugin` from 2.6.0 to 2.8.0
- [Release notes](https://github.com/gradle/common-custom-user-data-gradle-plugin/releases)
- [Commits](https://github.com/gradle/common-custom-user-data-gradle-plugin/compare/v2.6.0...v2.8.0)
Bump the dependencies group in /core with 6 updates

Bumps the dependencies group in /core with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson-databind) | `2.18.4` | `2.22.2` |
| [com.google.guava:guava](https://github.com/google/guava) | `33.3.1-jre` | `33.7.1-jre` |
| org.yaml:snakeyaml | `2.6` | `2.7` |
| [org.junit.platform:junit-platform-launcher](https://github.com/junit-team/junit-framework) | `1.14.3` | `1.14.4` |
| [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit-framework) | `5.13.4` | `5.14.4` |
| [redis.clients:jedis](https://github.com/redis/jedis) | `7.4.1` | `8.0.1` |


Updates `com.fasterxml.jackson.core:jackson-databind` from 2.18.4 to 2.22.2
- [Commits](https://github.com/FasterXML/jackson-databind/compare/jackson-databind-2.18.4...jackson-databind-2.22.2)

Updates `com.google.guava:guava` from 33.3.1-jre to 33.7.1-jre
- [Release notes](https://github.com/google/guava/releases)
- [Commits](https://github.com/google/guava/commits)

Updates `org.yaml:snakeyaml` from 2.6 to 2.7

Updates `org.junit.platform:junit-platform-launcher` from 1.14.3 to 1.14.4
- [Release notes](https://github.com/junit-team/junit-framework/releases)
- [Commits](https://github.com/junit-team/junit-framework/commits)

Updates `org.junit.jupiter:junit-jupiter` from 5.13.4 to 5.14.4
- [Release notes](https://github.com/junit-team/junit-framework/releases)
- [Commits](https://github.com/junit-team/junit-framework/compare/r5.13.4...r5.14.4)

Updates `redis.clients:jedis` from 7.4.1 to 8.0.1
- [Release notes](https://github.com/redis/jedis/releases)
- [Commits](https://github.com/redis/jedis/compare/v7.4.1...v8.0.1)
Bump the dependencies group across 28 directories with 35 updates

Bumps the dependencies group with 2 updates in the /modules/activemq directory: [org.apache.activemq:activemq-client](https://github.com/apache/activemq) and org.apache.activemq:artemis-jakarta-client.
Bumps the dependencies group with 2 updates in the /modules/azure directory: [com.squareup.okhttp3:okhttp](https://github.com/lysine-dev/okhttp) and [com.azure:azure-sdk-bom](https://github.com/azure/azure-sdk-for-java).
Bumps the dependencies group with 1 update in the /modules/clickhouse directory: [com.clickhouse:client-v2](https://github.com/ClickHouse/clickhouse-java).
Bumps the dependencies group with 1 update in the /modules/cockroachdb directory: [org.postgresql:postgresql](https://github.com/pgjdbc/pgjdbc).
Bumps the dependencies group with 1 update in the /modules/couchbase directory: [com.couchbase.client:java-client](https://github.com/couchbase/couchbase-jvm-clients).
Bumps the dependencies group with 1 update in the /modules/cratedb directory: [org.postgresql:postgresql](https://github.com/pgjdbc/pgjdbc).
Bumps the dependencies group with 1 update in the /modules/databend directory: [com.databend:databend-jdbc](https://github.com/databendcloud/databend-jdbc).
Bumps the dependencies group with 1 update in the /modules/elasticsearch directory: [org.elasticsearch.client:elasticsearch-rest-client](https://github.com/elastic/elasticsearch).
Bumps the dependencies group with 1 update in the /modules/gcloud directory: [com.google.cloud:libraries-bom](https://github.com/googleapis/google-cloud-java).
Bumps the dependencies group with 5 updates in the /modules/hivemq directory:

| Package | From | To |
| --- | --- | --- |
| commons-io:commons-io | `2.21.0` | `2.22.0` |
| [org.javassist:javassist](https://github.com/jboss-javassist/javassist) | `3.32.0-GA` | `3.33.0-GA` |
| [com.hivemq:hivemq-extension-sdk](https://github.com/hivemq/hivemq-extension-sdk) | `4.50.0` | `4.55.0` |
| [com.hivemq:hivemq-mqtt-client](https://github.com/hivemq/hivemq-mqtt-client) | `1.3.15` | `1.4.0` |
| [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) | `1.5.37` | `1.6.3` |

Bumps the dependencies group with 1 update in the /modules/localstack directory: software.amazon.awssdk:bom.
Bumps the dependencies group with 1 update in the /modules/milvus directory: [io.milvus:milvus-sdk-java](https://github.com/milvus-io/milvus-sdk-java).
Bumps the dependencies group with 1 update in the /modules/mongodb directory: [org.mongodb:mongodb-driver-sync](https://github.com/mongodb/mongo-java-driver).
Bumps the dependencies group with 1 update in the /modules/mssqlserver directory: [io.r2dbc:r2dbc-mssql](https://github.com/r2dbc/r2dbc-mssql).
Bumps the dependencies group with 2 updates in the /modules/mysql directory: [io.asyncer:r2dbc-mysql](https://github.com/asyncer-io/r2dbc-mysql) and [com.mysql:mysql-connector-j](https://github.com/mysql/mysql-connector-j).
Bumps the dependencies group with 1 update in the /modules/oceanbase directory: [com.mysql:mysql-connector-j](https://github.com/mysql/mysql-connector-j).
Bumps the dependencies group with 1 update in the /modules/openfga directory: [dev.openfga:openfga-sdk](https://github.com/openfga/java-sdk).
Bumps the dependencies group with 1 update in the /modules/oracle-free directory: com.oracle.database.jdbc:ojdbc11.
Bumps the dependencies group with 1 update in the /modules/oracle-xe directory: com.oracle.database.jdbc:ojdbc11.
Bumps the dependencies group with 1 update in the /modules/orientdb directory: [com.orientechnologies:orientdb-client](https://github.com/orientechnologies/orientdb).
Bumps the dependencies group with 1 update in the /modules/postgresql directory: [org.postgresql:postgresql](https://github.com/pgjdbc/pgjdbc).
Bumps the dependencies group with 2 updates in the /modules/qdrant directory: [io.qdrant:client](https://github.com/qdrant/java-client) and [io.grpc:grpc-bom](https://github.com/grpc/grpc-java).
Bumps the dependencies group with 2 updates in the /modules/questdb directory: [org.postgresql:postgresql](https://github.com/pgjdbc/pgjdbc) and [org.questdb:questdb](https://github.com/questdb/questdb).
Bumps the dependencies group with 1 update in the /modules/rabbitmq directory: [com.rabbitmq:amqp-client](https://github.com/rabbitmq/rabbitmq-java-client).
Bumps the dependencies group with 2 updates in the /modules/scylladb directory: [com.scylladb:java-driver-core](https://github.com/scylladb/java-driver) and software.amazon.awssdk:dynamodb.
Bumps the dependencies group with 1 update in the /modules/tidb directory: [com.mysql:mysql-connector-j](https://github.com/mysql/mysql-connector-j).
Bumps the dependencies group with 1 update in the /modules/toxiproxy directory: [redis.clients:jedis](https://github.com/redis/jedis).
Bumps the dependencies group with 1 update in the /modules/weaviate directory: [io.weaviate:client6](https://github.com/weaviate/java-client).


Updates `org.apache.activemq:activemq-client` from 6.2.4 to 6.3.1
- [Release notes](https://github.com/apache/activemq/releases)
- [Commits](https://github.com/apache/activemq/compare/activemq-6.2.4...activemq-6.3.1)

Updates `org.apache.activemq:artemis-jakarta-client` from 2.55.0 to 2.56.0

Updates `com.squareup.okhttp3:okhttp` from 5.4.0 to 5.5.0
- [Changelog](https://github.com/lysine-dev/okhttp/blob/main/CHANGELOG.md)
- [Commits](https://github.com/lysine-dev/okhttp/compare/parent-5.4.0...parent-5.5.0)

Updates `com.azure:azure-sdk-bom` from 1.2.32 to 1.3.8
- [Release notes](https://github.com/azure/azure-sdk-for-java/releases)
- [Commits](https://github.com/azure/azure-sdk-for-java/compare/azure-sdk-bom_1.2.32...azure-digitaltwins-core_1.3.8)

Updates `com.clickhouse:client-v2` from 0.9.8 to 0.10.0
- [Release notes](https://github.com/ClickHouse/clickhouse-java/releases)
- [Changelog](https://github.com/ClickHouse/clickhouse-java/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ClickHouse/clickhouse-java/compare/v0.9.8...v0.10.0)

Updates `com.clickhouse:clickhouse-r2dbc` from 0.9.8 to 0.10.0
- [Release notes](https://github.com/ClickHouse/clickhouse-java/releases)
- [Changelog](https://github.com/ClickHouse/clickhouse-java/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ClickHouse/clickhouse-java/compare/v0.9.8...v0.10.0)

Updates `com.clickhouse:clickhouse-jdbc` from 0.9.8 to 0.10.0
- [Release notes](https://github.com/ClickHouse/clickhouse-java/releases)
- [Changelog](https://github.com/ClickHouse/clickhouse-java/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ClickHouse/clickhouse-java/compare/v0.9.8...v0.10.0)

Updates `org.postgresql:postgresql` from 42.7.10 to 42.7.13
- [Release notes](https://github.com/pgjdbc/pgjdbc/releases)
- [Changelog](https://github.com/pgjdbc/pgjdbc/blob/master/CHANGELOG.md)
- [Commits](https://github.com/pgjdbc/pgjdbc/compare/REL42.7.10...REL42.7.13)

Updates `com.couchbase.client:java-client` from 3.11.2 to 3.12.2
- [Commits](https://github.com/couchbase/couchbase-jvm-clients/compare/3.11.2...3.12.2)

Updates `org.postgresql:postgresql` from 42.7.12 to 42.7.13
- [Release notes](https://github.com/pgjdbc/pgjdbc/releases)
- [Changelog](https://github.com/pgjdbc/pgjdbc/blob/master/CHANGELOG.md)
- [Commits](https://github.com/pgjdbc/pgjdbc/compare/REL42.7.10...REL42.7.13)

Updates `com.databend:databend-jdbc` from 0.4.6 to 0.4.8
- [Release notes](https://github.com/databendcloud/databend-jdbc/releases)
- [Commits](https://github.com/databendcloud/databend-jdbc/compare/v0.4.6...v0.4.8)

Updates `org.elasticsearch.client:elasticsearch-rest-client` from 9.4.3 to 9.5.2
- [Release notes](https://github.com/elastic/elasticsearch/releases)
- [Changelog](https://github.com/elastic/elasticsearch/blob/main/docs/changelog.yml)
- [Commits](https://github.com/elastic/elasticsearch/compare/v9.4.3...v9.5.2)

Updates `com.google.cloud:libraries-bom` from 26.84.0 to 26.87.0
- [Release notes](https://github.com/googleapis/google-cloud-java/releases)
- [Changelog](https://github.com/googleapis/google-cloud-java/blob/main/CHANGELOG.md)
- [Commits](https://github.com/googleapis/google-cloud-java/commits/libraries-bom/v26.87.0)

Updates `commons-io:commons-io` from 2.21.0 to 2.22.0

Updates `org.javassist:javassist` from 3.32.0-GA to 3.33.0-GA
- [Release notes](https://github.com/jboss-javassist/javassist/releases)
- [Changelog](https://github.com/jboss-javassist/javassist/blob/master/Changes.md)
- [Commits](https://github.com/jboss-javassist/javassist/commits)

Updates `com.hivemq:hivemq-extension-sdk` from 4.50.0 to 4.55.0
- [Release notes](https://github.com/hivemq/hivemq-extension-sdk/releases)
- [Commits](https://github.com/hivemq/hivemq-extension-sdk/compare/4.50.0...4.55.0)

Updates `com.hivemq:hivemq-mqtt-client` from 1.3.15 to 1.4.0
- [Release notes](https://github.com/hivemq/hivemq-mqtt-client/releases)
- [Changelog](https://github.com/hivemq/hivemq-mqtt-client/blob/master/RELEASE.md)
- [Commits](https://github.com/hivemq/hivemq-mqtt-client/compare/v1.3.15...v1.4.0)

Updates `ch.qos.logback:logback-classic` from 1.5.37 to 1.6.3
- [Release notes](https://github.com/qos-ch/logback/releases)
- [Commits](https://github.com/qos-ch/logback/compare/v_1.5.37...v_1.6.3)

Updates `software.amazon.awssdk:bom` from 2.46.20 to 2.54.9

Updates `io.milvus:milvus-sdk-java` from 2.6.17 to 3.0.8
- [Release notes](https://github.com/milvus-io/milvus-sdk-java/releases)
- [Changelog](https://github.com/milvus-io/milvus-sdk-java/blob/master/CHANGELOG.md)
- [Commits](https://github.com/milvus-io/milvus-sdk-java/compare/v2.6.17...v3.0.8)

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

Updates `io.r2dbc:r2dbc-mssql` from 1.0.5.RELEASE to 1.0.6.RELEASE
- [Release notes](https://github.com/r2dbc/r2dbc-mssql/releases)
- [Changelog](https://github.com/r2dbc/r2dbc-mssql/blob/v1.0.6.RELEASE/CHANGELOG)
- [Commits](https://github.com/r2dbc/r2dbc-mssql/compare/v1.0.5.RELEASE...v1.0.6.RELEASE)

Updates `io.asyncer:r2dbc-mysql` from 1.4.1 to 1.4.3
- [Release notes](https://github.com/asyncer-io/r2dbc-mysql/releases)
- [Commits](https://github.com/asyncer-io/r2dbc-mysql/compare/r2dbc-mysql-1.4.1...r2dbc-mysql-1.4.3)

Updates `com.mysql:mysql-connector-j` from 9.6.0 to 26.7.0
- [Changelog](https://github.com/mysql/mysql-connector-j/blob/trunk/CHANGES)
- [Commits](https://github.com/mysql/mysql-connector-j/compare/9.6.0...26.7.0)

Updates `com.mysql:mysql-connector-j` from 9.6.0 to 26.7.0
- [Changelog](https://github.com/mysql/mysql-connector-j/blob/trunk/CHANGES)
- [Commits](https://github.com/mysql/mysql-connector-j/compare/9.6.0...26.7.0)

Updates `dev.openfga:openfga-sdk` from 0.9.9 to 0.9.11
- [Release notes](https://github.com/openfga/java-sdk/releases)
- [Changelog](https://github.com/openfga/java-sdk/blob/main/CHANGELOG.md)
- [Commits](https://github.com/openfga/java-sdk/compare/v0.9.9...v0.9.11)

Updates `com.oracle.database.jdbc:ojdbc11` from 23.26.2.0.0 to 23.26.3.0.0

Updates `com.oracle.database.jdbc:ojdbc11` from 23.26.1.0.0 to 23.26.3.0.0

Updates `com.orientechnologies:orientdb-client` from 3.2.53 to 3.2.55
- [Release notes](https://github.com/orientechnologies/orientdb/releases)
- [Changelog](https://github.com/orientechnologies/orientdb/blob/3.2.55/history.txt)
- [Commits](https://github.com/orientechnologies/orientdb/compare/3.2.53...3.2.55)

Updates `com.orientechnologies:orientdb-gremlin` from 3.2.53 to 3.2.55
- [Commits](https://github.com/orientechnologies/orientdb-gremlin/compare/3.2.53...3.2.55)

Updates `org.postgresql:postgresql` from 42.7.12 to 42.7.13
- [Release notes](https://github.com/pgjdbc/pgjdbc/releases)
- [Changelog](https://github.com/pgjdbc/pgjdbc/blob/master/CHANGELOG.md)
- [Commits](https://github.com/pgjdbc/pgjdbc/compare/REL42.7.10...REL42.7.13)

Updates `io.qdrant:client` from 1.17.0 to 1.19.0
- [Release notes](https://github.com/qdrant/java-client/releases)
- [Commits](https://github.com/qdrant/java-client/compare/v1.17.0...v1.19.0)

Updates `io.grpc:grpc-bom` from 1.80.0 to 1.83.1
- [Release notes](https://github.com/grpc/grpc-java/releases)
- [Commits](https://github.com/grpc/grpc-java/compare/v1.80.0...v1.83.1)

Updates `org.postgresql:postgresql` from 42.7.12 to 42.7.13
- [Release notes](https://github.com/pgjdbc/pgjdbc/releases)
- [Changelog](https://github.com/pgjdbc/pgjdbc/blob/master/CHANGELOG.md)
- [Commits](https://github.com/pgjdbc/pgjdbc/compare/REL42.7.10...REL42.7.13)

Updates `org.questdb:questdb` from 9.2.2 to 10.0.1
- [Release notes](https://github.com/questdb/questdb/releases)
- [Commits](https://github.com/questdb/questdb/compare/9.2.2...10.0.1)

Updates `com.rabbitmq:amqp-client` from 5.33.0 to 5.35.0
- [Release notes](https://github.com/rabbitmq/rabbitmq-java-client/releases)
- [Commits](https://github.com/rabbitmq/rabbitmq-java-client/compare/v5.33.0...v5.35.0)

Updates `com.scylladb:java-driver-core` from 4.19.0.8 to 4.19.2.1
- [Release notes](https://github.com/scylladb/java-driver/releases)
- [Commits](https://github.com/scylladb/java-driver/compare/4.19.0.8...4.19.2.1)

Updates `software.amazon.awssdk:dynamodb` from 2.46.20 to 2.54.9

Updates `com.mysql:mysql-connector-j` from 9.6.0 to 26.7.0
- [Changelog](https://github.com/mysql/mysql-connector-j/blob/trunk/CHANGES)
- [Commits](https://github.com/mysql/mysql-connector-j/compare/9.6.0...26.7.0)

Updates `redis.clients:jedis` from 7.5.3 to 8.0.1
- [Release notes](https://github.com/redis/jedis/releases)
- [Commits](https://github.com/redis/jedis/compare/v7.5.3...v8.0.1)

Updates `io.weaviate:client6` from 6.3.0 to 6.3.1
- [Release notes](https://github.com/weaviate/java-client/releases)
- [Commits](https://github.com/weaviate/java-client/compare/6.3.0...6.3.1)
Bump the dependencies group across 3 directories with 3 updates

Bumps the dependencies group with 1 update in the /modules/grafana directory: [io.micrometer:micrometer-registry-otlp](https://github.com/micrometer-metrics/micrometer-commercial).
Bumps the dependencies group with 1 update in the /modules/mockserver directory: org.mock-server:mockserver-client-java.
Bumps the dependencies group with 1 update in the /modules/redpanda directory: org.freemarker:freemarker.


Updates `io.micrometer:micrometer-registry-otlp` from 1.17.0 to 1.17.1
- [Commits](https://github.com/micrometer-metrics/micrometer-commercial/commits)

Updates `org.mock-server:mockserver-client-java` from 5.15.0 to 7.6.0

Updates `org.freemarker:freemarker` from 2.3.34 to 2.3.35
Bump com.datastax.cassandra:cassandra-driver-core

Bumps the dependencies group in /modules/cassandra with 1 update: [com.datastax.cassandra:cassandra-driver-core](https://github.com/datastax/java-driver).


Updates `com.datastax.cassandra:cassandra-driver-core` from 3.10.0 to 4.0.0
- [Release notes](https://github.com/datastax/java-driver/releases)
- [Commits](https://github.com/datastax/java-driver/compare/3.10.0...4.0.0)
Bump com.influxdb:influxdb-client-java

Bumps the dependencies group in /modules/influxdb with 1 update: [com.influxdb:influxdb-client-java](https://github.com/influxdata/influxdb-client-java).


Updates `com.influxdb:influxdb-client-java` from 7.5.0 to 8.0.0
- [Release notes](https://github.com/influxdata/influxdb-client-java/releases)
- [Changelog](https://github.com/influxdata/influxdb-client-java/blob/master/CHANGELOG.md)
- [Commits](https://github.com/influxdata/influxdb-client-java/compare/v7.5.0...v8.0.0)
Bump org.apache.tomcat:tomcat-jdbc

Bumps the dependencies group in /modules/jdbc with 1 update: org.apache.tomcat:tomcat-jdbc.


Updates `org.apache.tomcat:tomcat-jdbc` from 11.0.21 to 11.0.25
Bump the dependencies group in /modules/jdbc-test with 4 updates

Bumps the dependencies group in /modules/jdbc-test with 4 updates: [com.google.guava:guava](https://github.com/google/guava), org.apache.tomcat:tomcat-jdbc, [com.mysql:mysql-connector-j](https://github.com/mysql/mysql-connector-j) and [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit-framework).


Updates `com.google.guava:guava` from 33.5.0-jre to 33.7.1-jre
- [Release notes](https://github.com/google/guava/releases)
- [Commits](https://github.com/google/guava/commits)

Updates `org.apache.tomcat:tomcat-jdbc` from 11.0.23 to 11.0.25

Updates `com.mysql:mysql-connector-j` from 9.6.0 to 26.7.0
- [Changelog](https://github.com/mysql/mysql-connector-j/blob/trunk/CHANGES)
- [Commits](https://github.com/mysql/mysql-connector-j/compare/9.6.0...26.7.0)

Updates `org.junit.jupiter:junit-jupiter` from 5.14.3 to 5.14.4
- [Release notes](https://github.com/junit-team/junit-framework/releases)
- [Commits](https://github.com/junit-team/junit-framework/compare/r5.14.3...r5.14.4)
Bump the dependencies group in /modules/junit-jupiter with 5 updates

Bumps the dependencies group in /modules/junit-jupiter with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [org.junit:junit-bom](https://github.com/junit-team/junit-framework) | `5.14.3` | `5.14.4` |
| [com.zaxxer:HikariCP](https://github.com/brettwooldridge/HikariCP) | `7.0.2` | `7.1.0` |
| [redis.clients:jedis](https://github.com/redis/jedis) | `7.5.3` | `8.0.1` |
| [org.postgresql:postgresql](https://github.com/pgjdbc/pgjdbc) | `42.7.12` | `42.7.13` |
| [com.mysql:mysql-connector-j](https://github.com/mysql/mysql-connector-j) | `9.6.0` | `26.7.0` |


Updates `org.junit:junit-bom` from 5.14.3 to 5.14.4
- [Release notes](https://github.com/junit-team/junit-framework/releases)
- [Commits](https://github.com/junit-team/junit-framework/compare/r5.14.3...r5.14.4)

Updates `com.zaxxer:HikariCP` from 7.0.2 to 7.1.0
- [Changelog](https://github.com/brettwooldridge/HikariCP/blob/dev/CHANGES)
- [Commits](https://github.com/brettwooldridge/HikariCP/compare/HikariCP-7.0.2...HikariCP-7.1.0)

Updates `redis.clients:jedis` from 7.5.3 to 8.0.1
- [Release notes](https://github.com/redis/jedis/releases)
- [Commits](https://github.com/redis/jedis/compare/v7.5.3...v8.0.1)

Updates `org.postgresql:postgresql` from 42.7.12 to 42.7.13
- [Release notes](https://github.com/pgjdbc/pgjdbc/releases)
- [Changelog](https://github.com/pgjdbc/pgjdbc/blob/master/CHANGELOG.md)
- [Commits](https://github.com/pgjdbc/pgjdbc/compare/REL42.7.12...REL42.7.13)

Updates `com.mysql:mysql-connector-j` from 9.6.0 to 26.7.0
- [Changelog](https://github.com/mysql/mysql-connector-j/blob/trunk/CHANGES)
- [Commits](https://github.com/mysql/mysql-connector-j/compare/9.6.0...26.7.0)
Bump org.mariadb.jdbc:mariadb-java-client

Bumps the dependencies group in /modules/mariadb with 1 update: [org.mariadb.jdbc:mariadb-java-client](https://github.com/mariadb-corporation/mariadb-connector-j).


Updates `org.mariadb.jdbc:mariadb-java-client` from 3.5.9 to 3.5.10
- [Release notes](https://github.com/mariadb-corporation/mariadb-connector-j/releases)
- [Changelog](https://github.com/mariadb-corporation/mariadb-connector-j/blob/main/CHANGELOG.md)
- [Commits](https://github.com/mariadb-corporation/mariadb-connector-j/compare/3.5.9...3.5.10)
Bump org.neo4j.driver:neo4j-java-driver

Bumps the dependencies group in /modules/neo4j with 1 update: [org.neo4j.driver:neo4j-java-driver](https://github.com/neo4j/neo4j-java-driver).


Updates `org.neo4j.driver:neo4j-java-driver` from 4.4.22 to 4.4.27
- [Release notes](https://github.com/neo4j/neo4j-java-driver/releases)
- [Commits](https://github.com/neo4j/neo4j-java-driver/compare/4.4.22...4.4.27)
Bump the dependencies group in /modules/r2dbc with 3 updates

Bumps the dependencies group in /modules/r2dbc with 3 updates: [io.r2dbc:r2dbc-spi](https://github.com/r2dbc/r2dbc-spi), [io.projectreactor:reactor-core](https://github.com/reactor/reactor-core) and [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit-framework).


Updates `io.r2dbc:r2dbc-spi` from 0.9.0.RELEASE to 0.9.1.RELEASE
- [Release notes](https://github.com/r2dbc/r2dbc-spi/releases)
- [Changelog](https://github.com/r2dbc/r2dbc-spi/blob/v0.9.1.RELEASE/CHANGELOG)
- [Commits](https://github.com/r2dbc/r2dbc-spi/compare/v0.9.0.RELEASE...v0.9.1.RELEASE)

Updates `io.projectreactor:reactor-core` from 3.8.6 to 3.8.7
- [Release notes](https://github.com/reactor/reactor-core/releases)
- [Commits](https://github.com/reactor/reactor-core/compare/v3.8.6...v3.8.7)

Updates `org.junit.jupiter:junit-jupiter` from 5.14.3 to 5.14.4
- [Release notes](https://github.com/junit-team/junit-framework/releases)
- [Commits](https://github.com/junit-team/junit-framework/compare/r5.14.3...r5.14.4)
Bump the dependencies group in /modules/selenium with 2 updates

Bumps the dependencies group in /modules/selenium with 2 updates: [org.seleniumhq.selenium:selenium-remote-driver](https://github.com/SeleniumHQ/selenium) and [org.seleniumhq.selenium:selenium-chrome-driver](https://github.com/SeleniumHQ/selenium).


Updates `org.seleniumhq.selenium:selenium-remote-driver` from 4.10.0 to 4.48.0
- [Release notes](https://github.com/SeleniumHQ/selenium/releases)
- [Commits](https://github.com/SeleniumHQ/selenium/compare/selenium-4.10.0...selenium-4.48.0)

Updates `org.seleniumhq.selenium:selenium-chrome-driver` from 4.10.0 to 4.48.0
- [Release notes](https://github.com/SeleniumHQ/selenium/releases)
- [Commits](https://github.com/SeleniumHQ/selenium/compare/selenium-4.10.0...selenium-4.48.0)
Bump com.squareup.okhttp3:okhttp

Bumps the dependencies group in /modules/solr with 1 update: [com.squareup.okhttp3:okhttp](https://github.com/lysine-dev/okhttp).


Updates `com.squareup.okhttp3:okhttp` from 5.4.0 to 5.5.0
- [Changelog](https://github.com/lysine-dev/okhttp/blob/main/CHANGELOG.md)
- [Commits](https://github.com/lysine-dev/okhttp/compare/parent-5.4.0...parent-5.5.0)
Bump the dependencies group in /modules/spock with 4 updates

Bumps the dependencies group in /modules/spock with 4 updates: [org.spockframework:spock-core](https://github.com/spockframework/spock), [org.postgresql:postgresql](https://github.com/pgjdbc/pgjdbc), [com.mysql:mysql-connector-j](https://github.com/mysql/mysql-connector-j) and [org.junit:junit-bom](https://github.com/junit-team/junit-framework).


Updates `org.spockframework:spock-core` from 2.3-groovy-4.0 to 2.4-groovy-4.0
- [Release notes](https://github.com/spockframework/spock/releases)
- [Changelog](https://github.com/spockframework/spock/blob/master/docs/release_notes.adoc)
- [Commits](https://github.com/spockframework/spock/commits)

Updates `org.postgresql:postgresql` from 42.7.12 to 42.7.13
- [Release notes](https://github.com/pgjdbc/pgjdbc/releases)
- [Changelog](https://github.com/pgjdbc/pgjdbc/blob/master/CHANGELOG.md)
- [Commits](https://github.com/pgjdbc/pgjdbc/compare/REL42.7.12...REL42.7.13)

Updates `com.mysql:mysql-connector-j` from 9.6.0 to 26.7.0
- [Changelog](https://github.com/mysql/mysql-connector-j/blob/trunk/CHANGES)
- [Commits](https://github.com/mysql/mysql-connector-j/compare/9.6.0...26.7.0)

Updates `org.junit:junit-bom` from 5.14.3 to 5.14.4
- [Release notes](https://github.com/junit-team/junit-framework/releases)
- [Commits](https://github.com/junit-team/junit-framework/compare/r5.14.3...r5.14.4)
Bump the dependencies group in /examples with 21 updates

Bumps the dependencies group in /examples with 21 updates:

| Package | From | To |
| --- | --- | --- |
| [org.projectlombok:lombok](https://github.com/projectlombok/lombok) | `1.18.38` | `1.18.46` |
| org.apache.kafka:kafka-clients | `4.1.0` | `4.3.1` |
| [org.assertj:assertj-core](https://github.com/assertj/assertj) | `3.27.4` | `3.27.7` |
| [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) | `1.3.15` | `1.3.16` |
| [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit-framework) | `5.13.4` | `5.14.4` |
| [org.junit.platform:junit-platform-launcher](https://github.com/junit-team/junit-framework) | `1.8.2` | `1.14.4` |
| [org.neo4j.driver:neo4j-java-driver](https://github.com/neo4j/neo4j-java-driver) | `4.4.20` | `4.4.27` |
| [redis.clients:jedis](https://github.com/redis/jedis) | `6.2.0` | `8.0.1` |
| [com.google.code.gson:gson](https://github.com/google/gson) | `2.13.2` | `2.14.0` |
| [org.seleniumhq.selenium:selenium-bom](https://github.com/SeleniumHQ/selenium) | `4.35.0` | `4.48.0` |
| [org.junit:junit-bom](https://github.com/junit-team/junit-framework) | `5.13.4` | `5.14.4` |
| [io.cucumber:cucumber-bom](https://github.com/cucumber/cucumber-jvm) | `7.30.0` | `7.34.7` |
| [io.nats:jnats](https://github.com/nats-io/nats.java) | `2.23.0` | `2.26.2` |
| [com.github.mwiede:jsch](https://github.com/mwiede/jsch) | `2.27.2` | `2.28.7` |
| [io.rest-assured:rest-assured](https://github.com/rest-assured/rest-assured) | `5.5.6` | `6.0.1` |
| [com.gradleup.shadow](https://github.com/GradleUp/shadow) | `8.3.9` | `8.3.11` |
| me.champeau.gradle.japicmp | `0.4.3` | `0.4.6` |
| org.jreleaser | `1.20.0` | `1.26.0` |
| [io.lettuce:lettuce-core](https://github.com/redis/lettuce) | `6.8.0.RELEASE` | `7.7.0.RELEASE` |
| [org.spockframework:spock-core](https://github.com/spockframework/spock) | `2.3-groovy-4.0` | `2.4-groovy-4.0` |
| [gradle-wrapper](https://github.com/gradle/gradle) | `8.14.3` | `9.7.1` |


Updates `org.projectlombok:lombok` from 1.18.38 to 1.18.46
- [Changelog](https://github.com/projectlombok/lombok/blob/master/doc/changelog.markdown)
- [Commits](https://github.com/projectlombok/lombok/compare/v1.18.38...v1.18.46)

Updates `org.apache.kafka:kafka-clients` from 4.1.0 to 4.3.1

Updates `org.assertj:assertj-core` from 3.27.4 to 3.27.7
- [Release notes](https://github.com/assertj/assertj/releases)
- [Commits](https://github.com/assertj/assertj/compare/assertj-build-3.27.4...assertj-build-3.27.7)

Updates `ch.qos.logback:logback-classic` from 1.3.15 to 1.3.16
- [Release notes](https://github.com/qos-ch/logback/releases)
- [Commits](https://github.com/qos-ch/logback/compare/v_1.3.15...v_1.3.16)

Updates `org.junit.jupiter:junit-jupiter` from 5.13.4 to 5.14.4
- [Release notes](https://github.com/junit-team/junit-framework/releases)
- [Commits](https://github.com/junit-team/junit-framework/compare/r5.13.4...r5.14.4)

Updates `org.junit.platform:junit-platform-launcher` from 1.8.2 to 1.14.4
- [Release notes](https://github.com/junit-team/junit-framework/releases)
- [Commits](https://github.com/junit-team/junit-framework/commits)

Updates `org.neo4j.driver:neo4j-java-driver` from 4.4.20 to 4.4.27
- [Release notes](https://github.com/neo4j/neo4j-java-driver/releases)
- [Commits](https://github.com/neo4j/neo4j-java-driver/compare/4.4.20...4.4.27)

Updates `redis.clients:jedis` from 6.2.0 to 8.0.1
- [Release notes](https://github.com/redis/jedis/releases)
- [Commits](https://github.com/redis/jedis/compare/v6.2.0...v8.0.1)

Updates `com.google.code.gson:gson` from 2.13.2 to 2.14.0
- [Release notes](https://github.com/google/gson/releases)
- [Changelog](https://github.com/google/gson/blob/main/CHANGELOG.md)
- [Commits](https://github.com/google/gson/compare/gson-parent-2.13.2...gson-parent-2.14.0)

Updates `org.seleniumhq.selenium:selenium-bom` from 4.35.0 to 4.48.0
- [Release notes](https://github.com/SeleniumHQ/selenium/releases)
- [Commits](https://github.com/SeleniumHQ/selenium/compare/selenium-4.35.0...selenium-4.48.0)

Updates `org.junit:junit-bom` from 5.13.4 to 5.14.4
- [Release notes](https://github.com/junit-team/junit-framework/releases)
- [Commits](https://github.com/junit-team/junit-framework/compare/r5.13.4...r5.14.4)

Updates `io.cucumber:cucumber-bom` from 7.30.0 to 7.34.7
- [Release notes](https://github.com/cucumber/cucumber-jvm/releases)
- [Changelog](https://github.com/cucumber/cucumber-jvm/blob/main/CHANGELOG.md)
- [Commits](https://github.com/cucumber/cucumber-jvm/compare/v7.30.0...v7.34.7)

Updates `io.nats:jnats` from 2.23.0 to 2.26.2
- [Release notes](https://github.com/nats-io/nats.java/releases)
- [Changelog](https://github.com/nats-io/nats.java/blob/main/CHANGELOG.md)
- [Commits](https://github.com/nats-io/nats.java/compare/2.23.0...2.26.2)

Updates `com.github.mwiede:jsch` from 2.27.2 to 2.28.7
- [Release notes](https://github.com/mwiede/jsch/releases)
- [Changelog](https://github.com/mwiede/jsch/blob/master/ChangeLog)
- [Commits](https://github.com/mwiede/jsch/compare/jsch-2.27.2...jsch-2.28.7)

Updates `io.rest-assured:rest-assured` from 5.5.6 to 6.0.1
- [Changelog](https://github.com/rest-assured/rest-assured/blob/master/changelog.txt)
- [Commits](https://github.com/rest-assured/rest-assured/compare/rest-assured-5.5.6...rest-assured-6.0.1)

Updates `com.gradleup.shadow` from 8.3.9 to 8.3.11
- [Release notes](https://github.com/GradleUp/shadow/releases)
- [Changelog](https://github.com/GradleUp/shadow/blob/main/CHANGELOG.md)
- [Commits](https://github.com/GradleUp/shadow/compare/8.3.9...8.3.11)

Updates `me.champeau.gradle.japicmp` from 0.4.3 to 0.4.6

Updates `org.jreleaser` from 1.20.0 to 1.26.0

Updates `io.lettuce:lettuce-core` from 6.8.0.RELEASE to 7.7.0.RELEASE
- [Release notes](https://github.com/redis/lettuce/releases)
- [Changelog](https://github.com/redis/lettuce/blob/main/RELEASE-NOTES.md)
- [Commits](https://github.com/redis/lettuce/compare/6.8.0.RELEASE...7.7.0.RELEASE)

Updates `org.spockframework:spock-core` from 2.3-groovy-4.0 to 2.4-groovy-4.0
- [Release notes](https://github.com/spockframework/spock/releases)
- [Changelog](https://github.com/spockframework/spock/blob/master/docs/release_notes.adoc)
- [Commits](https://github.com/spockframework/spock/commits)

Updates `gradle-wrapper` from 8.14.3 to 9.7.1
- [Release notes](https://github.com/gradle/gradle/releases)
- [Commits](https://github.com/gradle/gradle/compare/v8.14.3...v9.7.1)
Bump the dependencies group in /smoke-test with 12 updates

Bumps the dependencies group in /smoke-test with 12 updates:

| Package | From | To |
| --- | --- | --- |
| [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit-framework) | `5.13.4` | `5.14.4` |
| [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) | `1.3.15` | `1.3.16` |
| [org.assertj:assertj-core](https://github.com/assertj/assertj) | `3.27.4` | `3.27.7` |
| [org.junit.platform:junit-platform-launcher](https://github.com/junit-team/junit-framework) | `1.10.3` | `1.14.4` |
| [com.google.guava:guava](https://github.com/google/guava) | `33.3.1-jre` | `33.7.1-jre` |
| [com.gradleup.shadow](https://github.com/GradleUp/shadow) | `8.3.9` | `8.3.11` |
| me.champeau.gradle.japicmp | `0.4.3` | `0.4.6` |
| org.jreleaser | `1.20.0` | `1.26.0` |
| [io.lettuce:lettuce-core](https://github.com/redis/lettuce) | `6.8.0.RELEASE` | `7.7.0.RELEASE` |
| [org.spockframework:spock-core](https://github.com/spockframework/spock) | `2.3-groovy-4.0` | `2.4-groovy-4.0` |
| org.slf4j:slf4j-api | `2.0.17` | `2.0.18` |
| [gradle-wrapper](https://github.com/gradle/gradle) | `8.14.3` | `9.7.1` |


Updates `org.junit.jupiter:junit-jupiter` from 5.13.4 to 5.14.4
- [Release notes](https://github.com/junit-team/junit-framework/releases)
- [Commits](https://github.com/junit-team/junit-framework/compare/r5.13.4...r5.14.4)

Updates `ch.qos.logback:logback-classic` from 1.3.15 to 1.3.16
- [Release notes](https://github.com/qos-ch/logback/releases)
- [Commits](https://github.com/qos-ch/logback/compare/v_1.3.15...v_1.3.16)

Updates `org.assertj:assertj-core` from 3.27.4 to 3.27.7
- [Release notes](https://github.com/assertj/assertj/releases)
- [Commits](https://github.com/assertj/assertj/compare/assertj-build-3.27.4...assertj-build-3.27.7)

Updates `org.junit.platform:junit-platform-launcher` from 1.10.3 to 1.14.4
- [Release notes](https://github.com/junit-team/junit-framework/releases)
- [Commits](https://github.com/junit-team/junit-framework/commits)

Updates `com.google.guava:guava` from 33.3.1-jre to 33.7.1-jre
- [Release notes](https://github.com/google/guava/releases)
- [Commits](https://github.com/google/guava/commits)

Updates `com.gradleup.shadow` from 8.3.9 to 8.3.11
- [Release notes](https://github.com/GradleUp/shadow/releases)
- [Changelog](https://github.com/GradleUp/shadow/blob/main/CHANGELOG.md)
- [Commits](https://github.com/GradleUp/shadow/compare/8.3.9...8.3.11)

Updates `me.champeau.gradle.japicmp` from 0.4.3 to 0.4.6

Updates `org.jreleaser` from 1.20.0 to 1.26.0

Updates `io.lettuce:lettuce-core` from 6.8.0.RELEASE to 7.7.0.RELEASE
- [Release notes](https://github.com/redis/lettuce/releases)
- [Changelog](https://github.com/redis/lettuce/blob/main/RELEASE-NOTES.md)
- [Commits](https://github.com/redis/lettuce/compare/6.8.0.RELEASE...7.7.0.RELEASE)

Updates `org.spockframework:spock-core` from 2.3-groovy-4.0 to 2.4-groovy-4.0
- [Release notes](https://github.com/spockframework/spock/releases)
- [Changelog](https://github.com/spockframework/spock/blob/master/docs/release_notes.adoc)
- [Commits](https://github.com/spockframework/spock/commits)

Updates `org.slf4j:slf4j-api` from 2.0.17 to 2.0.18

Updates `gradle-wrapper` from 8.14.3 to 9.7.1
- [Release notes](https://github.com/gradle/gradle/releases)
- [Commits](https://github.com/gradle/gradle/compare/v8.14.3...v9.7.1)

---
updated-dependencies:
- dependency-name: com.gradleup.shadow
  dependency-version: 8.3.11
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: com.gradle:develocity-gradle-plugin
  dependency-version: 4.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: com.gradle:common-custom-user-data-gradle-plugin
  dependency-version: 2.8.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: com.fasterxml.jackson.core:jackson-databind
  dependency-version: 2.22.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: com.google.guava:guava
  dependency-version: 33.7.1-jre
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: org.yaml:snakeyaml
  dependency-version: '2.7'
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: org.junit.platform:junit-platform-launcher
  dependency-version: 1.14.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: org.junit.jupiter:junit-jupiter
  dependency-version: 5.14.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: redis.clients:jedis
  dependency-version: 8.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: org.apache.activemq:activemq-client
  dependency-version: 6.3.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: org.apache.activemq:artemis-jakarta-client
  dependency-version: 2.56.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: com.squareup.okhttp3:okhttp
  dependency-version: 5.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: com.azure:azure-sdk-bom
  dependency-version: 1.3.8
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: com.clickhouse:client-v2
  dependency-version: 0.10.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: com.clickhouse:clickhouse-r2dbc
  dependency-version: 0.10.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: com.clickhouse:clickhouse-jdbc
  dependency-version: 0.10.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: org.postgresql:postgresql
  dependency-version: 42.7.13
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: com.couchbase.client:java-client
  dependency-version: 3.12.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: org.postgresql:postgresql
  dependency-version: 42.7.13
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: com.databend:databend-jdbc
  dependency-version: 0.4.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: org.elasticsearch.client:elasticsearch-rest-client
  dependency-version: 9.5.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: com.google.cloud:libraries-bom
  dependency-version: 26.87.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: commons-io:commons-io
  dependency-version: 2.22.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: org.javassist:javassist
  dependency-version: 3.33.0-GA
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: com.hivemq:hivemq-extension-sdk
  dependency-version: 4.55.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: com.hivemq:hivemq-mqtt-client
  dependency-version: 1.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: ch.qos.logback:logback-classic
  dependency-version: 1.6.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: software.amazon.awssdk:bom
  dependency-version: 2.54.9
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: io.milvus:milvus-sdk-java
  dependency-version: 3.0.8
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: org.mongodb:mongodb-driver-sync
  dependency-version: 5.11.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: io.r2dbc:r2dbc-mssql
  dependency-version: 1.0.6.RELEASE
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: io.asyncer:r2dbc-mysql
  dependency-version: 1.4.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: com.mysql:mysql-connector-j
  dependency-version: 26.7.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: com.mysql:mysql-connector-j
  dependency-version: 26.7.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: dev.openfga:openfga-sdk
  dependency-version: 0.9.11
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: com.oracle.database.jdbc:ojdbc11
  dependency-version: 23.26.3.0.0
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: com.oracle.database.jdbc:ojdbc11
  dependency-version: 23.26.3.0.0
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: com.orientechnologies:orientdb-client
  dependency-version: 3.2.55
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: com.orientechnologies:orientdb-gremlin
  dependency-version: 3.2.55
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: org.postgresql:postgresql
  dependency-version: 42.7.13
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: io.qdrant:client
  dependency-version: 1.19.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: io.grpc:grpc-bom
  dependency-version: 1.83.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: org.postgresql:postgresql
  dependency-version: 42.7.13
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: org.questdb:questdb
  dependency-version: 10.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: com.rabbitmq:amqp-client
  dependency-version: 5.35.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: com.scylladb:java-driver-core
  dependency-version: 4.19.2.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: software.amazon.awssdk:dynamodb
  dependency-version: 2.54.9
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: com.mysql:mysql-connector-j
  dependency-version: 26.7.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: redis.clients:jedis
  dependency-version: 8.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: io.weaviate:client6
  dependency-version: 6.3.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: io.micrometer:micrometer-registry-otlp
  dependency-version: 1.17.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: org.mock-server:mockserver-client-java
  dependency-version: 7.6.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: org.freemarker:freemarker
  dependency-version: 2.3.35
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: com.datastax.cassandra:cassandra-driver-core
  dependency-version: 4.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: com.influxdb:influxdb-client-java
  dependency-version: 8.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: org.apache.tomcat:tomcat-jdbc
  dependency-version: 11.0.25
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: com.google.guava:guava
  dependency-version: 33.7.1-jre
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: org.apache.tomcat:tomcat-jdbc
  dependency-version: 11.0.25
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: com.mysql:mysql-connector-j
  dependency-version: 26.7.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: org.junit.jupiter:junit-jupiter
  dependency-version: 5.14.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: org.junit:junit-bom
  dependency-version: 5.14.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: com.zaxxer:HikariCP
  dependency-version: 7.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: redis.clients:jedis
  dependency-version: 8.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: org.postgresql:postgresql
  dependency-version: 42.7.13
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: com.mysql:mysql-connector-j
  dependency-version: 26.7.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: org.mariadb.jdbc:mariadb-java-client
  dependency-version: 3.5.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: org.neo4j.driver:neo4j-java-driver
  dependency-version: 4.4.27
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: io.r2dbc:r2dbc-spi
  dependency-version: 0.9.1.RELEASE
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: io.projectreactor:reactor-core
  dependency-version: 3.8.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: org.junit.jupiter:junit-jupiter
  dependency-version: 5.14.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: org.seleniumhq.selenium:selenium-remote-driver
  dependency-version: 4.48.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: org.seleniumhq.selenium:selenium-chrome-driver
  dependency-version: 4.48.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: com.squareup.okhttp3:okhttp
  dependency-version: 5.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: org.spockframework:spock-core
  dependency-version: 2.4-groovy-4.0
  dependency-type: direct:production
  dependency-group: dependencies
- dependency-name: org.postgresql:postgresql
  dependency-version: 42.7.13
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: com.mysql:mysql-connector-j
  dependency-version: 26.7.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: org.junit:junit-bom
  dependency-version: 5.14.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: org.projectlombok:lombok
  dependency-version: 1.18.46
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: org.apache.kafka:kafka-clients
  dependency-version: 4.3.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: org.assertj:assertj-core
  dependency-version: 3.27.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: ch.qos.logback:logback-classic
  dependency-version: 1.3.16
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: org.junit.jupiter:junit-jupiter
  dependency-version: 5.14.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: org.junit.platform:junit-platform-launcher
  dependency-version: 1.14.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: org.neo4j.driver:neo4j-java-driver
  dependency-version: 4.4.27
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: redis.clients:jedis
  dependency-version: 8.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: com.google.code.gson:gson
  dependency-version: 2.14.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: org.seleniumhq.selenium:selenium-bom
  dependency-version: 4.48.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: org.junit:junit-bom
  dependency-version: 5.14.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: io.cucumber:cucumber-bom
  dependency-version: 7.34.7
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: io.nats:jnats
  dependency-version: 2.26.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: com.github.mwiede:jsch
  dependency-version: 2.28.7
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: io.rest-assured:rest-assured
  dependency-version: 6.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: com.gradleup.shadow
  dependency-version: 8.3.11
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: me.champeau.gradle.japicmp
  dependency-version: 0.4.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: org.jreleaser
  dependency-version: 1.26.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: io.lettuce:lettuce-core
  dependency-version: 7.7.0.RELEASE
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: org.spockframework:spock-core
  dependency-version: 2.4-groovy-4.0
  dependency-type: direct:production
  dependency-group: dependencies
- dependency-name: gradle-wrapper
  dependency-version: 9.7.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: org.junit.jupiter:junit-jupiter
  dependency-version: 5.14.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: ch.qos.logback:logback-classic
  dependency-version: 1.3.16
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: org.assertj:assertj-core
  dependency-version: 3.27.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: org.junit.platform:junit-platform-launcher
  dependency-version: 1.14.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: com.google.guava:guava
  dependency-version: 33.7.1-jre
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: com.gradleup.shadow
  dependency-version: 8.3.11
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: me.champeau.gradle.japicmp
  dependency-version: 0.4.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: org.jreleaser
  dependency-version: 1.26.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: io.lettuce:lettuce-core
  dependency-version: 7.7.0.RELEASE
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: org.spockframework:spock-core
  dependency-version: 2.4-groovy-4.0
  dependency-type: direct:production
  dependency-group: dependencies
- dependency-name: org.slf4j:slf4j-api
  dependency-version: 2.0.18
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: gradle-wrapper
  dependency-version: 9.7.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
This was referenced Sep 8, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment