Skip to content

Comments

Bump the prod-dependencies group across 1 directory with 17 updates#297

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/gradle/prod-dependencies-64efd32c8f
Open

Bump the prod-dependencies group across 1 directory with 17 updates#297
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/gradle/prod-dependencies-64efd32c8f

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 19, 2026

Bumps the prod-dependencies group with 17 updates in the / directory:

Package From To
org.jetbrains.kotlin:kotlin-gradle-plugin 2.1.20 2.3.10
io.projectreactor:reactor-core 3.7.4 3.8.3
io.reactivex.rxjava3:rxjava 3.1.10 3.1.12
org.mongodb:mongodb-driver-core 5.4.0 5.6.3
org.mongodb:mongodb-driver-reactivestreams 5.4.0 5.6.3
org.mongodb:mongodb-driver-kotlin-coroutine 5.4.0 5.6.3
org.mongodb:mongodb-driver-sync 5.4.0 5.6.3
ch.qos.logback:logback-core 1.5.18 1.5.32
ch.qos.logback:logback-classic 1.5.18 1.5.32
org.postgresql:postgresql 42.7.5 42.7.10
com.mysql:mysql-connector-j 9.2.0 9.6.0
org.postgresql:r2dbc-postgresql 1.0.7.RELEASE 1.1.1.RELEASE
io.asyncer:r2dbc-mysql 1.4.0 1.4.1
org.jetbrains:annotations 26.0.2 26.1.0
org.testcontainers:mongodb 1.20.6 1.21.4
org.testcontainers:mysql 1.20.6 1.21.4
org.testcontainers:postgresql 1.20.6 1.21.4

Updates org.jetbrains.kotlin:kotlin-gradle-plugin from 2.1.20 to 2.3.10

Release notes

Sourced from org.jetbrains.kotlin:kotlin-gradle-plugin's releases.

Kotlin 2.3.10

Changelog

Compiler

  • KT-83984 Data races around kotlinx.serialization plugin protobuf extensions registration
  • KT-83317 ClassCastException: with cast kotlin.UInt to java.lang.Number when defining constant
  • KT-83031 K2: unstable resolution of EnhancedNullability from type-use NotNull in presence of unused code
  • KT-81700 flaky overload resolution behaviors (false-positive errors, different final candidates, compile-time failures)
  • KT-83983 Revert of KT-83081
  • KT-83314 JSpecify @NullMarked changes Java equals(Object) to equals(Any?) causing override conflict in Kotlin 2.3
  • KT-82863 @NoInfer regression since 2.2.20
  • KT-82841 "kotlin.NoWhenBranchMatchedException" in when with !is check & non-sealed class in the middle of hierarchy

JVM. Reflection

  • KT-83608 Kotlin-reflect: "Unknown origin of public abstract operator fun invoke(p1: P1, p2: P2): R"
  • KT-83361 "KotlinReflectionInternalError: Type parameter not found: 0" on super types with Kotlin 2.3.0
  • KT-42199 "KotlinReflectionInternalError: Unknown origin of public abstract operator fun invoke" on function reference to FunctionN.invoke
  • KT-81024 Reflection: New KType implementation fails on arguments comparison for a Nothing type parameter

Tools. Compiler Plugins

  • KT-83266 "Unsupported class file major version 69" for "produceReleaseComposeMapping" task with Kotlin 2.3
  • KT-83099 Compose compiler does not generate stack trace mappings for project files

Tools. Gradle

  • KT-83070 The KGP api reference is missing a description
  • KT-82459 Improve iOS simulator boot implementation

Tools. Gradle. JS

  • KT-82946 Js, Wasm: Upgrade NPM dependencies

Tools. Gradle. Multiplatform

  • KT-83687 Revert deprecation of 'androidTarget' for AGP lower than 9

Kotlin 2.3.10-RC2

ChangeLog

Compiler

  • KT-83984 Data races around kotlinx.serialization plugin protobuf extensions registration
  • KT-83983 Revert of KT-83081

Kotlin 2.3.10-RC

Changelog

... (truncated)

Changelog

Sourced from org.jetbrains.kotlin:kotlin-gradle-plugin's changelog.

2.3.10

Compiler

  • KT-83984 Data races around kotlinx.serialization plugin protobuf extensions registration
  • KT-83317 ClassCastException: with cast kotlin.UInt to java.lang.Number when defining constant
  • KT-83031 K2: unstable resolution of EnhancedNullability from type-use NotNull in presence of unused code
  • KT-81700 flaky overload resolution behaviors (false-positive errors, different final candidates, compile-time failures)
  • KT-83983 Revert of KT-83081
  • KT-83314 JSpecify @NullMarked changes Java equals(Object) to equals(Any?) causing override conflict in Kotlin 2.3
  • KT-82863 @NoInfer regression since 2.2.20
  • KT-82841 "kotlin.NoWhenBranchMatchedException" in when with !is check & non-sealed class in the middle of hierarchy

JVM. Reflection

  • KT-83608 Kotlin-reflect: "Unknown origin of public abstract operator fun invoke(p1: P1, p2: P2): R"
  • KT-83361 "KotlinReflectionInternalError: Type parameter not found: 0" on super types with Kotlin 2.3.0
  • KT-42199 "KotlinReflectionInternalError: Unknown origin of public abstract operator fun invoke" on function reference to FunctionN.invoke
  • KT-81024 Reflection: New KType implementation fails on arguments comparison for a Nothing type parameter

Tools. Compiler Plugins

  • KT-83266 "Unsupported class file major version 69" for "produceReleaseComposeMapping" task with Kotlin 2.3
  • KT-83099 Compose compiler does not generate stack trace mappings for project files

Tools. Gradle

  • KT-83070 The KGP api reference is missing a description
  • KT-82459 Improve iOS simulator boot implementation

Tools. Gradle. JS

  • KT-82946 Js, Wasm: Upgrade NPM dependencies

Tools. Gradle. Multiplatform

  • KT-83687 Revert deprecation of 'androidTarget' for AGP lower than 9

2.3.0

Analysis API

  • KT-80082 K2. False positive "Cannot resolve method" for self-bounded generic with wildcard return type in Java interop
  • KT-80303 Move :native:analysis-api-klib-reader to :libraries:tools

Analysis API. Code Compilation

  • KT-70860 K2 IDE / Kotlin Debugger: CCE “java.lang.String cannot be cast to java.lang.Void” on evaluating not-null variable on the line with assigning null to that var
  • KT-78554 K2 IDE / Kotlin Debugger: ISE “No override for FUN IR_EXTERNAL_DECLARATION_STUB” on calling toString() for local class instance during evaluation

... (truncated)

Commits
  • 679366a Add ChangeLog for 2.3.10-RC2
  • 14ba833 Serialization: remove potential data race during extension registration
  • fb8d334 Revert "K2: implement equality for ConeAttribute.EnhancedNullability"
  • 412afb7 Add ChangeLog for 2.3.10-RC
  • edea41e [Gradle] Un-deprecate 'androidTarget()'
  • 0946452 Bump version of the ASM dependency
  • 655fb78 Reflection: always compute JVM signature of built-in functions manually
  • 58d3875 Fix mergeReleaseComposeMapping task failure when build cache is enabled
  • 56e0a79 Copy R8 outputs to Compose folder when transforming obfuscation file
  • e0eb174 Fix classId for detecting protobuf enums
  • Additional commits viewable in compare view

Updates io.projectreactor:reactor-core from 3.7.4 to 3.8.3

Release notes

Sourced from io.projectreactor:reactor-core's releases.

v3.8.3

Reactor Core 3.8.3 is part of the 2025.0.3 Release Train.

What's Changed

✨ New features and improvements

Full Changelog: reactor/reactor-core@v3.8.2...v3.8.3

v3.8.2

Reactor Core 3.8.2 is part of the 2025.0.2 Release Train.

What's Changed

✨ New features and improvements

Full Changelog: reactor/reactor-core@v3.8.1...v3.8.2

v3.8.1

Reactor Core 3.8.1 is part of 2025.0.1 Release Train.

What's Changed

✨ New features and improvements

🐞 Bug fixes

Full Changelog: reactor/reactor-core@v3.8.0...v3.8.1

v3.8.0

Reactor Core 3.8.0 is part of 2025.0.0 Release Train.

3.8.0 Highlights

... (truncated)

Commits
  • cb12ba5 [release] Prepare and release 3.8.3
  • a430ffe Merge-ignore release 3.7.16 into 3.8.3
  • cb0b5c1 [release] Next development version 3.7.17-SNAPSHOT
  • f5d77fe [release] Prepare and release 3.7.16
  • 48ee8d8 Bump Micrometer to 1.16.3 and Micrometer Tracing to 1.6.3 (#4202)
  • 48ffaab Merge CodeQL workflow changes to 3.8.3
  • 83edd72 [chore] Improve CodeQL action to only compile classes
  • bd9b3d4 [chore] Improve CodeQL action to skip building
  • 2e72b8a Merge e215666df into 3.8.3
  • e215666 [chore] Fix CodeQL workflow to exclude docs in build
  • Additional commits viewable in compare view

Updates io.reactivex.rxjava3:rxjava from 3.1.10 to 3.1.12

Release notes

Sourced from io.reactivex.rxjava3:rxjava's releases.

v3.1.12

Version 3.1.12 - September 24, 2025

Bugfixes

  • Fix for the empty module version string in the module-info.class file. #7906

v3.1.12-RC1

Version 3.1.12-RC1 - September 22, 2025

⚠️ Not for general consumption yet.

Bugfixes

  • Fix for the empty module version string in the module-info.class. #7906

v3.1.11

Version 3.1.11 - July 7, 2025

Maven JavaDocs

Bugfixes

  • Fix ReplaySubject termination-subscription race emitting wrongly. #7879

v3.1.11-RC5

Testing if releasing to the new Central Sonatype repository works. Round 5.

Please ignore this update.

v3.1.11-RC4

Testing if releasing to the new Central Sonatype repository works. Attempt 4.

Please ignore this update.

v3.1.11-RC3

Testing if releasing to the new Central Sonatype repository works. Attempt 3.

Please ignore this update.

v3.1.11-RC2

Testing if releasing to the new Central Sonatype repository works. Attempt 2.

Please ignore this update.

v3.1.11-RC1

... (truncated)

Commits
  • 2e06650 Update build.gradle
  • 9cd6b9e Update Additional-Reading.md
  • 70e145b chore(deps): bump com.google.guava:guava from 33.4.8-jre to 33.5.0-jre (#7904)
  • 6bb25c1 chore(deps): bump github/codeql-action from 3.30.2 to 3.30.3 (#7903)
  • 89f1e52 chore(deps): bump github/codeql-action from 3.30.1 to 3.30.2 (#7902)
  • 7f49c5b chore(deps): bump github/codeql-action from 3.30.0 to 3.30.1 (#7901)
  • 599202e chore(deps): bump codecov/codecov-action from 5.5.0 to 5.5.1 (#7900)
  • a7c809a chore(deps): bump github/codeql-action from 3.29.11 to 3.30.0 (#7899)
  • d06a16e chore(deps): bump github/codeql-action from 3.29.10 to 3.29.11 (#7897)
  • a0dc194 chore(deps): bump codecov/codecov-action from 4.6.0 to 5.5.0 (#7895)
  • Additional commits viewable in compare view

Updates org.mongodb:mongodb-driver-core from 5.4.0 to 5.6.3

Release notes

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

Java Driver 5.6.3 (February 03, 2026)

What's Changed

Full Changelog: mongodb/mongo-java-driver@r5.6.2...r5.6.3

Java Driver 5.6.2 (December 08, 2025)

What's Changed

Full Changelog: mongodb/mongo-java-driver@r5.6.1...r5.6.2

Java Driver 5.6.1 (October 06, 2025)

Full Changelog: mongodb/mongo-java-driver@r5.6.0...r5.6.1

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

... (truncated)

Commits

Updates org.mongodb:mongodb-driver-reactivestreams from 5.4.0 to 5.6.3

Release notes

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

Java Driver 5.6.3 (February 03, 2026)

What's Changed

Full Changelog: mongodb/mongo-java-driver@r5.6.2...r5.6.3

Java Driver 5.6.2 (December 08, 2025)

What's Changed

Full Changelog: mongodb/mongo-java-driver@r5.6.1...r5.6.2

Java Driver 5.6.1 (October 06, 2025)

Full Changelog: mongodb/mongo-java-driver@r5.6.0...r5.6.1

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

... (truncated)

Commits

Updates org.mongodb:mongodb-driver-kotlin-coroutine from 5.4.0 to 5.6.3

Release notes

Sourced from org.mongodb:mongodb-driver-kotlin-coroutine's releases.

Java Driver 5.6.3 (February 03, 2026)

What's Changed

Full Changelog: mongodb/mongo-java-driver@r5.6.2...r5.6.3

Java Driver 5.6.2 (December 08, 2025)

What's Changed

Full Changelog: mongodb/mongo-java-driver@r5.6.1...r5.6.2

Java Driver 5.6.1 (October 06, 2025)

Full Changelog: mongodb/mongo-java-driver@r5.6.0...r5.6.1

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

... (truncated)

Commits

Updates org.mongodb:mongodb-driver-sync from 5.4.0 to 5.6.3

Release notes

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

Java Driver 5.6.3 (February 03, 2026)

What's Changed

Full Changelog: mongodb/mongo-java-driver@r5.6.2...r5.6.3

Java Driver 5.6.2 (December 08, 2025)

What's Changed

Full Changelog: mongodb/mongo-java-driver@r5.6.1...r5.6.2

Java Driver 5.6.1 (October 06, 2025)

Full Changelog: mongodb/mongo-java-driver@r5.6.0...r5.6.1

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

... (truncated)

Commits

Updates org.mongodb:mongodb-driver-reactivestreams from 5.4.0 to 5.6.3

Release notes

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

Java Driver 5.6.3 (February 03, 2026)

What's Changed

Full Changelog: mongodb/mongo-java-driver@r5.6.2...r5.6.3

Java Driver 5.6.2 (December 08, 2025)

What's Changed

Full Changelog: mongodb/mongo-java-driver@r5.6.1...r5.6.2

Java Driver 5.6.1 (October 06, 2025)

Full Changelog: mongodb/mongo-java-driver@r5.6.0...r5.6.1

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

... (truncated)

Commits
  • 9d16849 Version: bump 5.6.3
  • 415e8fe Revert NettyByteBuf.asReadOnly change (#1871) (#1878)
  • 9a09dac Version: bump 5.6.3-SNAPSHOT
  • 5235444 Version: bump 5.6.2
  • e9447ac Remove assertion for verbose result (#1850)
  • 5c07c71 Implement NettyByteBuf.asReadOnly (#1841)
  • 2dc0652 Updated DEFAULT_ALLOWED_HOSTS (#1843)
  • 1ef94ed Support nModified being optional in bulk write response (#1823)
  • 672ef06 Use connectTimeoutMS for connection establishment in maintenance TimeoutConte...

Bumps the prod-dependencies group with 17 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [org.jetbrains.kotlin:kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) | `2.1.20` | `2.3.10` |
| [io.projectreactor:reactor-core](https://github.com/reactor/reactor-core) | `3.7.4` | `3.8.3` |
| [io.reactivex.rxjava3:rxjava](https://github.com/ReactiveX/RxJava) | `3.1.10` | `3.1.12` |
| [org.mongodb:mongodb-driver-core](https://github.com/mongodb/mongo-java-driver) | `5.4.0` | `5.6.3` |
| [org.mongodb:mongodb-driver-reactivestreams](https://github.com/mongodb/mongo-java-driver) | `5.4.0` | `5.6.3` |
| [org.mongodb:mongodb-driver-kotlin-coroutine](https://github.com/mongodb/mongo-java-driver) | `5.4.0` | `5.6.3` |
| [org.mongodb:mongodb-driver-sync](https://github.com/mongodb/mongo-java-driver) | `5.4.0` | `5.6.3` |
| [ch.qos.logback:logback-core](https://github.com/qos-ch/logback) | `1.5.18` | `1.5.32` |
| [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) | `1.5.18` | `1.5.32` |
| [org.postgresql:postgresql](https://github.com/pgjdbc/pgjdbc) | `42.7.5` | `42.7.10` |
| [com.mysql:mysql-connector-j](https://github.com/mysql/mysql-connector-j) | `9.2.0` | `9.6.0` |
| [org.postgresql:r2dbc-postgresql](https://github.com/pgjdbc/r2dbc-postgresql) | `1.0.7.RELEASE` | `1.1.1.RELEASE` |
| [io.asyncer:r2dbc-mysql](https://github.com/asyncer-io/r2dbc-mysql) | `1.4.0` | `1.4.1` |
| [org.jetbrains:annotations](https://github.com/JetBrains/java-annotations) | `26.0.2` | `26.1.0` |
| [org.testcontainers:mongodb](https://github.com/testcontainers/testcontainers-java) | `1.20.6` | `1.21.4` |
| [org.testcontainers:mysql](https://github.com/testcontainers/testcontainers-java) | `1.20.6` | `1.21.4` |
| [org.testcontainers:postgresql](https://github.com/testcontainers/testcontainers-java) | `1.20.6` | `1.21.4` |



Updates `org.jetbrains.kotlin:kotlin-gradle-plugin` from 2.1.20 to 2.3.10
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](JetBrains/kotlin@v2.1.20...v2.3.10)

Updates `io.projectreactor:reactor-core` from 3.7.4 to 3.8.3
- [Release notes](https://github.com/reactor/reactor-core/releases)
- [Commits](reactor/reactor-core@v3.7.4...v3.8.3)

Updates `io.reactivex.rxjava3:rxjava` from 3.1.10 to 3.1.12
- [Release notes](https://github.com/ReactiveX/RxJava/releases)
- [Commits](ReactiveX/RxJava@v3.1.10...v3.1.12)

Updates `org.mongodb:mongodb-driver-core` from 5.4.0 to 5.6.3
- [Release notes](https://github.com/mongodb/mongo-java-driver/releases)
- [Commits](mongodb/mongo-java-driver@r5.4.0...r5.6.3)

Updates `org.mongodb:mongodb-driver-reactivestreams` from 5.4.0 to 5.6.3
- [Release notes](https://github.com/mongodb/mongo-java-driver/releases)
- [Commits](mongodb/mongo-java-driver@r5.4.0...r5.6.3)

Updates `org.mongodb:mongodb-driver-kotlin-coroutine` from 5.4.0 to 5.6.3
- [Release notes](https://github.com/mongodb/mongo-java-driver/releases)
- [Commits](mongodb/mongo-java-driver@r5.4.0...r5.6.3)

Updates `org.mongodb:mongodb-driver-sync` from 5.4.0 to 5.6.3
- [Release notes](https://github.com/mongodb/mongo-java-driver/releases)
- [Commits](mongodb/mongo-java-driver@r5.4.0...r5.6.3)

Updates `org.mongodb:mongodb-driver-reactivestreams` from 5.4.0 to 5.6.3
- [Release notes](https://github.com/mongodb/mongo-java-driver/releases)
- [Commits](mongodb/mongo-java-driver@r5.4.0...r5.6.3)

Updates `org.mongodb:mongodb-driver-kotlin-coroutine` from 5.4.0 to 5.6.3
- [Release notes](https://github.com/mongodb/mongo-java-driver/releases)
- [Commits](mongodb/mongo-java-driver@r5.4.0...r5.6.3)

Updates `org.mongodb:mongodb-driver-sync` from 5.4.0 to 5.6.3
- [Release notes](https://github.com/mongodb/mongo-java-driver/releases)
- [Commits](mongodb/mongo-java-driver@r5.4.0...r5.6.3)

Updates `ch.qos.logback:logback-core` from 1.5.18 to 1.5.32
- [Release notes](https://github.com/qos-ch/logback/releases)
- [Commits](qos-ch/logback@v_1.5.18...v_1.5.32)

Updates `ch.qos.logback:logback-classic` from 1.5.18 to 1.5.32
- [Release notes](https://github.com/qos-ch/logback/releases)
- [Commits](qos-ch/logback@v_1.5.18...v_1.5.32)

Updates `ch.qos.logback:logback-classic` from 1.5.18 to 1.5.32
- [Release notes](https://github.com/qos-ch/logback/releases)
- [Commits](qos-ch/logback@v_1.5.18...v_1.5.32)

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

Updates `com.mysql:mysql-connector-j` from 9.2.0 to 9.6.0
- [Changelog](https://github.com/mysql/mysql-connector-j/blob/release/9.x/CHANGES)
- [Commits](mysql/mysql-connector-j@9.2.0...9.6.0)

Updates `org.postgresql:r2dbc-postgresql` from 1.0.7.RELEASE to 1.1.1.RELEASE
- [Release notes](https://github.com/pgjdbc/r2dbc-postgresql/releases)
- [Changelog](https://github.com/pgjdbc/r2dbc-postgresql/blob/v1.1.1.RELEASE/CHANGELOG)
- [Commits](pgjdbc/r2dbc-postgresql@v1.0.7.RELEASE...v1.1.1.RELEASE)

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

Updates `org.jetbrains:annotations` from 26.0.2 to 26.1.0
- [Release notes](https://github.com/JetBrains/java-annotations/releases)
- [Changelog](https://github.com/JetBrains/java-annotations/blob/master/CHANGELOG.md)
- [Commits](JetBrains/java-annotations@26.0.2...26.1.0)

Updates `org.testcontainers:mongodb` from 1.20.6 to 1.21.4
- [Release notes](https://github.com/testcontainers/testcontainers-java/releases)
- [Changelog](https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md)
- [Commits](testcontainers/testcontainers-java@1.20.6...1.21.4)

Updates `org.testcontainers:mysql` from 1.20.6 to 1.21.4
- [Release notes](https://github.com/testcontainers/testcontainers-java/releases)
- [Changelog](https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md)
- [Commits](testcontainers/testcontainers-java@1.20.6...1.21.4)

Updates `org.testcontainers:postgresql` from 1.20.6 to 1.21.4
- [Release notes](https://github.com/testcontainers/testcontainers-java/releases)
- [Changelog](https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md)
- [Commits](testcontainers/testcontainers-java@1.20.6...1.21.4)

Updates `org.testcontainers:mysql` from 1.20.6 to 1.21.4
- [Release notes](https://github.com/testcontainers/testcontainers-java/releases)
- [Changelog](https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md)
- [Commits](testcontainers/testcontainers-java@1.20.6...1.21.4)

Updates `org.testcontainers:postgresql` from 1.20.6 to 1.21.4
- [Release notes](https://github.com/testcontainers/testcontainers-java/releases)
- [Changelog](https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md)
- [Commits](testcontainers/testcontainers-java@1.20.6...1.21.4)

---
updated-dependencies:
- dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin
  dependency-version: 2.3.10
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-dependencies
- dependency-name: io.projectreactor:reactor-core
  dependency-version: 3.8.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-dependencies
- dependency-name: io.reactivex.rxjava3:rxjava
  dependency-version: 3.1.12
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-dependencies
- dependency-name: org.mongodb:mongodb-driver-core
  dependency-version: 5.6.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-dependencies
- dependency-name: org.mongodb:mongodb-driver-reactivestreams
  dependency-version: 5.6.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-dependencies
- dependency-name: org.mongodb:mongodb-driver-kotlin-coroutine
  dependency-version: 5.6.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-dependencies
- dependency-name: org.mongodb:mongodb-driver-sync
  dependency-version: 5.6.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-dependencies
- dependency-name: org.mongodb:mongodb-driver-reactivestreams
  dependency-version: 5.6.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-dependencies
- dependency-name: org.mongodb:mongodb-driver-kotlin-coroutine
  dependency-version: 5.6.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-dependencies
- dependency-name: org.mongodb:mongodb-driver-sync
  dependency-version: 5.6.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-dependencies
- dependency-name: ch.qos.logback:logback-core
  dependency-version: 1.5.32
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-dependencies
- dependency-name: ch.qos.logback:logback-classic
  dependency-version: 1.5.32
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-dependencies
- dependency-name: ch.qos.logback:logback-classic
  dependency-version: 1.5.32
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-dependencies
- dependency-name: org.postgresql:postgresql
  dependency-version: 42.7.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-dependencies
- dependency-name: com.mysql:mysql-connector-j
  dependency-version: 9.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-dependencies
- dependency-name: org.postgresql:r2dbc-postgresql
  dependency-version: 1.1.1.RELEASE
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-dependencies
- dependency-name: io.asyncer:r2dbc-mysql
  dependency-version: 1.4.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-dependencies
- dependency-name: org.jetbrains:annotations
  dependency-version: 26.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-dependencies
- dependency-name: org.testcontainers:mongodb
  dependency-version: 1.21.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-dependencies
- dependency-name: org.testcontainers:mysql
  dependency-version: 1.21.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-dependencies
- dependency-name: org.testcontainers:postgresql
  dependency-version: 1.21.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-dependencies
- dependency-name: org.testcontainers:mysql
  dependency-version: 1.21.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-dependencies
- dependency-name: org.testcontainers:postgresql
  dependency-version: 1.21.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Feb 19, 2026
@coditory coditory bot added the gradle label Feb 19, 2026
@coditory-reviewer coditory-reviewer bot enabled auto-merge (rebase) February 19, 2026 11:45
Copy link

@coditory-reviewer coditory-reviewer bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request is auto approved because it includes a non-major update
org.jetbrains.kotlin:kotlin-gradle-plugin, io.projectreactor:reactor-core, io.reactivex.rxjava3:rxjava, org.mongodb:mongodb-driver-core, org.mongodb:mongodb-driver-reactivestreams, org.mongodb:mongodb-driver-kotlin-coroutine, org.mongodb:mongodb-driver-sync, org.mongodb:mongodb-driver-reactivestreams, org.mongodb:mongodb-driver-kotlin-coroutine, org.mongodb:mongodb-driver-sync, ch.qos.logback:logback-core, ch.qos.logback:logback-classic, ch.qos.logback:logback-classic, org.postgresql:postgresql, com.mysql:mysql-connector-j, org.postgresql:r2dbc-postgresql, io.asyncer:r2dbc-mysql, org.jetbrains:annotations, org.testcontainers:mongodb, org.testcontainers:mysql, org.testcontainers:postgresql, org.testcontainers:mysql, org.testcontainers:postgresql ->

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 gradle java Pull requests that update Java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants