Bump org.testcontainers:testcontainers from 1.20.6 to 1.21.0
Bumps org.testcontainers:testcontainers from 1.20.6 to 1.21.0.
Release notes
Sourced from org.testcontainers:testcontainers'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 this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
:sunny: Quality Monitor
Tests
JUnit Tests: 100% successful (173 passed)
Code Coverage
:wavy_dash: Line Coverage: 73% (346 missed lines)
:curly_loop: Branch Coverage: 67% (121 missed branches)
Style
CheckStyle: No warnings
PMD: No warnings
Bugs
SpotBugs: No bugs
:bug: Error Prone: No bugs
API Problems
:no_entry_sign: Revapi: No warnings
Vulnerabilities
OWASP Dependency Check: 172 vulnerabilities (error: 15, high: 45, normal: 108, low: 4)
Software Metrics
:cyclone: Cyclomatic Complexity: 559 (total)
:thought_balloon: Cognitive Complexity: 212 (total)
:loop: N-Path Complexity: 788 (total)
:straight_ruler: Lines of Code: 5349 (total)
:memo: Non Commenting Source Statements: 1755 (total)
:link: Class Cohesion: 100.00% (maximum)
:balance_scale: Weight of Class: 100.00% (maximum)
:construction: Error Messages
Quality Monitor Errors:
No matching report files found when using pattern '**/target/revapi-result.json'! Configuration error for 'Revapi'?
Created by Quality Monitor v2.5.3 (#8fa0834). More details are shown in the GitHub Checks Result.
@dependabot rebase
:sunny: Quality Monitor
Tests
Unit Tests: No test results available
:rocket: Integration tests: 100% successful (38 passed)
:no_entry: Architecture tests: 100% successful (15 passed)
Code Coverage
:wavy_dash: Line Coverage: 73% (346 missed lines)
:curly_loop: Branch Coverage: 67% (121 missed branches)
Style
CheckStyle: No warnings
PMD: No warnings
Bugs
SpotBugs: No bugs
Vulnerabilities
OWASP Dependency Check: 172 vulnerabilities (error: 15, high: 45, normal: 108, low: 4)
Software Metrics
:cyclone: Cyclomatic Complexity: 559 (total)
:thought_balloon: Cognitive Complexity: 212 (total)
:loop: N-Path Complexity: 788 (total)
:straight_ruler: Lines of Code: 5349 (total)
:memo: Non Commenting Source Statements: 1755 (total)
:link: Class Cohesion: 100.00% (maximum)
:balance_scale: Weight of Class: 100.00% (maximum)
:construction: Error Messages
Quality Monitor Errors:
No matching report files found when using pattern '**/target/surefire-reports/TEST*prism*.xml'! Configuration error for 'Unit Tests'?
Created by Quality Monitor v2.5.3 (#8fa0834). More details are shown in the GitHub Checks Result.
@dependabot rebase
Looks like this PR is already up-to-date with main! If you'd still like to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.
@dependabot rebase
:sunny: Quality Monitor
Tests
Unit Tests: 100% successful (120 passed)
:rocket: Integration tests: 100% successful (38 passed)
:no_entry: Architecture tests: 100% successful (15 passed)
Code Coverage
:wavy_dash: Line Coverage: 73% (346 missed lines)
:curly_loop: Branch Coverage: 67% (121 missed branches)
Style
CheckStyle: No warnings
PMD: No warnings
Bugs
SpotBugs: No bugs
Vulnerabilities
OWASP Dependency Check: 174 vulnerabilities (error: 15, high: 45, normal: 110, low: 4)
Software Metrics
:cyclone: Cyclomatic Complexity: 559 (total)
:thought_balloon: Cognitive Complexity: 212 (total)
:loop: N-Path Complexity: 788 (total)
:straight_ruler: Lines of Code: 5349 (total)
:memo: Non Commenting Source Statements: 1755 (total)
:link: Class Cohesion: 100.00% (maximum)
:balance_scale: Weight of Class: 100.00% (maximum)
Created by Quality Monitor v2.5.3 (#8fa0834). More details are shown in the GitHub Checks Result.