Skip to content

Commit

Permalink
[SPARK-41245][BUILD] Upgrade postgresql to 42.5.1
Browse files Browse the repository at this point in the history
### What changes were proposed in this pull request?
Upgrade postgresql from 42.5.0 to 42.5.1

[Changelog](https://jdbc.postgresql.org/changelogs/2022-11-23-42.5.1-release/)

### Why are the changes needed?
[CVE-2022-41946](https://nvd.nist.gov/vuln/detail/CVE-2022-41946)

### Does this PR introduce _any_ user-facing change?
No.

### How was this patch tested?
Pass GA

Closes apache#38791 from bjornjorgensen/postgressql-42.5.1.

Authored-by: Bjørn <[email protected]>
Signed-off-by: Ruifeng Zheng <[email protected]>
  • Loading branch information
bjornjorgensen authored and zhengruifeng committed Nov 25, 2022
1 parent 22268ae commit eb91d8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1209,7 +1209,7 @@
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
<version>42.5.0</version>
<version>42.5.1</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit eb91d8b

Please sign in to comment.