Thanks to visit codestin.com
Credit goes to github.com

Skip to content

build(deps): bump postgresql from 42.5.3 to 42.6.0#953

Merged
lvca merged 1 commit into
mainfrom
dependabot/maven/org.postgresql-postgresql-42.6.0
Mar 20, 2023
Merged

build(deps): bump postgresql from 42.5.3 to 42.6.0#953
lvca merged 1 commit into
mainfrom
dependabot/maven/org.postgresql-postgresql-42.6.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Mar 20, 2023

Copy link
Copy Markdown
Contributor

Bumps postgresql from 42.5.3 to 42.6.0.

Release notes

Sourced from postgresql's releases.

v42.5.4

What's Changed

Full Changelog: pgjdbc/pgjdbc@REL42.5.3...REL42.5.4

Changelog

Sourced from postgresql's changelog.

[42.6.0] (2023-03-17 15:34:34 -0400)

Changed

fix: use PhantomReferences instead of Obejct.finalize() to track Connection leaks [PR #2847](pgjdbc/pgjdbc#2847)

The change replaces all uses of Object.finalize with PhantomReferences.
The leaked resources (Connections) are tracked in a helper thread that is active as long as
there are connections in use. By default, the thread keeps running for 30 seconds after all
the connections are released. The timeout is set with pgjdbc.config.cleanup.thread.ttl system property.

refactor:(loom) replace the usages of synchronized with ReentrantLock [PR #2635](pgjdbc/pgjdbc#2635) Fixes [Issue #1951](pgjdbc/pgjdbc#1951)

[42.5.4] (2023-02-15 10:21:04 -0500)

Fixed

fix: fix testGetSQLTypeQueryCache by searching for xid type. We used to search for box type but it is now cached. xid is not cached, this nuance is required for the test. fix OidValueCorrectnessTest BOX_ARRAY OID, by adding BOX_ARRAY to the oidTypeName map [PR #2810]((pgjdbc/pgjdbc#2810). fixes [Issue #2804](pgjdbc/pgjdbc#2804). fix: Make sure that github CI runs tests on all [PRs #2809]((pgjdbc/pgjdbc#2809)).

Commits
  • d6a0cc2 Update CHANGELOG for release (#2851)
  • b656c63 Fix pks12docs (#2857)
  • aade7a0 chore: bump classloader-leak-test-framework to 1.1.2
  • 5873a2c Remove stray whitespace and use code formatting (#2854)
  • 29414ab chore: suppress warnings on implementing deprecated methods in QueryExecutorImpl
  • 3a15db6 chore: suppress deprecation warnings on in BaseDataSource on use of FACTORY...
  • 35431d6 chore: replace deprecated clazz.newInstance() with .getDeclaredConstructor()....
  • ca25d10 chore: suppress deprecations from implementing deprecated ResultSet and State...
  • 4b29078 test: suppress warnings for setUseServerPrepare deprecation
  • 61aee4d chore: run "Unnecessary boxing" inspection in IDEA
  • Additional commits viewable in compare view

Dependabot compatibility score

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)

Bumps [postgresql](https://github.com/pgjdbc/pgjdbc) from 42.5.3 to 42.6.0.
- [Release notes](https://github.com/pgjdbc/pgjdbc/releases)
- [Changelog](https://github.com/pgjdbc/pgjdbc/blob/master/CHANGELOG.md)
- [Commits](pgjdbc/pgjdbc@REL42.5.3...REL42.6.0)

---
updated-dependencies:
- dependency-name: org.postgresql:postgresql
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java labels Mar 20, 2023
@lvca lvca merged commit 6ea9370 into main Mar 20, 2023
@lvca lvca self-assigned this Mar 20, 2023
@lvca lvca added this to the 23.3.1 milestone Mar 20, 2023
@dependabot dependabot Bot deleted the dependabot/maven/org.postgresql-postgresql-42.6.0 branch March 20, 2023 13:56
tae898 pushed a commit to humemai/arcadedb-embedded-python that referenced this pull request Jun 28, 2026
Bumps [postgresql](https://github.com/pgjdbc/pgjdbc) from 42.5.3 to 42.6.0.
- [Release notes](https://github.com/pgjdbc/pgjdbc/releases)
- [Changelog](https://github.com/pgjdbc/pgjdbc/blob/master/CHANGELOG.md)
- [Commits](pgjdbc/pgjdbc@REL42.5.3...REL42.6.0)

---
updated-dependencies:
- dependency-name: org.postgresql:postgresql
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
mergify Bot added a commit that referenced this pull request Jun 29, 2026
…4.2 in /e2e-python [skip ci]

Updates the requirements on [testcontainers](https://github.com/testcontainers/testcontainers-python) to permit the latest version.
Release notes

*Sourced from [testcontainers's releases](https://github.com/testcontainers/testcontainers-python/releases).*

> testcontainers: v4.14.2
> -----------------------
>
> [4.14.2](testcontainers/testcontainers-python@testcontainers-v4.14.1...testcontainers-v4.14.2) (2026-03-18)
> --------------------------------------------------------------------------------------------------------------------------------------
>
> ### Features
>
> * **kafka:** allow configurable listener name and security protocol ([#966](https://redirect.github.com/testcontainers/testcontainers-python/issues/966)) ([44dd40b](testcontainers/testcontainers-python@44dd40b))


Changelog

*Sourced from [testcontainers's changelog](https://github.com/testcontainers/testcontainers-python/blob/main/CHANGELOG.md).*

> [4.14.2](testcontainers/testcontainers-python@testcontainers-v4.14.1...testcontainers-v4.14.2) (2026-03-18)
> --------------------------------------------------------------------------------------------------------------------------------------
>
> ### Features
>
> * **kafka:** allow configurable listener name and security protocol ([#966](https://redirect.github.com/testcontainers/testcontainers-python/issues/966)) ([44dd40b](testcontainers/testcontainers-python@44dd40b))
>
> [4.14.1](testcontainers/testcontainers-python@testcontainers-v4.14.0...testcontainers-v4.14.1) (2026-01-31)
> --------------------------------------------------------------------------------------------------------------------------------------
>
> ### Bug Fixes
>
> * Allow passing in a custom wait strategy string in MySQL, Cassandra, Kafka and Trino ([#953](https://redirect.github.com/testcontainers/testcontainers-python/issues/953)) ([be4d09e](testcontainers/testcontainers-python@be4d09e))
> * **compose:** expose useful compose options ([#951](https://redirect.github.com/testcontainers/testcontainers-python/issues/951)) ([183e1aa](testcontainers/testcontainers-python@183e1aa))
> * **core:** bring back dind tests ([7337266](testcontainers/testcontainers-python@7337266))
> * **core:** Use WaitStrategy internally for wait\_for function ([#942](https://redirect.github.com/testcontainers/testcontainers-python/issues/942)) ([e323317](testcontainers/testcontainers-python@e323317))
> * **nats:** add support for jetstream ([#938](https://redirect.github.com/testcontainers/testcontainers-python/issues/938)) ([49c9af8](testcontainers/testcontainers-python@49c9af8))
> * Support Elasticsearch 9.x ([#881](https://redirect.github.com/testcontainers/testcontainers-python/issues/881)) ([f690e88](testcontainers/testcontainers-python@f690e88)), closes [#860](https://redirect.github.com/testcontainers/testcontainers-python/issues/860)
>
> [4.14.0](testcontainers/testcontainers-python@testcontainers-v4.13.3...testcontainers-v4.14.0) (2026-01-07)
> --------------------------------------------------------------------------------------------------------------------------------------
>
> ### Features
>
> * Add ExecWaitStrategy and migrate Postgres from deprecated decorator ([#935](https://redirect.github.com/testcontainers/testcontainers-python/issues/935)) ([2d9eee3](testcontainers/testcontainers-python@2d9eee3))
>
> ### Bug Fixes
>
> * add ruff to deps ([#919](https://redirect.github.com/testcontainers/testcontainers-python/issues/919)) ([5853d32](testcontainers/testcontainers-python@5853d32))
> * **cassandra,mysqk,kafka:** Use wait strategy instead of deprecated wait\_for\_logs ([#945](https://redirect.github.com/testcontainers/testcontainers-python/issues/945)) ([b7791b9](testcontainers/testcontainers-python@b7791b9))
> * **core:** recreate poetry lockfile with latest versions of libraries ([#946](https://redirect.github.com/testcontainers/testcontainers-python/issues/946)) ([9a97385](testcontainers/testcontainers-python@9a97385))
> * **elasticsearch:** Use wait strategy instead of deprecated decorator ([#915](https://redirect.github.com/testcontainers/testcontainers-python/issues/915)) ([c785ecd](testcontainers/testcontainers-python@c785ecd))
> * **minio:** minio client requires kwargs now ([#933](https://redirect.github.com/testcontainers/testcontainers-python/issues/933)) ([37f5902](testcontainers/testcontainers-python@37f5902))
> * **minio:** Use wait strategy instead of deprecated decorator ([#899](https://redirect.github.com/testcontainers/testcontainers-python/issues/899)) ([febccb7](testcontainers/testcontainers-python@febccb7))
>
> [4.13.3](testcontainers/testcontainers-python@testcontainers-v4.13.2...testcontainers-v4.13.3) (2025-11-14)
> --------------------------------------------------------------------------------------------------------------------------------------
>
> ### Bug Fixes
>
> * do not require consumer of library to state nonsupport for py4 ([#912](https://redirect.github.com/testcontainers/testcontainers-python/issues/912)) ([f608df9](testcontainers/testcontainers-python@f608df9))
> * **docs:** Update dependencies for docs ([#900](https://redirect.github.com/testcontainers/testcontainers-python/issues/900)) ([3f66784](testcontainers/testcontainers-python@3f66784))
> * support python 3.14!!! - ([#917](https://redirect.github.com/testcontainers/testcontainers-python/issues/917)) ([f76e982](testcontainers/testcontainers-python@f76e982))
>
> [4.13.2](testcontainers/testcontainers-python@testcontainers-v4.13.1...testcontainers-v4.13.2) (2025-10-07)
> --------------------------------------------------------------------------------------------------------------------------------------
>
> ### Bug Fixes

... (truncated)


Commits

* [`5c67efb`](testcontainers/testcontainers-python@5c67efb) chore(main): release testcontainers 4.14.2 ([#969](https://redirect.github.com/testcontainers/testcontainers-python/issues/969))
* [`44dd40b`](testcontainers/testcontainers-python@44dd40b) feat(kafka): allow configurable listener name and security protocol ([#966](https://redirect.github.com/testcontainers/testcontainers-python/issues/966))
* [`a78475a`](testcontainers/testcontainers-python@a78475a) chore(main): Migrate to uv ([#960](https://redirect.github.com/testcontainers/testcontainers-python/issues/960))
* [`17eb0b0`](testcontainers/testcontainers-python@17eb0b0) chore(main): release testcontainers 4.14.1 ([#954](https://redirect.github.com/testcontainers/testcontainers-python/issues/954))
* [`f690e88`](testcontainers/testcontainers-python@f690e88) fix: Support Elasticsearch 9.x ([#881](https://redirect.github.com/testcontainers/testcontainers-python/issues/881))
* [`15e99ee`](testcontainers/testcontainers-python@15e99ee) add modifications
* [`7337266`](testcontainers/testcontainers-python@7337266) fix(core): bring back dind tests
* [`49c9af8`](testcontainers/testcontainers-python@49c9af8) fix(nats): add support for jetstream ([#938](https://redirect.github.com/testcontainers/testcontainers-python/issues/938))
* [`e323317`](testcontainers/testcontainers-python@e323317) fix(core): Use WaitStrategy internally for wait\_for function ([#942](https://redirect.github.com/testcontainers/testcontainers-python/issues/942))
* [`183e1aa`](testcontainers/testcontainers-python@183e1aa) fix(compose): expose useful compose options ([#951](https://redirect.github.com/testcontainers/testcontainers-python/issues/951))
* Additional commits viewable in [compare view](testcontainers/testcontainers-python@testcontainers-v4.13.3...testcontainers-v4.14.2)
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant