Skip to content

Bump the prod-dependencies group across 1 directory with 16 updates #282

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 Jul 29, 2025

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

Package From To
org.jetbrains.kotlin:kotlin-gradle-plugin 2.1.20 2.2.0
io.projectreactor:reactor-core 3.7.4 3.7.8
io.reactivex.rxjava3:rxjava 3.1.10 3.1.11
org.mongodb:mongodb-driver-core 5.4.0 5.5.1
org.mongodb:mongodb-driver-reactivestreams 5.4.0 5.5.1
org.mongodb:mongodb-driver-kotlin-coroutine 5.4.0 5.5.1
org.mongodb:mongodb-driver-sync 5.4.0 5.5.1
org.postgresql:postgresql 42.7.5 42.7.7
com.mysql:mysql-connector-j 9.2.0 9.3.0
io.asyncer:r2dbc-mysql 1.4.0 1.4.1
org.junit.jupiter:junit-jupiter-api 5.12.2 5.13.4
org.junit.jupiter:junit-jupiter-engine 5.12.2 5.13.4
org.junit.platform:junit-platform-launcher 1.12.2 1.13.4
org.testcontainers:mongodb 1.20.6 1.21.3
org.testcontainers:mysql 1.20.6 1.21.3
org.testcontainers:postgresql 1.20.6 1.21.3

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

Release notes

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

Kotlin 2.2.0

Changelog

Analysis API

  • KT-73337 Migrate analysis sources to new IR parameter API
  • KT-75880 K2 Mode: Typealias reference resolves to the underlying class in KMP project
  • KT-74246 KaVisibilityChecker.isVisible is inefficient with multiple calls on the same use-site
  • KT-57733 Analysis API: Use optimized ModuleWithDependenciesScopes in combined symbol providers
  • KT-69535 Redesign 'containingSymbol'
  • KT-69950 Analysis API: Introduce isSubtypeOf(ClassId)
  • KT-68393 Analysis API: Rename KaClassLikeSymbol. classIdIfNonLocal to classId
  • KT-62924 Analysis API: rename KtCallableSymbol.callableIdIfNonLocal -> callableId

Analysis API. Code Compilation

  • KT-75502 K2: IDEA hangs when evaluating inside kotlin-stdlib modules in the Kotlin project
  • KT-73077 Evaluation of inline functions is broken inside Kotlin project and Amper module in Idea sources
  • KT-73936 K2: CyclicInlineDependencyException: Inline functions have a cyclic dependency in evaluator
  • KT-74582 InterpreterMethodNotFoundError when trying to evaluate simple expressions after recent fixes
  • KT-74524 Compilation exception with incorrect JvmName annotation arguments
  • KT-74443 Compilation peer collector ignores inline property accessors

Analysis API. FIR

New Features

Performance Improvements

  • KT-75790 Experiment with increasing DEFAULT_LOCKING_INTERVAL time
  • KT-72159 LLFirCompilerRequiredAnnotationsTargetResolver: consider rewriting it to use honest jumping locks

Fixes

  • KT-76331 Cleanup FileStructureElement for classes
  • KT-73117 K2 AA: Exception "Setter is not found" when val has a setter without body
  • KT-76540 K2: Missing library dependency on Android SDK from androidx.activity-1.8.2 causes LiveEdit failures
  • KT-73266 K2. "Declaration should have non-local container" with unclosed annotation on top-level function
  • KT-76432 JavaClassUseSiteMemberScope: Expected FirResolvedTypeRef with ConeKotlinType but was FirUserTypeRefImpl
  • KT-76217 K2 AA: "No fir element was found for KtParameter" with multiple context parameter lists
  • KT-74740 Highlighting is broken after the built-in serialization refactoring
  • KT-76366 ContextCollector: annotations on class members don't have the class as implicit receiver
  • KT-76352 ContextCollector: wrong class annotation context in BODY mode
  • KT-76341 ContextCollector: support dangling modifiers
  • KT-76332 "Declaration should have non-local container" for declaration inside file annotation
  • KT-76115 Disable FirElementBuilder#getFirForElementInsideAnnotations optimization for files, classes and scripts
  • KT-76347 ContextCollector: avoid resolution for enum entry annotations
  • KT-76272 Cleanup AbstractFileStructureTest

... (truncated)

Changelog

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

2.2.0

Analysis API

  • KT-73337 Migrate analysis sources to new IR parameter API
  • KT-75880 K2 Mode: Typealias reference resolves to the underlying class in KMP project
  • KT-74246 KaVisibilityChecker.isVisible is inefficient with multiple calls on the same use-site
  • KT-57733 Analysis API: Use optimized ModuleWithDependenciesScopes in combined symbol providers
  • KT-69535 Redesign 'containingSymbol'
  • KT-69950 Analysis API: Introduce isSubtypeOf(ClassId)
  • KT-68393 Analysis API: Rename KaClassLikeSymbol. classIdIfNonLocal to classId
  • KT-62924 Analysis API: rename KtCallableSymbol.callableIdIfNonLocal -> callableId

Analysis API. Code Compilation

  • KT-75502 K2: IDEA hangs when evaluating inside kotlin-stdlib modules in the Kotlin project
  • KT-73077 Evaluation of inline functions is broken inside Kotlin project and Amper module in Idea sources
  • KT-73936 K2: CyclicInlineDependencyException: Inline functions have a cyclic dependency in evaluator
  • KT-74582 InterpreterMethodNotFoundError when trying to evaluate simple expressions after recent fixes
  • KT-74524 Compilation exception with incorrect JvmName annotation arguments
  • KT-74443 Compilation peer collector ignores inline property accessors

Analysis API. FIR

New Features

Performance Improvements

  • KT-75790 Experiment with increasing DEFAULT_LOCKING_INTERVAL time
  • KT-72159 LLFirCompilerRequiredAnnotationsTargetResolver: consider rewriting it to use honest jumping locks

Fixes

  • KT-76331 Cleanup FileStructureElement for classes
  • KT-73117 K2 AA: Exception "Setter is not found" when val has a setter without body
  • KT-76540 K2: Missing library dependency on Android SDK from androidx.activity-1.8.2 causes LiveEdit failures
  • KT-73266 K2. "Declaration should have non-local container" with unclosed annotation on top-level function
  • KT-76432 JavaClassUseSiteMemberScope: Expected FirResolvedTypeRef with ConeKotlinType but was FirUserTypeRefImpl
  • KT-76217 K2 AA: "No fir element was found for KtParameter" with multiple context parameter lists
  • KT-74740 Highlighting is broken after the built-in serialization refactoring
  • KT-76366 ContextCollector: annotations on class members don't have the class as implicit receiver
  • KT-76352 ContextCollector: wrong class annotation context in BODY mode
  • KT-76341 ContextCollector: support dangling modifiers
  • KT-76332 "Declaration should have non-local container" for declaration inside file annotation
  • KT-76115 Disable FirElementBuilder#getFirForElementInsideAnnotations optimization for files, classes and scripts
  • KT-76347 ContextCollector: avoid resolution for enum entry annotations
  • KT-76272 Cleanup AbstractFileStructureTest
  • KT-75542 K2 AA: "FirDeclaration was not found for class KtNamedFunction, fir is class FirErrorExpressionImpl" for unclosed annotation on member function

... (truncated)

Commits
  • 631e9fd Add ChangeLog for 2.2.0-RC3
  • f4ff47f [Accessors] Correctly create arguments for accessors
  • 4086c4b [Gradle] Apply Dokka versioning plugin also to leaf partial html
  • a8a8e06 [JS] Fix getting names of local delegated properties
  • 3b804bc [JS] Introduce the JsNoLifting annotation class
  • e690a3a [test] Add a reproducer for KT-78073
  • 0f85940 [FIR] Fix collection of DSL markers from function types
  • 726a9d7 [Tests] Reproduce #KT-77301
  • a6aed74 Add ChangeLog for 2.2.0-RC2
  • 2293f5f CLI: Follow symbolic links of content roots
  • Additional commits viewable in compare view

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

Release notes

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

v3.7.8

Reactor Core 3.7.8 is part of the 2024.0.8 Release Train.

What's Changed

✨ New features and improvements

🐞 Bug fixes

New Contributors

Full Changelog: reactor/reactor-core@v3.7.7...v3.7.8

v3.7.7

Reactor Core 3.7.7 is part of 2024.0.7 Release Train.

What's Changed

✨ New features and improvements

  • Bump io.projectreactor.tools:blockhound from 1.0.11.RELEASE to 1.0.13.RELEASE by @​dependabot in #4030
  • Depend on Micrometer 1.14.8 by @​violetagg in 78f477ddc11e7602cf42a19f487fd81d2d70a214
  • Depend on Micrometer Tracing 1.4.7 by @​violetagg in 78f477ddc11e7602cf42a19f487fd81d2d70a214

Full Changelog: reactor/reactor-core@v3.7.6...v3.7.7

v3.7.6

Reactor Core 3.7.6 is part of 2024.0.6 Release Train.

What's Changed

✨ New features and improvements

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

v3.7.5

Reactor Core 3.7.5 is part of 2024.0.5 Release Train.

What's Changed

✨ New features and improvements

... (truncated)

Commits
  • 5630334 [release] Prepare and release 3.7.8
  • 23d4de5 [test] Fix SinksTest.OptimisticEmitFailureHandlerTest#shouldRetryOptimistical...
  • cd881ce Fix RetryBackoffSpec multiplier handling of fractional values (#4048)
  • d358fb1 [build] Include GitHub Actions in CodeQL checks (#4047)
  • 1f3f015 [build] Adjust GitHub Actions permissions
  • 4c7b244 Remove dependencies.gradle and finish migration to catalog (#4045)
  • ff9874e Bump JUnit from 5.13.1 to 5.13.2
  • cb21512 Bump com.gradleup.shadow from 8.3.6 to 8.3.7 (#4043)
  • 1f0a4fa Bump byteBuddyVersion from 1.17.5 to 1.17.6 (#4040)
  • beffae2 Bump ruby/setup-ruby from 1.176.0 to 1.245.0 in /.github/workflows (#4039)
  • Additional commits viewable in compare view

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

Release notes

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

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

Testing if releasing to the new Central Sonatype repository works.

Please ignore this update.

Commits
  • df73d03 3.x: Fix ReplaySubject termination-subscription race emitting wrongly (#7879)
  • be0bd27 chore(deps): bump com.vanniktech.maven.publish from 0.32.0 to 0.33.0 (#7875)
  • a206350 chore(deps): bump github/codeql-action from 3.29.0 to 3.29.2 (#7877)
  • c9516be chore(deps): bump github/codeql-action from 3.28.19 to 3.29.0 (#7873)
  • 19412e6 chore(deps): bump github/codeql-action from 3.28.18 to 3.28.19 (#7871)
  • c8c5399 Bump JMH Plugin to 0.7.3 & adjust build.gradle (#7869)
  • bf452a7 Fix snapshot publishing
  • 5a0ef13 chore(deps): bump ossf/scorecard-action from 2.4.1 to 2.4.2 (#7870)
  • 6bc940d Fix syntax error
  • 5081ce2 Try another way for sonatype central portal
  • Additional commits viewable in compare view

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

Release notes

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

Java Driver 5.5.1 (June 06, 2025)

What's Changed

  • Fixed an issue where OIDC reauthentication failed when sessions were involved (#1725).
  • Ensured custom KProperty implementations correctly include property names in their hashcode calculations (#1731).
  • Resolved failures in datalake and Kubernetes integration tests (#1732).
  • Updated to use OperationContext with a NOOP session for improved consistency (#1734).

Full Changelog: mongodb/mongo-java-driver@r5.5.0...r5.5.1

Verifying artifact signatures

Please refer to https://www.mongodb.com/docs/drivers/java/sync/v5.5/security/validate-signatures/ for the full procedure.

To download and import the public key for verifying signatures, execute

gpg --keyserver hkps://keyserver.ubuntu.com --recv-keys 1a75005e142192223d6a7c3b76e0008d166740a8

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).

... (truncated)

Commits

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

Release notes

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

Java Driver 5.5.1 (June 06, 2025)

What's Changed

  • Fixed an issue where OIDC reauthentication failed when sessions were involved (#1725).
  • Ensured custom KProperty implementations correctly include property names in their hashcode calculations (#1731).
  • Resolved failures in datalake and Kubernetes integration tests (#1732).
  • Updated to use OperationContext with a NOOP session for improved consistency (#1734).

Full Changelog: mongodb/mongo-java-driver@r5.5.0...r5.5.1

Verifying artifact signatures

Please refer to https://www.mongodb.com/docs/drivers/java/sync/v5.5/security/validate-signatures/ for the full procedure.

To download and import the public key for verifying signatures, execute

gpg --keyserver hkps://keyserver.ubuntu.com --recv-keys 1a75005e142192223d6a7c3b76e0008d166740a8

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).

... (truncated)

Commits

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

Release notes

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

Java Driver 5.5.1 (June 06, 2025)

What's Changed

  • Fixed an issue where OIDC reauthentication failed when sessions were involved (#1725).
  • Ensured custom KProperty implementations correctly include property names in their hashcode calculations (#1731).
  • Resolved failures in datalake and Kubernetes integration tests (#1732).
  • Updated to use OperationContext with a NOOP session for improved consistency (#1734).

Full Changelog: mongodb/mongo-java-driver@r5.5.0...r5.5.1

Verifying artifact signatures

Please refer to https://www.mongodb.com/docs/drivers/java/sync/v5.5/security/validate-signatures/ for the full procedure.

To download and import the public key for verifying signatures, execute

gpg --keyserver hkps://keyserver.ubuntu.com --recv-keys 1a75005e142192223d6a7c3b76e0008d166740a8

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).

... (truncated)

Commits

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

Release notes

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

Java Driver 5.5.1 (June 06, 2025)

What's Changed

  • Fixed an issue where OIDC reauthentication failed when sessions were involved (#1725).
  • Ensured custom KProperty implementations correctly include property names in their hashcode calculations (#1731).
  • Resolved failures in datalake and Kubernetes integration tests (#1732).
  • Updated to use OperationContext with a NOOP session for improved consistency (#1734).

Full Changelog: mongodb/mongo-java-driver@r5.5.0...r5.5.1

Verifying artifact signatures

Please refer to https://www.mongodb.com/docs/drivers/java/sync/v5.5/security/validate-signatures/ for the full procedure.

To download and import the public key for verifying signatures, execute

gpg --keyserver hkps://keyserver.ubuntu.com --recv-keys 1a75005e142192223d6a7c3b76e0008d166740a8

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).

... (truncated)

Commits

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

Release notes

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

Java Driver 5.5.1 (June 06, 2025)

What's Changed

  • Fixed an issue where OIDC reauthentication failed when sessions were involved (#1725).
  • Ensured custom KProperty implementations correctly include property names in their hashcode calculations (#1731).
  • Resolved failures in datalake and Kubernetes integration tests (#1732).
  • Updated to use OperationContext with a NOOP session for improved consistency (#1734).

Full Changelog: mongodb/mongo-java-driver@r5.5.0...r5.5.1

Verifying artifact signatures

Please refer to https://www.mongodb.com/docs/drivers/java/sync/v5.5/security/validate-signatures/ for the full procedure.

To download and import the public key for verifying signatures, execute

gpg --keyserver hkps://keyserver.ubuntu.com --recv-keys 1a75005e142192223d6a7c3b76e0008d166740a8

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).

... (truncated)

Commits

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

Release notes

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

Java Driver 5.5.1 (June 06, 2025)

What's Changed

  • Fixed an issue where OIDC reauthentication failed when sessions were involved (#1725).
  • Ensured custom KProperty implementations correctly include property names in their hashcode calculations (#1731).
  • Resolved failures in datalake and Kubernetes integration tests (#1732).
  • Updated to use OperationContext with a NOOP session for improved consistency (#1734).

Full Changelog: mongodb/mongo-java-driver@r5.5.0...r5.5.1

Verifying artifact signatures

Please refer to https://www.mongodb.com/docs/drivers/java/sync/v5.5/security/validate-signatures/ for the full procedure.

To download and import the public key for verifying signatures, execute

gpg --keyserver hkps://keyserver.ubuntu.com --recv-keys 1a75005e142192223d6a7c3b76e0008d166740a8

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).

... (truncated)

Commits

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

| Package | From | To |
| --- | --- | --- |
| [org.jetbrains.kotlin:kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) | `2.1.20` | `2.2.0` |
| [io.projectreactor:reactor-core](https://github.com/reactor/reactor-core) | `3.7.4` | `3.7.8` |
| [io.reactivex.rxjava3:rxjava](https://github.com/ReactiveX/RxJava) | `3.1.10` | `3.1.11` |
| [org.mongodb:mongodb-driver-core](https://github.com/mongodb/mongo-java-driver) | `5.4.0` | `5.5.1` |
| [org.mongodb:mongodb-driver-reactivestreams](https://github.com/mongodb/mongo-java-driver) | `5.4.0` | `5.5.1` |
| [org.mongodb:mongodb-driver-kotlin-coroutine](https://github.com/mongodb/mongo-java-driver) | `5.4.0` | `5.5.1` |
| [org.mongodb:mongodb-driver-sync](https://github.com/mongodb/mongo-java-driver) | `5.4.0` | `5.5.1` |
| [org.postgresql:postgresql](https://github.com/pgjdbc/pgjdbc) | `42.7.5` | `42.7.7` |
| [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.junit.jupiter:junit-jupiter-api](https://github.com/junit-team/junit-framework) | `5.12.2` | `5.13.4` |
| [org.junit.jupiter:junit-jupiter-engine](https://github.com/junit-team/junit-framework) | `5.12.2` | `5.13.4` |
| [org.junit.platform:junit-platform-launcher](https://github.com/junit-team/junit-framework) | `1.12.2` | `1.13.4` |
| [org.testcontainers:mongodb](https://github.com/testcontainers/testcontainers-java) | `1.20.6` | `1.21.3` |
| [org.testcontainers:mysql](https://github.com/testcontainers/testcontainers-java) | `1.20.6` | `1.21.3` |
| [org.testcontainers:postgresql](https://github.com/testcontainers/testcontainers-java) | `1.20.6` | `1.21.3` |



Updates `org.jetbrains.kotlin:kotlin-gradle-plugin` from 2.1.20 to 2.2.0
- [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.2.0)

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

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

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

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

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

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

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

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

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

Updates `org.postgresql:postgresql` from 42.7.5 to 42.7.7
- [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.7)

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.junit.jupiter:junit-jupiter-api` from 5.12.2 to 5.13.4
- [Release notes](https://github.com/junit-team/junit-framework/releases)
- [Commits](junit-team/junit-framework@r5.12.2...r5.13.4)

Updates `org.junit.jupiter:junit-jupiter-engine` from 5.12.2 to 5.13.4
- [Release notes](https://github.com/junit-team/junit-framework/releases)
- [Commits](junit-team/junit-framework@r5.12.2...r5.13.4)

Updates `org.junit.jupiter:junit-jupiter-engine` from 5.12.2 to 5.13.4
- [Release notes](https://github.com/junit-team/junit-framework/releases)
- [Commits](junit-team/junit-framework@r5.12.2...r5.13.4)

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

Updates `org.testcontainers:mongodb` from 1.20.6 to 1.21.3
- [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.3)

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

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

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

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

---
updated-dependencies:
- dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin
  dependency-version: 2.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-dependencies
- dependency-name: io.projectreactor:reactor-core
  dependency-version: 3.7.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-dependencies
- dependency-name: io.reactivex.rxjava3:rxjava
  dependency-version: 3.1.11
  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.1
  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.1
  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.1
  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.1
  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.1
  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.1
  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.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-dependencies
- dependency-name: org.postgresql:postgresql
  dependency-version: 42.7.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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.junit.jupiter:junit-jupiter-api
  dependency-version: 5.13.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-dependencies
- dependency-name: org.junit.jupiter:junit-jupiter-engine
  dependency-version: 5.13.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-dependencies
- dependency-name: org.junit.jupiter:junit-jupiter-engine
  dependency-version: 5.13.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-dependencies
- dependency-name: org.junit.platform:junit-platform-launcher
  dependency-version: 1.13.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-dependencies
- dependency-name: org.testcontainers:mongodb
  dependency-version: 1.21.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-dependencies
- dependency-name: org.testcontainers:mysql
  dependency-version: 1.21.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-dependencies
- dependency-name: org.testcontainers:postgresql
  dependency-version: 1.21.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-dependencies
- dependency-name: org.testcontainers:mysql
  dependency-version: 1.21.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-dependencies
- dependency-name: org.testcontainers:postgresql
  dependency-version: 1.21.3
  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 Jul 29, 2025
@coditory coditory bot added the gradle label Jul 29, 2025
@coditory-reviewer coditory-reviewer bot enabled auto-merge (rebase) July 29, 2025 11:24
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, org.postgresql:postgresql, com.mysql:mysql-connector-j, io.asyncer:r2dbc-mysql, org.junit.jupiter:junit-jupiter-api, org.junit.jupiter:junit-jupiter-engine, org.junit.jupiter:junit-jupiter-engine, org.junit.platform:junit-platform-launcher, 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