An open index of dependabot pull requests across open source projects.

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

Open
Number: #282
Type: Pull Request
State: Open
Author: dependabot[bot] dependabot[bot]
Association: Contributor
Comments: 2
Created: July 29, 2025 at 11:24 AM UTC
(3 months ago)
Updated: September 30, 2025 at 11:07 AM UTC
(about 1 month ago)
Labels:
dependencies java gradle
Description:

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


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

:sparkles: New features and improvements

:lady_beetle: Bug fixes

New Contributors

Full Changelog: https://github.com/reactor/reactor-core/compare/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

:sparkles: 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: https://github.com/reactor/reactor-core/compare/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

:sparkles: New features and improvements

Full Changelog: https://github.com/reactor/reactor-core/compare/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

:sparkles: 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: https://github.com/mongodb/mongo-java-driver/compare/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: https://github.com/mongodb/mongo-java-driver/compare/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: https://github.com/mongodb/mongo-java-driver/compare/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: https://github.com/mongodb/mongo-java-driver/compare/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: https://github.com/mongodb/mongo-java-driver/compare/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: https://github.com/mongodb/mongo-java-driver/compare/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
Pull Request Statistics
Commits:
0
Files Changed:
0
Additions:
+0
Deletions:
-0
Package Dependencies
Ecosystem:
maven
Version Change:
5.12.2 → 5.13.4
Update Type:
Minor
Ecosystem:
maven
Version Change:
42.7.5 → 42.7.7
Update Type:
Patch
Ecosystem:
maven
Version Change:
5.4.0 → 5.5.1
Update Type:
Minor
Ecosystem:
maven
Version Change:
5.12.2 → 5.13.4
Update Type:
Minor
Ecosystem:
maven
Version Change:
1.12.2 → 1.13.4
Update Type:
Minor
Ecosystem:
maven
Version Change:
1.20.6 → 1.21.3
Update Type:
Minor
Ecosystem:
maven
Version Change:
3.1.10 → 3.1.11
Update Type:
Patch
Ecosystem:
maven
Version Change:
9.2.0 → 9.3.0
Update Type:
Minor
Ecosystem:
maven
Version Change:
2.1.20 → 2.2.0
Update Type:
Minor
Ecosystem:
maven
Version Change:
5.4.0 → 5.5.1
Update Type:
Minor
Ecosystem:
maven
Version Change:
5.4.0 → 5.5.1
Update Type:
Minor
Ecosystem:
maven
Version Change:
5.4.0 → 5.5.1
Update Type:
Minor
Ecosystem:
maven
Version Change:
3.7.4 → 3.7.8
Update Type:
Patch
Ecosystem:
maven
Version Change:
1.4.0 → 1.4.1
Update Type:
Patch
Ecosystem:
maven
Version Change:
1.20.6 → 1.21.3
Update Type:
Minor
Ecosystem:
maven
Version Change:
1.20.6 → 1.21.3
Update Type:
Minor
Technical Details
ID: 8848422
UUID: 3273241419
Node ID: PR_kwDOC6J51M6hKDPd
Host: GitHub
Repository: coditory/sherlock-distributed-lock