Skip to content

Bump org.postgresql:postgresql from 42.5.4 to 42.6.0 in /modules/junit-jupiter#6862

Merged
eddumelendez merged 1 commit intomainfrom
dependabot/gradle/modules/junit-jupiter/org.postgresql-postgresql-42.6.0
Apr 10, 2023
Merged

Bump org.postgresql:postgresql from 42.5.4 to 42.6.0 in /modules/junit-jupiter#6862
eddumelendez merged 1 commit intomainfrom
dependabot/gradle/modules/junit-jupiter/org.postgresql-postgresql-42.6.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 31, 2023

Bumps org.postgresql:postgresql from 42.5.4 to 42.6.0.

Changelog

Sourced from org.postgresql: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)

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)

@dependabot dependabot bot requested a review from a team March 31, 2023 23:22
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java labels Mar 31, 2023
This was referenced Apr 3, 2023
This was referenced Apr 3, 2023
@dependabot dependabot bot force-pushed the dependabot/gradle/modules/junit-jupiter/org.postgresql-postgresql-42.6.0 branch from 6d1cdfe to be98d07 Compare April 3, 2023 16:28
Bumps [org.postgresql:postgresql](https://github.com/pgjdbc/pgjdbc) from 42.5.4 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.4...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] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/gradle/modules/junit-jupiter/org.postgresql-postgresql-42.6.0 branch from be98d07 to 6bb1dfa Compare April 4, 2023 19:55
@eddumelendez eddumelendez merged commit 99fa49b into main Apr 10, 2023
@eddumelendez eddumelendez deleted the dependabot/gradle/modules/junit-jupiter/org.postgresql-postgresql-42.6.0 branch April 10, 2023 23:54
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 modules/jupiter

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant