generated from hmcts/spring-boot-template
-
Notifications
You must be signed in to change notification settings - Fork 2
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.3 #179
Closed
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/org.postgresql-postgresql-42.x
branch
from
October 6, 2022 17:18
6b7075b
to
f6ac16d
Compare
renovate
bot
force-pushed
the
renovate/org.postgresql-postgresql-42.x
branch
from
November 3, 2022 17:23
f6ac16d
to
7ead64e
Compare
renovate
bot
force-pushed
the
renovate/org.postgresql-postgresql-42.x
branch
from
November 15, 2022 13:59
7ead64e
to
c4c66ed
Compare
renovate
bot
force-pushed
the
renovate/org.postgresql-postgresql-42.x
branch
from
November 16, 2022 16:51
c4c66ed
to
79945d4
Compare
renovate
bot
force-pushed
the
renovate/org.postgresql-postgresql-42.x
branch
from
November 18, 2022 17:48
79945d4
to
b5dd97e
Compare
renovate
bot
force-pushed
the
renovate/org.postgresql-postgresql-42.x
branch
from
November 18, 2022 20:11
b5dd97e
to
71cb68f
Compare
renovate
bot
force-pushed
the
renovate/org.postgresql-postgresql-42.x
branch
from
November 21, 2022 14:55
71cb68f
to
63e5d06
Compare
renovate
bot
force-pushed
the
renovate/org.postgresql-postgresql-42.x
branch
from
November 23, 2022 18:33
63e5d06
to
b581314
Compare
renovate
bot
force-pushed
the
renovate/org.postgresql-postgresql-42.x
branch
from
November 24, 2022 00:22
b581314
to
f09eefd
Compare
renovate
bot
changed the title
Update dependency org.postgresql:postgresql to v42.5.0
Update dependency org.postgresql:postgresql to v42.5.1
Nov 24, 2022
renovate
bot
force-pushed
the
renovate/org.postgresql-postgresql-42.x
branch
from
November 28, 2022 13:08
f09eefd
to
9ba7e53
Compare
renovate
bot
force-pushed
the
renovate/org.postgresql-postgresql-42.x
branch
from
November 29, 2022 12:31
9ba7e53
to
1dd79c9
Compare
renovate
bot
force-pushed
the
renovate/org.postgresql-postgresql-42.x
branch
from
December 7, 2022 13:29
1dd79c9
to
52d2656
Compare
renovate
bot
force-pushed
the
renovate/org.postgresql-postgresql-42.x
branch
from
May 27, 2024 11:11
c644d80
to
87089dd
Compare
renovate
bot
force-pushed
the
renovate/org.postgresql-postgresql-42.x
branch
from
May 28, 2024 11:35
87089dd
to
13b8936
Compare
renovate
bot
force-pushed
the
renovate/org.postgresql-postgresql-42.x
branch
from
May 30, 2024 09:58
13b8936
to
567da72
Compare
renovate
bot
force-pushed
the
renovate/org.postgresql-postgresql-42.x
branch
from
May 30, 2024 14:11
567da72
to
050b087
Compare
renovate
bot
force-pushed
the
renovate/org.postgresql-postgresql-42.x
branch
from
May 31, 2024 10:32
050b087
to
4a17cfd
Compare
renovate
bot
force-pushed
the
renovate/org.postgresql-postgresql-42.x
branch
from
June 3, 2024 09:13
4a17cfd
to
a98a159
Compare
renovate
bot
force-pushed
the
renovate/org.postgresql-postgresql-42.x
branch
from
June 3, 2024 09:37
a98a159
to
36e456c
Compare
renovate
bot
force-pushed
the
renovate/org.postgresql-postgresql-42.x
branch
from
June 6, 2024 16:07
36e456c
to
c5cb3fc
Compare
renovate
bot
force-pushed
the
renovate/org.postgresql-postgresql-42.x
branch
from
June 18, 2024 10:12
c5cb3fc
to
6e3b31b
Compare
renovate
bot
force-pushed
the
renovate/org.postgresql-postgresql-42.x
branch
from
July 4, 2024 09:21
6e3b31b
to
9bdf8a0
Compare
renovate
bot
force-pushed
the
renovate/org.postgresql-postgresql-42.x
branch
from
July 5, 2024 09:37
9bdf8a0
to
e67ef78
Compare
renovate
bot
force-pushed
the
renovate/org.postgresql-postgresql-42.x
branch
from
July 16, 2024 09:03
e67ef78
to
f6b2fbf
Compare
renovate
bot
force-pushed
the
renovate/org.postgresql-postgresql-42.x
branch
from
July 16, 2024 10:28
f6b2fbf
to
405adce
Compare
Renovate Ignore NotificationBecause you closed this PR without merging, Renovate will ignore this update ( If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR. |
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.1
->42.7.3
Release Notes
pgjdbc/pgjdbc (org.postgresql:postgresql)
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
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](https://github.com/pgjdbc/pgjdbc/pull/28100).
fixes Issue #2804.
fix: Make sure that github CI runs tests on all(https://togithub.com/pgjdbc/pgjdbc/pull/2809)dbc/pgjdbc/pull/2809\)).
v42.5.3
Fixed
fix: Add box to TypeInfoCache, fixes Issue #2746 PR #2747
fix: regression in PgResultSet LONG_MIN copy and paste error fixes Issue #2748 PR#2749
v42.5.2
Changed
regression: This release has 2 known regressions which make it unusable see the notes above. We advise people to use 42.5.3 instead.
docs: specify that timeouts are in seconds and there is a maximum. Housekeeping on some tests fixes #Issue 2671 PR #2686
docs: clarify binaryTransfer and add it to README PR# 2698
docs: Document the need to encode reserved characters in the connection URL PR #2700
feat: Define binary transfer for custom types dynamically/automatically fixes Issue #2554 PR #2556
Added
fix: added gssResponseTimeout as part of PR #2687 to make sure we don't wait forever on a GSS RESPONSE
Fixed
fix: Ensure case of XML tags in Maven snippet is correct PR #2682
fix: Make sure socket is closed if an exception is thrown in createSocket fixes Issue #2684 PR #2685
fix: Apply patch from Issue #2683 to fix hanging ssl connections PR #2687
fix - binary conversion of (very) long numeric values (longer than 4 * 2^15 digits) PR #2697 fixes Issue #2695
minor: enhance readability connection of startup params PR #2705
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
Configuration
📅 Schedule: Branch creation - "after 7am and before 11am every weekday" in timezone Europe/London, Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.