Skip to content

Bump the prod-dependencies group across 1 directory with 11 updates #273

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 13, 2025

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

Package From To
org.jetbrains.kotlin:kotlin-gradle-plugin 2.1.20 2.1.21
io.projectreactor:reactor-core 3.7.4 3.7.6
org.mongodb:mongodb-driver-core 5.4.0 5.5.0
org.mongodb:mongodb-driver-reactivestreams 5.4.0 5.5.0
org.mongodb:mongodb-driver-kotlin-coroutine 5.4.0 5.5.0
org.mongodb:mongodb-driver-sync 5.4.0 5.5.0
com.mysql:mysql-connector-j 9.2.0 9.3.0
io.asyncer:r2dbc-mysql 1.4.0 1.4.1
org.testcontainers:mongodb 1.20.6 1.21.0
org.testcontainers:mysql 1.20.6 1.21.0
org.testcontainers:postgresql 1.20.6 1.21.0

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

Release notes

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

Kotlin 2.1.21

Changelog

Backend. Native. Debug

  • KT-75991 Xcode 16.3: Fix lldb stepping test over an inline function

Compiler

  • KT-75992 Xcode 16.3: stacktraces on simulators are not symbolicated
  • KT-76663 KJS: KotlinNothingValueException caused by expression return since 2.1.20
  • KT-75756 Backend Internal error: Exception during IR lowering when trying to access variable from providedProperties in class within kotlin custom script
  • KT-76209 CONFLICTING_UPPER_BOUNDS on Nothing bound
  • KT-70352 K2: False-negative CONFLICTING_UPPER_BOUNDS on Nothing bound
  • KT-74739 Native: "IllegalArgumentException: All constructors should've been lowered: FUNCTION_REFERENCE"
  • KT-75483 Native: redundant unboxing generated with smart cast
  • KT-71425 IR Inliner: investigate return type of an inlined block

Native

  • KT-76252 Native: executable crash with generic value classes with 2.1.20

Native. C and ObjC Import

  • KT-75781 Xcode 16.3: Fix cinterop tests failing with fatal error: could not build module '_stdint'

Native. Runtime. Memory

  • KT-74280 Native: GC.collect crashes with -Xallocator=std

Tools. CLI

  • KT-75588 [2.1.20-RC] "was compiled by a pre-release version of Kotlin and cannot be loaded by this version of the compiler" warnings despite using the same compiler version
  • KT-74663 kotlinc-js CLI: not providing -ir-output-dir results in NullPointerException

Tools. Compiler Plugins

  • KT-76162 "IllegalStateException: No mapping for symbol: VALUE_PARAMETER INSTANCE_RECEIVER" after updating to 2.1.20

Tools. Gradle

  • KT-73682 Compatibility with Gradle 8.12 release
  • KT-73142 Kotlin Gradle plugin: Remove usage of Gradle's internal ExecHandleBuilder
  • KT-36004 Update 'org.gradle.usage' attribute rules to support the 'JAVA_API' and 'JAVA_RUNTIME' value
  • KT-73968 KotlinDependencyManagement tries to mutate configuration after it was resolved
  • KT-73684 Run integration tests against Gradle 8.12
  • KT-72694 Accessing Task.project during execution is being deprecated in Gradle 8.12
  • KT-73683 Compile against Gradle API 8.12

Tools. Gradle. JS

... (truncated)

Changelog

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

2.1.21-RC2

Tools. Gradle. JS

  • KT-77119 KJS: Gradle: Setting custom environment variables in KotlinJsTest tasks no longer works

2.1.21-RC

Backend. Native. Debug

  • KT-75991 Xcode 16.3: Fix lldb stepping test over an inline function

Compiler

  • KT-75992 Xcode 16.3: stacktraces on simulators are not symbolicated
  • KT-76663 KJS: KotlinNothingValueException caused by expression return since 2.1.20
  • KT-75756 Backend Internal error: Exception during IR lowering when trying to access variable from providedProperties in class within kotlin custom script
  • KT-76209 CONFLICTING_UPPER_BOUNDS on Nothing bound
  • KT-70352 K2: False-negative CONFLICTING_UPPER_BOUNDS on Nothing bound
  • KT-74739 Native: "IllegalArgumentException: All constructors should've been lowered: FUNCTION_REFERENCE"
  • KT-75483 Native: redundant unboxing generated with smart cast
  • KT-71425 IR Inliner: investigate return type of an inlined block

Compose compiler

  • b/408013789 Add missing return for the default function wrappers
  • b/405541364 Realize coalescable children in the body of key call
  • b/401484249 Generate a group around Array constructor call
  • b/400380396 Fix missing endMovableGroup call with early return in key function

Native

  • KT-76252 Native: executable crash with generic value classes with 2.1.20

Native. C and ObjC Import

  • KT-75781 Xcode 16.3: Fix cinterop tests failing with fatal error: could not build module '_stdint'

Native. Runtime. Memory

  • KT-74280 Native: GC.collect crashes with -Xallocator=std

Tools. CLI

  • KT-74663 kotlinc-js CLI: not providing -ir-output-dir results in NullPointerException

Tools. Compiler Plugins

  • KT-76162 "IllegalStateException: No mapping for symbol: VALUE_PARAMETER INSTANCE_RECEIVER" after updating to 2.1.20

... (truncated)

Commits
  • f59375a Add ChangeLog for 2.1.21-RC2
  • 301186f [Gradle] Fix passing process environment when launching KotlinKarma tests
  • 12b4021 Add changelog for 2.1.21-RC
  • e16f5a8 [IC] Update inline function snapshotting
  • 5f12d8b [Cherry-picks] Update BTA specific parts for the release branch
  • f025799 [IC] Additional test cases for inline function snapshotting
  • 58df05e [Tests] More tests for inline fun abi snapshotting
  • 9512893 [KGP] Experimental: support incremental changes in inlined local classes
  • 950cee5 [IC] Additional test cases for inlined lambda snapshotting
  • a0a8ca0 [BTA Tests] Fix changedSources tracking when compilation fail is expected
  • Additional commits viewable in compare view

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

Release notes

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

v3.7.5

Reactor Core 3.7.5 is part of 2024.0.5 Release Train.

What's Changed

✨ New features and improvements

  • Depend on Micrometer 1.14.6 by @​violetagg in cdcba76dccd06fee7402637d505357be2aa836bb
  • Depend on Micrometer Tracing 1.4.5 by @​violetagg in cdcba76dccd06fee7402637d505357be2aa836bb
  • Depend on Context Propagation 1.1.3 by @​violetagg in cdcba76dccd06fee7402637d505357be2aa836bb

Full Changelog: reactor/reactor-core@v3.7.4...v3.7.5

Commits

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

Release notes

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

Java Driver 5.5.0 (May 07, 2025)

What's Changed

🚀 New Features and Improvements

  • Credential Handling:

    • Added option to configure Data Encryption Key (DEK) cache lifetime (#1689).
  • Performance Optimizations:

    • Enhanced BSON codec lookup (#1632).
    • Optimized BSON decoding (#1667).
    • Reduced temporary buffer allocations during BSON serialization (#1628).
    • Optimized numeric value writing (#1635).
    • Improved String write and length computations (#1651, #1685).
    • Enhanced buffer handling to avoid direct list access (#1675).
    • Replaced Stack with ArrayDeque for better performance (#1681).
  • Resource Management:

    • Fixed Netty event loop resource leak on MongoClient close (#1646).
    • Added connection timeout to TLS Channel (#1686).
  • Compatibility and Maintenance:

    • Dropped support for MongoDB 4.0 (#1663).
    • Updated AWS SDK dependencies to the latest versions (#1639).
    • Replaced org.jetbrains.annotations.NotNull with com.mongodb.lang.NonNull (#1644).
  • Benchmarks and Testing:

    • Introduced Netty benchmark suite (#1647).
    • Added benchmarks for BulkWrite operations (#1657).
    • Began running benchmarks against MongoDB 8.0 (#1660).
  • Bug Fixes and Stability:

    • Made ReadConcernMajorityNotAvailableYet retryable (#1601).
    • Ensured findOne does not unnecessarily set batchSize=1 (#1659).
    • Fixed unnecessary killCursors command when batchSize equals limit (#1656).
  • Documentation and Quality of Life:

    • Improved documentation around the toCollection API (#1677).
    • Updated specification links and submodule management (#1662, #1670).
    • Added Dependabot support for Git submodules (#1691).
  • Kotlin Improvements:

... (truncated)

Commits

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

Release notes

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

Java Driver 5.5.0 (May 07, 2025)

What's Changed

🚀 New Features and Improvements

  • Credential Handling:

    • Added option to configure Data Encryption Key (DEK) cache lifetime (#1689).
  • Performance Optimizations:

    • Enhanced BSON codec lookup (#1632).
    • Optimized BSON decoding (#1667).
    • Reduced temporary buffer allocations during BSON serialization (#1628).
    • Optimized numeric value writing (#1635).
    • Improved String write and length computations (#1651, #1685).
    • Enhanced buffer handling to avoid direct list access (#1675).
    • Replaced Stack with ArrayDeque for better performance (#1681).
  • Resource Management:

    • Fixed Netty event loop resource leak on MongoClient close (#1646).
    • Added connection timeout to TLS Channel (#1686).
  • Compatibility and Maintenance:

    • Dropped support for MongoDB 4.0 (#1663).
    • Updated AWS SDK dependencies to the latest versions (#1639).
    • Replaced org.jetbrains.annotations.NotNull with com.mongodb.lang.NonNull (#1644).
  • Benchmarks and Testing:

    • Introduced Netty benchmark suite (#1647).
    • Added benchmarks for BulkWrite operations (#1657).
    • Began running benchmarks against MongoDB 8.0 (#1660).
  • Bug Fixes and Stability:

    • Made ReadConcernMajorityNotAvailableYet retryable (#1601).
    • Ensured findOne does not unnecessarily set batchSize=1 (#1659).
    • Fixed unnecessary killCursors command when batchSize equals limit (#1656).
  • Documentation and Quality of Life:

    • Improved documentation around the toCollection API (#1677).
    • Updated specification links and submodule management (#1662, #1670).
    • Added Dependabot support for Git submodules (#1691).
  • Kotlin Improvements:

... (truncated)

Commits

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

Release notes

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

Java Driver 5.5.0 (May 07, 2025)

What's Changed

🚀 New Features and Improvements

  • Credential Handling:

    • Added option to configure Data Encryption Key (DEK) cache lifetime (#1689).
  • Performance Optimizations:

    • Enhanced BSON codec lookup (#1632).
    • Optimized BSON decoding (#1667).
    • Reduced temporary buffer allocations during BSON serialization (#1628).
    • Optimized numeric value writing (#1635).
    • Improved String write and length computations (#1651, #1685).
    • Enhanced buffer handling to avoid direct list access (#1675).
    • Replaced Stack with ArrayDeque for better performance (#1681).
  • Resource Management:

    • Fixed Netty event loop resource leak on MongoClient close (#1646).
    • Added connection timeout to TLS Channel (#1686).
  • Compatibility and Maintenance:

    • Dropped support for MongoDB 4.0 (#1663).
    • Updated AWS SDK dependencies to the latest versions (#1639).
    • Replaced org.jetbrains.annotations.NotNull with com.mongodb.lang.NonNull (#1644).
  • Benchmarks and Testing:

    • Introduced Netty benchmark suite (#1647).
    • Added benchmarks for BulkWrite operations (#1657).
    • Began running benchmarks against MongoDB 8.0 (#1660).
  • Bug Fixes and Stability:

    • Made ReadConcernMajorityNotAvailableYet retryable (#1601).
    • Ensured findOne does not unnecessarily set batchSize=1 (#1659).
    • Fixed unnecessary killCursors command when batchSize equals limit (#1656).
  • Documentation and Quality of Life:

    • Improved documentation around the toCollection API (#1677).
    • Updated specification links and submodule management (#1662, #1670).
    • Added Dependabot support for Git submodules (#1691).
  • Kotlin Improvements:

... (truncated)

Commits

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

Release notes

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

Java Driver 5.5.0 (May 07, 2025)

What's Changed

🚀 New Features and Improvements

  • Credential Handling:

    • Added option to configure Data Encryption Key (DEK) cache lifetime (#1689).
  • Performance Optimizations:

    • Enhanced BSON codec lookup (#1632).
    • Optimized BSON decoding (#1667).
    • Reduced temporary buffer allocations during BSON serialization (#1628).
    • Optimized numeric value writing (#1635).
    • Improved String write and length computations (#1651, #1685).
    • Enhanced buffer handling to avoid direct list access (#1675).
    • Replaced Stack with ArrayDeque for better performance (#1681).
  • Resource Management:

    • Fixed Netty event loop resource leak on MongoClient close (#1646).
    • Added connection timeout to TLS Channel (#1686).
  • Compatibility and Maintenance:

    • Dropped support for MongoDB 4.0 (#1663).
    • Updated AWS SDK dependencies to the latest versions (#1639).
    • Replaced org.jetbrains.annotations.NotNull with com.mongodb.lang.NonNull (#1644).
  • Benchmarks and Testing:

    • Introduced Netty benchmark suite (#1647).
    • Added benchmarks for BulkWrite operations (#1657).
    • Began running benchmarks against MongoDB 8.0 (#1660).
  • Bug Fixes and Stability:

    • Made ReadConcernMajorityNotAvailableYet retryable (#1601).
    • Ensured findOne does not unnecessarily set batchSize=1 (#1659).
    • Fixed unnecessary killCursors command when batchSize equals limit (#1656).
  • Documentation and Quality of Life:

    • Improved documentation around the toCollection API (#1677).
    • Updated specification links and submodule management (#1662, #1670).
    • Added Dependabot support for Git submodules (#1691).
  • Kotlin Improvements:

... (truncated)

Commits

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

Release notes

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

Java Driver 5.5.0 (May 07, 2025)

What's Changed

🚀 New Features and Improvements

  • Credential Handling:

    • Added option to configure Data Encryption Key (DEK) cache lifetime (#1689).
  • Performance Optimizations:

    • Enhanced BSON codec lookup (#1632).
    • Optimized BSON decoding (#1667).
    • Reduced temporary buffer allocations during BSON serialization (#1628).
    • Optimized numeric value writing (#1635).
    • Improved String write and length computations (#1651, #1685).
    • Enhanced buffer handling to avoid direct list access (#1675).
    • Replaced Stack with ArrayDeque for better performance (#1681).
  • Resource Management:

    • Fixed Netty event loop resource leak on MongoClient close (#1646).
    • Added connection timeout to TLS Channel (#1686).
  • Compatibility and Maintenance:

    • Dropped support for MongoDB 4.0 (#1663).
    • Updated AWS SDK dependencies to the latest versions (#1639).
    • Replaced org.jetbrains.annotations.NotNull with com.mongodb.lang.NonNull (#1644).
  • Benchmarks and Testing:

    • Introduced Netty benchmark suite (#1647).
    • Added benchmarks for BulkWrite operations (#1657).
    • Began running benchmarks against MongoDB 8.0 (#1660).
  • Bug Fixes and Stability:

    • Made ReadConcernMajorityNotAvailableYet retryable (#1601).
    • Ensured findOne does not unnecessarily set batchSize=1 (#1659).
    • Fixed unnecessary killCursors command when batchSize equals limit (#1656).
  • Documentation and Quality of Life:

    • Improved documentation around the toCollection API (#1677).
    • Updated specification links and submodule management (#1662, #1670).
    • Added Dependabot support for Git submodules (#1691).
  • Kotlin Improvements:

... (truncated)

Commits

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

Release notes

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

Java Driver 5.5.0 (May 07, 2025)

What's Changed

🚀 New Features and Improvements

  • Credential Handling:

    • Added option to configure Data Encryption Key (DEK) cache lifetime (#1689).
  • Performance Optimizations:

    • Enhanced BSON codec lookup (#1632).
    • Optimized BSON decoding (#1667).
    • Reduced temporary buffer allocations during BSON serialization (#1628).
    • Optimized numeric value writing (#1635).
    • Improved String write and length computations (#1651, #1685).
    • Enhanced buffer handling to avoid direct list access (#1675).
    • Replaced Stack with ArrayDeque for better performance (#1681).
  • Resource Management:

    • Fixed Netty event loop resource leak on MongoClient close (#1646).
    • Added connection timeout to TLS Channel (#1686).
  • Compatibility and Maintenance:

    • Dropped support for MongoDB 4.0 (#1663).
    • Updated AWS SDK dependencies to the latest versions (#1639).
    • Replaced org.jetbrains.annotations.NotNull with com.mongodb.lang.NonNull (#1644).
  • Benchmarks and Testing:

    • Introduced Netty benchmark suite (#1647).
    • Added benchmarks for BulkWrite operations (#1657).
    • Began running benchmarks against MongoDB 8.0 (#1660).
  • Bug Fixes and Stability:

    • Made ReadConcernMajorityNotAvailableYet retryable (#1601).
    • Ensured findOne does not unnecessarily set batchSize=1 (#1659).
    • Fixed unnecessary killCursors command when batchSize equals limit (#1656).
  • Documentation and Quality of Life:

    • Improved documentation around the toCollection API (#1677).
    • Updated specification links and submodule management (#1662, #1670).
    • Added Dependabot support for Git submodules (#1691).
  • Kotlin Improvements:

... (truncated)

Commits

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

Release notes

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

Java Driver 5.5.0 (May 07, 2025)

What's Changed

🚀 New Features and Improvements

  • Credential Handling:

    • Added option to configure Data Encryption Key (DEK) cache lifetime (#1689).
  • Performance Optimizations:

    • Enhanced BSON codec lookup (#1632).
    • Optimized BSON decoding (#1667).
    • Reduced temporary buffer allocations during BSON serialization (#1628).
    • Optimized numeric value writing (#1635).
    • Improved String write and length computations (#1651, #1685).
    • Enhanced buffer handling to avoid direct list access (#1675).
    • Replaced Stack with ArrayDeque for better performance (#1681).
  • Resource Management:

    • Fixed Netty event loop resource leak on MongoClient close (#1646).
    • Added connection timeout to TLS Channel (#1686).
  • Compatibility and Maintenance:

    • Dropped support for MongoDB 4.0 (#1663).
    • Updated AWS SDK dependencies to the latest versions (#1639).
    • Replaced org.jetbrains.annotations.NotNull with com.mongodb.lang.NonNull (#1644).
  • Benchmarks and Testing:

    • Introduced Netty benchmark suite (#1647).
    • Added benchmarks for BulkWrite operations (#1657).
    • Began running benchmarks against MongoDB 8.0 (#1660).
  • Bug Fixes and Stability:

    • Made ReadConcernMajorityNotAvailableYet retryable (#1601).
    • Ensured findOne does not unnecessarily set batchSize=1 (#1659).
    • Fixed unnecessary killCursors command when batchSize equals limit (#1656).
  • Documentation and Quality of Life:

    • Improved documentation around the toCollection API (#1677).
    • Updated specification links and submodule management (#1662, #1670).
    • Added Dependabot support for Git submodules (#1691).
  • Kotlin Improvements:

... (truncated)

Commits

Updates com.mysql:mysql-connector-j from 9.2.0 to 9.3.0

Changelog

Sourced from com.mysql:mysql-connector-j's changelog.

Changelog

https://dev.mysql.com/doc/relnotes/connector-j/en/

Version 9.3.0

  • Fix for Bug#117294 (Bug#37523180), Updatable ResultSet fails with 'Parameter index out of range'.

  • Fix for Bug#20802830, RESULTSET UPDATE METHODS NOT CHECKING VALIDITY OF RESULTSET.

  • WL#16723, DatabaseMetaData clean up.

  • WL#16756, Implement missing methods in DatabaseMetaDataUsingInfoSchema.

  • Fix for Bug#20279671, PROCEDURE EXECUTION FAILS WHEN THE PARAMETER NAME CONTAINS ESCAPE CHARACTER.

  • Fix for Bug#37311996, allow only Krb5LoginModule in Kerberos authentication.

  • Fix for Bug#19857207, EXECUTE ON CALLABLESTATEMENT RESULTS IN ARRAYINDEXOUTOFBOUNDSEXCEPTION.

  • Fix for Bug#117027 (Bug#37415840), Mysql connector use an uneffective way to match numericValue.

  • Fix for Bug#19829452, PARAMETER INDEX VALIDATION NOT PROPER IN CALLABLESTATEMENT.

Version 9.2.0

  • Fix for Bug#116318 (Bug#37152533), useServerPrepStmts useLocalTransactionState cause first execute rollback failure.

  • Fix for Bug#116955 (Bug#37383012), Tests fail after server changed cipher for xdevapi.

  • Fix for Bug#63992 (Bug#14598872), getTables did not return a result for table names with a dot in it.

  • WL#16558, Upgrade 3rd party libraries and tools.

  • Fix for Bug#37125271, RPM depends on java-headless 1:1.8.0 which makes java8 unnessessarily be installed.

  • Fix for Bug#115586 (Bug#36850047), When upgrading to mysql connetor/j-8.4.0, creating a connection becomes too slow.

  • Fix for Bug#116630 (Bug#37272802), Tests fail on Windows if test database has upper/mixed case chars.

  • Fix for Bug#71143 (Bug#17967091), Calling ResultSet.updateRow should not set all field values in UPDATE.

  • Fix for Bug#103437 (Bug#32807360), Syntax error when calling PreparedStatement.getMetadata() with LIMIT placeholded.

  • Fix for Bug#96786 (Bug#30280035), Retrieving streaming result set fails when closeOnCompletion is enabled.

  • Fix for Bug#21983318, QUERYTIMEOUT VALUE RESETTING TO 0 AFTER PREPSTMT.EXECUTEBATCH() EXECUTION.

  • Fix for Bug#116113 (Bug#37063728), DatabaseMetaData#getTables doesn't work properly for delimited identifiers.

Version 9.1.0

... (truncated)

Commits
  • 20ef8ee Fix for Bug#117294 (Bug#37523180), Updatable ResultSet fails with 'Parameter ...
  • 36c448a Fix for tests failing after changes in MySQL 9.3.0.
  • 7ed2d27 Fix for StatementsTest.testBatchRewriteErrors() due to test database name len...
  • 6bbbf90 Fix for Bug#20802830, RESULTSET UPDATE METHODS NOT CHECKING VALIDITY OF RESUL...
  • ea6a238 Update for GPL license book.

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

| Package | From | To |
| --- | --- | --- |
| [org.jetbrains.kotlin:kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) | `2.1.20` | `2.1.21` |
| [io.projectreactor:reactor-core](https://github.com/reactor/reactor-core) | `3.7.4` | `3.7.6` |
| [org.mongodb:mongodb-driver-core](https://github.com/mongodb/mongo-java-driver) | `5.4.0` | `5.5.0` |
| [org.mongodb:mongodb-driver-reactivestreams](https://github.com/mongodb/mongo-java-driver) | `5.4.0` | `5.5.0` |
| [org.mongodb:mongodb-driver-kotlin-coroutine](https://github.com/mongodb/mongo-java-driver) | `5.4.0` | `5.5.0` |
| [org.mongodb:mongodb-driver-sync](https://github.com/mongodb/mongo-java-driver) | `5.4.0` | `5.5.0` |
| [com.mysql:mysql-connector-j](https://github.com/mysql/mysql-connector-j) | `9.2.0` | `9.3.0` |
| [io.asyncer:r2dbc-mysql](https://github.com/asyncer-io/r2dbc-mysql) | `1.4.0` | `1.4.1` |
| [org.testcontainers:mongodb](https://github.com/testcontainers/testcontainers-java) | `1.20.6` | `1.21.0` |
| [org.testcontainers:mysql](https://github.com/testcontainers/testcontainers-java) | `1.20.6` | `1.21.0` |
| [org.testcontainers:postgresql](https://github.com/testcontainers/testcontainers-java) | `1.20.6` | `1.21.0` |



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

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

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

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

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

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

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

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

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

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

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.testcontainers:mongodb` from 1.20.6 to 1.21.0
- [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.0)

Updates `org.testcontainers:mysql` from 1.20.6 to 1.21.0
- [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.0)

Updates `org.testcontainers:postgresql` from 1.20.6 to 1.21.0
- [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.0)

Updates `org.testcontainers:mysql` from 1.20.6 to 1.21.0
- [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.0)

Updates `org.testcontainers:postgresql` from 1.20.6 to 1.21.0
- [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.0)

---
updated-dependencies:
- dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin
  dependency-version: 2.1.21
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-dependencies
- dependency-name: io.projectreactor:reactor-core
  dependency-version: 3.7.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-dependencies
- dependency-name: org.mongodb:mongodb-driver-core
  dependency-version: 5.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-dependencies
- dependency-name: org.mongodb:mongodb-driver-reactivestreams
  dependency-version: 5.5.0
  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.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-dependencies
- dependency-name: org.mongodb:mongodb-driver-sync
  dependency-version: 5.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-dependencies
- dependency-name: org.mongodb:mongodb-driver-reactivestreams
  dependency-version: 5.5.0
  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.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-dependencies
- dependency-name: org.mongodb:mongodb-driver-sync
  dependency-version: 5.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-dependencies
- dependency-name: com.mysql:mysql-connector-j
  dependency-version: 9.3.0
  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.testcontainers:mongodb
  dependency-version: 1.21.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-dependencies
- dependency-name: org.testcontainers:mysql
  dependency-version: 1.21.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-dependencies
- dependency-name: org.testcontainers:postgresql
  dependency-version: 1.21.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-dependencies
- dependency-name: org.testcontainers:mysql
  dependency-version: 1.21.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-dependencies
- dependency-name: org.testcontainers:postgresql
  dependency-version: 1.21.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels May 13, 2025
@coditory coditory bot added the gradle label May 13, 2025
@coditory-reviewer coditory-reviewer bot enabled auto-merge (rebase) May 13, 2025 11:09
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, 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, com.mysql:mysql-connector-j, io.asyncer:r2dbc-mysql, 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