sherlock-distributed-lock
sherlock-distributed-lock copied to clipboard
Bump the prod-dependencies group across 1 directory with 6 updates
Bumps the prod-dependencies group with 6 updates in the / directory:
| Package | From | To |
|---|---|---|
| io.projectreactor:reactor-core | 3.7.4 |
3.7.5 |
| 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 io.projectreactor:reactor-core from 3.7.4 to 3.7.5
Release notes
Sourced from io.projectreactor:reactor-core's releases.
v3.7.5
Reactor Core3.7.5is part of2024.0.5Release Train.What's Changed
:sparkles: New features and improvements
- Depend on
Micrometer1.14.6by@violetaggin cdcba76dccd06fee7402637d505357be2aa836bb- Depend on
Micrometer Tracing1.4.5by@violetaggin cdcba76dccd06fee7402637d505357be2aa836bb- Depend on
Context Propagation1.1.3by@violetaggin cdcba76dccd06fee7402637d505357be2aa836bbFull Changelog: https://github.com/reactor/reactor-core/compare/v3.7.4...v3.7.5
Commits
cdcba76[release] Prepare and release 3.7.5efaad11Merge-ignore release 3.6.16 into 3.7.58ae542a[release] Next development version 3.6.17-SNAPSHOTae2dc3c[release] Prepare and release 3.6.16ef2702dMerge #4015 into 3.7.54de9509Eliminate most compiler warnings (#4015)9e7150c[release] Next development version 3.7.5-SNAPSHOT- See full diff in compare view
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
20ef8eeFix for Bug#117294 (Bug#37523180), Updatable ResultSet fails with 'Parameter ...36c448aFix for tests failing after changes in MySQL 9.3.0.7ed2d27Fix for StatementsTest.testBatchRewriteErrors() due to test database name len...6bbbf90Fix for Bug#20802830, RESULTSET UPDATE METHODS NOT CHECKING VALIDITY OF RESUL...ea6a238Update for GPL license book.ffb6ef5WL#16723, DatabaseMetaData clean up.f2edd67WL#16756, Implement missing methods in DatabaseMetaDataUsingInfoSchema.a69fe66Fix for Bug#20279671, PROCEDURE EXECUTION FAILS WHEN THE PARAMETER NAME CONTA...9027becFix for Bug#37311996, allow only Krb5LoginModule in Kerberos authentication.52c87f0Fix for Bug#19857207, EXECUTE ON CALLABLESTATEMENT RESULTS IN ARRAYINDEXOUTOF...- Additional commits viewable in compare view
Updates io.asyncer:r2dbc-mysql from 1.4.0 to 1.4.1
Commits
Updates org.testcontainers:mongodb from 1.20.6 to 1.21.0
Release notes
Sourced from org.testcontainers:mongodb's releases.
1.21.0
What's Changed
- Fix typo in LGTM container method (#10189)
@jaydeluca- Pass
startcommand required in Solr 10 (#10174)@epugh- [solr] Replace "create_core" with "create" command (#10172)
@epugh- Update docs version to ${GITHUB_REF##*/} (#10063)
@github-actions- Update testcontainers version to ${GITHUB_REF##*/} (#10062)
@github-actions⚠️ Breaking API changes
- Remove spock-core from spock module (#10069)
@eddumelendez- Uses
clickhouse/clickhouse-serveras Docker Image in ClickHouseProvider (#8738)@linghengqian🚀 Features & Enhancements
- Expose Tempo in LgtmContainer (#10192)
@jaydeluca- Allow spock tests to be skipped when Docker is unavailable (#10180)
@eddumelendez- Support new chromadb api version (#10170)
@dev-jonghoonpark- Add default database name to MongoDB Atlas (#10034)
@blancqua- [servicebus] Skip waiting for sql to be ready (#10092)
@eddumelendez- Support additional flags in FirestoreEmulatorContainer (#10067)
@eddumelendez☠️ Deprecations
- Deprecate getUserPass and add getPassword (#10064)
@eddumelendez🐛 Bug Fixes
- Fix connection leak in JdbcDatabaseDelegate (#9662)
@froque- Allow configuring the AlwaysPullPolicy (#10188)
@sebastian-steiner📖 Documentation
- Add DockerModelRunnerContainer to core (#10183)
@kiview- Allow configuring the AlwaysPullPolicy (#10188)
@sebastian-steiner- Fix Apache Solr link (#10171)
@epugh- Remove incubator note from Solr docs (#10173)
@epugh- Remove linked-container (#10065)
@eddumelendez🧹 Housekeeping
- Add SFTP host key check example (#10127)
@julianladisch- Remove linked-container (#10065)
@eddumelendez📦 Dependency updates
- Update Gradle Wrapper from undefined to 8.13 (#10033)
@github-actions- Update docker-java version to 3.4.2 (#10071)
@eddumelendez
Commits
8d954b5Fix connection leak in JdbcDatabaseDelegate (#9662)705d59bExpose Tempo in LgtmContainer (#10192)3d5e7ffPolish DockerModelRunnerContainer4e8c421Add DockerModelRunnerContainer to core (#10183)73e0637Allow configuring the AlwaysPullPolicy (#10188)57b3402Update Gradle Wrapper from undefined to 8.13 (#10033)d6ff41cFix ImageNameSubstitutionTest910e7f5Fix typo in LGTM container method (#10189)e730674Allow spock tests to be skipped when Docker is unavailable (#10180)80ae5d7Pass start command required in Solr 10 (#10174)- Additional commits viewable in compare view
Updates org.testcontainers:mysql from 1.20.6 to 1.21.0
Release notes
Sourced from org.testcontainers:mysql's releases.
1.21.0
What's Changed
- Fix typo in LGTM container method (#10189)
@jaydeluca- Pass
startcommand required in Solr 10 (#10174)@epugh- [solr] Replace "create_core" with "create" command (#10172)
@epugh- Update docs version to ${GITHUB_REF##*/} (#10063)
@github-actions- Update testcontainers version to ${GITHUB_REF##*/} (#10062)
@github-actions⚠️ Breaking API changes
- Remove spock-core from spock module (#10069)
@eddumelendez- Uses
clickhouse/clickhouse-serveras Docker Image in ClickHouseProvider (#8738)@linghengqian🚀 Features & Enhancements
- Expose Tempo in LgtmContainer (#10192)
@jaydeluca- Allow spock tests to be skipped when Docker is unavailable (#10180)
@eddumelendez- Support new chromadb api version (#10170)
@dev-jonghoonpark- Add default database name to MongoDB Atlas (#10034)
@blancqua- [servicebus] Skip waiting for sql to be ready (#10092)
@eddumelendez- Support additional flags in FirestoreEmulatorContainer (#10067)
@eddumelendez☠️ Deprecations
- Deprecate getUserPass and add getPassword (#10064)
@eddumelendez🐛 Bug Fixes
- Fix connection leak in JdbcDatabaseDelegate (#9662)
@froque- Allow configuring the AlwaysPullPolicy (#10188)
@sebastian-steiner📖 Documentation
- Add DockerModelRunnerContainer to core (#10183)
@kiview- Allow configuring the AlwaysPullPolicy (#10188)
@sebastian-steiner- Fix Apache Solr link (#10171)
@epugh- Remove incubator note from Solr docs (#10173)
@epugh- Remove linked-container (#10065)
@eddumelendez🧹 Housekeeping
- Add SFTP host key check example (#10127)
@julianladisch- Remove linked-container (#10065)
@eddumelendez📦 Dependency updates
- Update Gradle Wrapper from undefined to 8.13 (#10033)
@github-actions- Update docker-java version to 3.4.2 (#10071)
@eddumelendez
Commits
8d954b5Fix connection leak in JdbcDatabaseDelegate (#9662)705d59bExpose Tempo in LgtmContainer (#10192)3d5e7ffPolish DockerModelRunnerContainer4e8c421Add DockerModelRunnerContainer to core (#10183)73e0637Allow configuring the AlwaysPullPolicy (#10188)57b3402Update Gradle Wrapper from undefined to 8.13 (#10033)d6ff41cFix ImageNameSubstitutionTest910e7f5Fix typo in LGTM container method (#10189)e730674Allow spock tests to be skipped when Docker is unavailable (#10180)80ae5d7Pass start command required in Solr 10 (#10174)- Additional commits viewable in compare view
Updates org.testcontainers:postgresql from 1.20.6 to 1.21.0
Release notes
Sourced from org.testcontainers:postgresql's releases.
1.21.0
What's Changed
- Fix typo in LGTM container method (#10189)
@jaydeluca- Pass
startcommand required in Solr 10 (#10174)@epugh- [solr] Replace "create_core" with "create" command (#10172)
@epugh- Update docs version to ${GITHUB_REF##*/} (#10063)
@github-actions- Update testcontainers version to ${GITHUB_REF##*/} (#10062)
@github-actions⚠️ Breaking API changes
- Remove spock-core from spock module (#10069)
@eddumelendez- Uses
clickhouse/clickhouse-serveras Docker Image in ClickHouseProvider (#8738)@linghengqian🚀 Features & Enhancements
- Expose Tempo in LgtmContainer (#10192)
@jaydeluca- Allow spock tests to be skipped when Docker is unavailable (#10180)
@eddumelendez- Support new chromadb api version (#10170)
@dev-jonghoonpark- Add default database name to MongoDB Atlas (#10034)
@blancqua- [servicebus] Skip waiting for sql to be ready (#10092)
@eddumelendez- Support additional flags in FirestoreEmulatorContainer (#10067)
@eddumelendez☠️ Deprecations
- Deprecate getUserPass and add getPassword (#10064)
@eddumelendez🐛 Bug Fixes
- Fix connection leak in JdbcDatabaseDelegate (#9662)
@froque- Allow configuring the AlwaysPullPolicy (#10188)
@sebastian-steiner📖 Documentation
- Add DockerModelRunnerContainer to core (#10183)
@kiview- Allow configuring the AlwaysPullPolicy (#10188)
@sebastian-steiner- Fix Apache Solr link (#10171)
@epugh- Remove incubator note from Solr docs (#10173)
@epugh- Remove linked-container (#10065)
@eddumelendez🧹 Housekeeping
- Add SFTP host key check example (#10127)
@julianladisch- Remove linked-container (#10065)
@eddumelendez📦 Dependency updates
- Update Gradle Wrapper from undefined to 8.13 (#10033)
@github-actions- Update docker-java version to 3.4.2 (#10071)
@eddumelendez
Commits
8d954b5Fix connection leak in JdbcDatabaseDelegate (#9662)705d59bExpose Tempo in LgtmContainer (#10192)3d5e7ffPolish DockerModelRunnerContainer4e8c421Add DockerModelRunnerContainer to core (#10183)73e0637Allow configuring the AlwaysPullPolicy (#10188)57b3402Update Gradle Wrapper from undefined to 8.13 (#10033)d6ff41cFix ImageNameSubstitutionTest910e7f5Fix typo in LGTM container method (#10189)e730674Allow spock tests to be skipped when Docker is unavailable (#10180)80ae5d7Pass start command required in Solr 10 (#10174)- Additional commits viewable in compare view
Updates org.testcontainers:mysql from 1.20.6 to 1.21.0
Release notes
Sourced from org.testcontainers:mysql's releases.
1.21.0
What's Changed
- Fix typo in LGTM container method (#10189)
@jaydeluca- Pass
startcommand required in Solr 10 (#10174)@epugh- [solr] Replace "create_core" with "create" command (#10172)
@epugh- Update docs version to ${GITHUB_REF##*/} (#10063)
@github-actions- Update testcontainers version to ${GITHUB_REF##*/} (#10062)
@github-actions⚠️ Breaking API changes
- Remove spock-core from spock module (#10069)
@eddumelendez- Uses
clickhouse/clickhouse-serveras Docker Image in ClickHouseProvider (#8738)@linghengqian🚀 Features & Enhancements
- Expose Tempo in LgtmContainer (#10192)
@jaydeluca- Allow spock tests to be skipped when Docker is unavailable (#10180)
@eddumelendez- Support new chromadb api version (#10170)
@dev-jonghoonpark- Add default database name to MongoDB Atlas (#10034)
@blancqua- [servicebus] Skip waiting for sql to be ready (#10092)
@eddumelendez- Support additional flags in FirestoreEmulatorContainer (#10067)
@eddumelendez☠️ Deprecations
- Deprecate getUserPass and add getPassword (#10064)
@eddumelendez🐛 Bug Fixes
- Fix connection leak in JdbcDatabaseDelegate (#9662)
@froque- Allow configuring the AlwaysPullPolicy (#10188)
@sebastian-steiner📖 Documentation
- Add DockerModelRunnerContainer to core (#10183)
@kiview- Allow configuring the AlwaysPullPolicy (#10188)
@sebastian-steiner- Fix Apache Solr link (#10171)
@epugh- Remove incubator note from Solr docs (#10173)
@epugh- Remove linked-container (#10065)
@eddumelendez🧹 Housekeeping
- Add SFTP host key check example (#10127)
@julianladisch- Remove linked-container (#10065)
@eddumelendez📦 Dependency updates
- Update Gradle Wrapper from undefined to 8.13 (#10033)
@github-actions- Update docker-java version to 3.4.2 (#10071)
@eddumelendez
Commits
8d954b5Fix connection leak in JdbcDatabaseDelegate (#9662)705d59bExpose Tempo in LgtmContainer (#10192)3d5e7ffPolish DockerModelRunnerContainer4e8c421Add DockerModelRunnerContainer to core (#10183)73e0637Allow configuring the AlwaysPullPolicy (#10188)57b3402Update Gradle Wrapper from undefined to 8.13 (#10033)d6ff41cFix ImageNameSubstitutionTest910e7f5Fix typo in LGTM container method (#10189)e730674Allow spock tests to be skipped when Docker is unavailable (#10180)80ae5d7Pass start command required in Solr 10 (#10174)- Additional commits viewable in compare view
Updates org.testcontainers:postgresql from 1.20.6 to 1.21.0
Release notes
Sourced from org.testcontainers:postgresql's releases.
1.21.0
What's Changed
- Fix typo in LGTM container method (#10189)
@jaydeluca- Pass
startcommand required in Solr 10 (#10174)@epugh- [solr] Replace "create_core" with "create" command (#10172)
@epugh- Update docs version to ${GITHUB_REF##*/} (#10063)
@github-actions- Update testcontainers version to ${GITHUB_REF##*/} (#10062)
@github-actions⚠️ Breaking API changes
- Remove spock-core from spock module (#10069)
@eddumelendez- Uses
clickhouse/clickhouse-serveras Docker Image in ClickHouseProvider (#8738)@linghengqian🚀 Features & Enhancements
- Expose Tempo in LgtmContainer (#10192)
@jaydeluca- Allow spock tests to be skipped when Docker is unavailable (#10180)
@eddumelendez- Support new chromadb api version (#10170)
@dev-jonghoonpark- Add default database name to MongoDB Atlas (#10034)
@blancqua- [servicebus] Skip waiting for sql to be ready (#10092)
@eddumelendez- Support additional flags in FirestoreEmulatorContainer (#10067)
@eddumelendez☠️ Deprecations
- Deprecate getUserPass and add getPassword (#10064)
@eddumelendez🐛 Bug Fixes
- Fix connection leak in JdbcDatabaseDelegate (#9662)
@froque- Allow configuring the AlwaysPullPolicy (#10188)
@sebastian-steiner📖 Documentation
- Add DockerModelRunnerContainer to core (#10183)
@kiview- Allow configuring the AlwaysPullPolicy (#10188)
@sebastian-steiner- Fix Apache Solr link (#10171)
@epugh- Remove incubator note from Solr docs (#10173)
@epugh- Remove linked-container (#10065)
@eddumelendez🧹 Housekeeping
- Add SFTP host key check example (#10127)
@julianladisch- Remove linked-container (#10065)
@eddumelendez📦 Dependency updates
- Update Gradle Wrapper from undefined to 8.13 (#10033)
@github-actions- Update docker-java version to 3.4.2 (#10071)
@eddumelendez
Commits
8d954b5Fix connection leak in JdbcDatabaseDelegate (#9662)705d59bExpose Tempo in LgtmContainer (#10192)3d5e7ffPolish DockerModelRunnerContainer4e8c421Add DockerModelRunnerContainer to core (#10183)73e0637Allow configuring the AlwaysPullPolicy (#10188)57b3402Update Gradle Wrapper from undefined to 8.13 (#10033)d6ff41cFix ImageNameSubstitutionTest910e7f5Fix typo in LGTM container method (#10189)e730674Allow spock tests to be skipped when Docker is unavailable (#10180)80ae5d7Pass start command required in Solr 10 (#10174)- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions