Skip to content
This repository has been archived by the owner on Nov 14, 2024. It is now read-only.

Commit

Permalink
Bump PostgreSQL driver from 42.3.3 -> 42.4.1 to remediate CVE-2022-31197
Browse files Browse the repository at this point in the history
 (#6205)

Bump PostgreSQL driver from 42.3.3 -> 42.4.1 to remediate CVE-2022-31197
  • Loading branch information
mdaudali authored Aug 31, 2022
1 parent b3e3a02 commit 9fe4d7b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions changelog/@unreleased/pr-6205.v2.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
type: improvement
improvement:
description: Bump PostgreSQL driver from 42.3.3 -> 42.4.1 to remediate CVE
links:
- https://github.com/palantir/atlasdb/pull/6205
2 changes: 1 addition & 1 deletion versions.lock
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ org.ow2.asm:asm-analysis:5.0.3 (1 constraints: ee09d4b2)
org.ow2.asm:asm-commons:5.0.3 (1 constraints: ee09d4b2)
org.ow2.asm:asm-tree:5.0.3 (4 constraints: d8272223)
org.ow2.asm:asm-util:5.0.3 (1 constraints: ee09d4b2)
org.postgresql:postgresql:42.3.3 (1 constraints: 3e054f3b)
org.postgresql:postgresql:42.4.1 (1 constraints: 3d05503b)
org.reflections:reflections:0.10.2 (1 constraints: 3505253b)
org.rocksdb:rocksdbjni:7.4.4 (1 constraints: 11051e36)
org.slf4j:jcl-over-slf4j:1.7.36 (3 constraints: 432fe5ed)
Expand Down
2 changes: 1 addition & 1 deletion versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ uk.org.lidalia:slf4j-test = 1.1.0
com.datastax.cassandra:cassandra-driver-core = 3.8.0
com.oracle.database.jdbc:ojdbc11 = 21.5.0.0
com.palantir.cassandra:* = 2.2.13-1.6.0
org.postgresql:postgresql = 42.3.3
org.postgresql:postgresql = 42.4.1

# transitive dep with API breaks in 0.14.0
org.apache.thrift:libthrift = 0.12.0
Expand Down

0 comments on commit 9fe4d7b

Please sign in to comment.