Skip to content

Commit

Permalink
Update postgresql driver to 42.3.3 to resolve security vulnerability C…
Browse files Browse the repository at this point in the history
  • Loading branch information
jframe committed Mar 10, 2022
1 parent 8d019c4 commit b098379
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 21.10.6
### Bugs Fixed
- Updated to PostgreSQL JDBC driver to 42.3.3. Resolves a potential vulnerability CVE-2022-21724.

## 21.10.5
### Bugs Fixed
- Updated to log4j 2.17.1. Resolves two potential vulnerabilities which are only exploitable when using custom log4j configurations that are either writable by untrusted users or log data from the `ThreadContext`.
Expand Down
2 changes: 1 addition & 1 deletion gradle/versions.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ dependencyManagement {
dependency 'com.azure:azure-identity:1.3.6'

dependency 'com.zaxxer:HikariCP:3.4.5'
dependency 'org.postgresql:postgresql:42.2.20'
dependency 'org.postgresql:postgresql:42.3.3'

dependencySet(group: 'org.jdbi', version: '3.14.4') {
entry 'jdbi3-core'
Expand Down

0 comments on commit b098379

Please sign in to comment.