Skip to content

Commit

Permalink
Merge pull request #237 from barspi/master
Browse files Browse the repository at this point in the history
upgrade postgres driver to 42.2.13 because of CVE-2020-13692
  • Loading branch information
ar authored Jan 20, 2022
2 parents 82ab84c + 3b6cfcd commit f03fb5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ ext {
httpAsyncClientVersion = '4.1.4'
mysqlJDBCVersion = '8.0.17'
c3p0Version = '0.9.5.4'
postgresJDBCVersion = '42.2.11'
postgresJDBCVersion = '42.2.13'
flywaydbVersion = '6.0.4'
liquibaseVersion = '3.8.0'
elkVersion = '7.16.1'
Expand Down

0 comments on commit f03fb5b

Please sign in to comment.