Bumps postgresql from 1.14.1 to 1.14.2.
Release notes
Sourced from postgresql's releases.
1.14.2
What's Changed
π Features & Enhancements
- Add MongoDB module (#1961) @silaev
- Add Apache Solr Module (#2123) @raynigon
- Implement DockerClientFactory.isDockerAvailable() (#2605) @mvysny
- RabbitMQ: Support declaring an exchange within a vhost (#2362) @dangets
- Docker Compose: Verify that all services that have a wait condition defined also have a corresponding service instance (#2637) @jannis-baratheon
- Add a getter for Toxiproxy exposed port (#2513) @lutovich
- Add
ContainerState#getHost
as a replacement forgetContainerIpAddress
(#2742) @bsideupπ Bug Fixes
- Store
GenericContainer#exposedPorts
as an order-preservingSet
(#2613) @bsideup- Correction for an edge case in local image repos (duplicate tags) (#2692, #2431) @Choobz
- Remove duplicate debug log message at container start (#2522) @Streppel
- Fix a regression in OracleContainer introduced in #2473 (#2612) @bsideup
π Documentation
- Fix typo in DinD documentation (#2725) @liquidpie
- Doc update for elasticsearch and kafka (#2615) @mans2singh
- Example and docs for ability to copy to and from container for #1164 (#1989) @sumitanvekar
- Fix typo (#2636) @britter
π§Ή Housekeeping
- Split JDBC tests (#2556) @rnorth
- Revert "Example and docs for ability to copy to and from container for #1164" (#2651) @rnorth
- Replace legacy orchardup/mysql with mysql:5.7.22 in docker compose test (#2602) @rnorth
- Make neo4j module support Gradle caching (#2649) @rnorth
- Fix flaky JDBC tmpfs test (#2646) @rnorth
π¦ Dependency updates
Click to expand...
... (truncated)
- Update example to Spring Boot 2.3.0 (#2743) @bsideup
- Bump mssql-jdbc from 6.1.0.jre8 to 8.3.0.jre8-preview in /modules/mssqlserver (#2733) @dependabot-preview
- Bump aws-java-sdk-logs from 1.11.777 to 1.11.782 in /modules/localstack (#2730) @dependabot-preview
- Bump r2dbc-mariadb from 0.8.1-alpha1 to 0.8.2-alpha2 in /modules/mariadb (#2702) @dependabot-preview
- Bump assertj-core from 3.16.0 to 3.16.1 in /core (#2706) @dependabot-preview
- Bump transport from 6.7.1 to 7.7.0 in /modules/elasticsearch (#2737) @dependabot-preview
- Bump tomcat-jdbc from 9.0.34 to 9.0.35 in /modules/mysql (#2713) @dependabot-preview
- Bump java-client from 2.7.14 to 2.7.15 in /modules/couchbase (#2701) @dependabot-preview
- Bump auto-service from 1.0-rc6 to 1.0-rc7 in /modules/mariadb (#2739) @dependabot-preview
- Bump auto-service from 1.0-rc6 to 1.0-rc7 in /modules/mysql (#2736) @dependabot-preview
- Bump auto-service from 1.0-rc6 to 1.0-rc7 in /modules/postgresql (#2735) @dependabot-preview
Commits
1eef935
StoreGenericContainer#exposedPorts
as an order-preservingSet
(#2613)672cbee
AddContainerState#getHost
replacinggetContainerIpAddress
(#2742)ede19c8
Update example to Spring Boot 2.3.0 (#2743)a2a59bc
Implement DockerClientFactory.isDockerAvailable() (#2605)f84bcd6
Add Apache Solr Module (#2123)1ed8d81
Bump mssql-jdbc from 6.1.0.jre8 to 8.3.0.jre8-preview in /modules/mssqlserver...d1bf6b8
Bump aws-java-sdk-logs from 1.11.777 to 1.11.782 in /modules/localstack (#2730)fbda093
Bump r2dbc-mariadb from 0.8.1-alpha1 to 0.8.2-alpha2 in /modules/mariadb (#2702)c18a203
Split JDBC tests (#2556)2f8bbdd
Bump assertj-core from 3.16.0 to 3.16.1 in /core (#2706)- 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 rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will 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 version` will 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 dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)
Comment From: kazuki43zoo
@dependabot rebase