-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update dependency org.postgresql:postgresql to v42.7.4 #290
Open
renovate
wants to merge
1
commit into
master
Choose a base branch
from
renovate/postgresversion
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
renovate
bot
force-pushed
the
renovate/postgresversion
branch
from
October 17, 2023 00:29
55fc67c
to
e81789a
Compare
Pull Request Test Coverage Report for Build #910
💛 - Coveralls |
renovate
bot
force-pushed
the
renovate/postgresversion
branch
from
October 17, 2023 03:15
e81789a
to
8611113
Compare
renovate
bot
force-pushed
the
renovate/postgresversion
branch
from
November 21, 2023 09:25
8611113
to
1c4e04c
Compare
renovate
bot
changed the title
Update dependency org.postgresql:postgresql to v42.6.0
Update dependency org.postgresql:postgresql to v42.7.0
Nov 21, 2023
renovate
bot
force-pushed
the
renovate/postgresversion
branch
from
December 6, 2023 21:34
1c4e04c
to
68c7daa
Compare
renovate
bot
changed the title
Update dependency org.postgresql:postgresql to v42.7.0
Update dependency org.postgresql:postgresql to v42.7.1
Dec 6, 2023
renovate
bot
force-pushed
the
renovate/postgresversion
branch
from
February 20, 2024 19:14
68c7daa
to
84f6b48
Compare
renovate
bot
changed the title
Update dependency org.postgresql:postgresql to v42.7.1
Update dependency org.postgresql:postgresql to v42.7.2
Feb 20, 2024
renovate
bot
force-pushed
the
renovate/postgresversion
branch
from
March 14, 2024 20:12
84f6b48
to
29a8235
Compare
renovate
bot
changed the title
Update dependency org.postgresql:postgresql to v42.7.2
Update dependency org.postgresql:postgresql to v42.7.3
Mar 14, 2024
renovate
bot
force-pushed
the
renovate/postgresversion
branch
from
August 22, 2024 17:15
29a8235
to
53ec259
Compare
renovate
bot
changed the title
Update dependency org.postgresql:postgresql to v42.7.3
Update dependency org.postgresql:postgresql to v42.7.4
Aug 22, 2024
renovate
bot
force-pushed
the
renovate/postgresversion
branch
from
November 30, 2024 04:31
53ec259
to
2907fb8
Compare
Pull Request Test Coverage Report for Build #1014Details
💛 - Coveralls |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
42.4.0
->42.7.4
Release Notes
pgjdbc/pgjdbc (org.postgresql:postgresql)
v42.7.4
Added
Fixed
Deprecated
v42.7.3
Changed
Fixed
else if
toswitch
NoSuchMethodError on ByteBuffer#position
when running on Java 8v42.7.2
Security
SimpleQuery
mode to generate a line comment by having a placeholder for a numeric with a-
such as
-?
. There must be second placeholder for a string immediately after. Setting the parameter to a -ve value creates a line comment.This has been fixed in this version fixes CVE-2024-1597. Reported by Paul Gerste. See the security advisory for more details. This has been fixed in versions 42.7.2, 42.6.1 42.5.5, 42.4.4, 42.3.9, 42.2.28.jre7. See the security advisory for work arounds.
Changed
Added
v42.7.1
Changed
Fixed
Fixes Issue #3008
Fixes Issue #3007
,Issue #2850
Closes [Issue #1391(https://github.com/pgjdbc/pgjdbc/issues/1391)
v42.7.0
Changed
java.desktop
module. PR #2967Fixed
v42.6.0
Changed
fix: use PhantomReferences instead of
Obejct.finalize()
to track Connection leaks PR #2847The 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
Fixes Issue #1951
v42.5.4
Fixed
v42.5.3
Fixed
v42.5.2
Changed
Added
Fixed
v42.5.1
Security
This has been fixed in this version fixes CVE-2022-41946 see the security advisory for more details. Reported by Jonathan Leitschuh This has been fixed in versions 42.5.1, 42.4.3 42.3.8, 42.2.27.jre7. Note there is no fix for 42.2.26.jre6. See the security advisory for work arounds.
Fixed
v42.5.0
Changed
float now aliases to float8 PR #2598 fixes Issue #2597
v42.4.2
Changed
Added
Fixed
v42.4.1
Security
SQL. This allowed a malicious table with column names that include statement terminator to be parsed and
executed as multiple separate commands.
Changed
Added
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.