Skip to content

Commit 85c4f05

Browse files
panbingkundongjoon-hyun
authored andcommitted
[SPARK-47841][BUILD] Upgrade postgresql to 42.7.3
### What changes were proposed in this pull request? The pr aims to upgrade `postgresql` from `42.7.2` to `42.7.3`. ### Why are the changes needed? The version `42.7.3` full release notes: https://jdbc.postgresql.org/changelogs/2024-03-14-42.7.3-release/ - fix: boolean types not handled in SimpleQuery mode [PR #3146](pgjdbc/pgjdbc#3146) *make sure we handle boolean types in simple query mode support uuid as well handle all well known types in text mode and change else if to switch - fix: released new versions of 42.2.29, 42.3.10, 42.4.5, 42.5.6, 42.6.2 to deal with NoSuchMethodError on ByteBuffer#position when running on Java 8 ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? Pass GA. ### Was this patch authored or co-authored using generative AI tooling? No. Closes #46038 from panbingkun/postgresql_upgrade. Authored-by: panbingkun <[email protected]> Signed-off-by: Dongjoon Hyun <[email protected]>
1 parent b53c6f9 commit 85c4f05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@
320320
</extraJavaTestArgs>
321321
<mariadb.java.client.version>2.7.12</mariadb.java.client.version>
322322
<mysql.connector.version>8.3.0</mysql.connector.version>
323-
<postgresql.version>42.7.2</postgresql.version>
323+
<postgresql.version>42.7.3</postgresql.version>
324324
<db2.jcc.version>11.5.9.0</db2.jcc.version>
325325
<mssql.jdbc.version>9.4.1.jre8</mssql.jdbc.version>
326326
<ojdbc11.version>23.3.0.23.09</ojdbc11.version>

0 commit comments

Comments
 (0)