Skip to content

Commit 4900a42

Browse files
authored
Bump postgresql version (#5107)
Fixes CVE-2022-31197. Does not affect product, is example code only.
1 parent c188a49 commit 4900a42

File tree

1 file changed

+1
-1
lines changed
  • authentication/example-providers/sql-username-password

1 file changed

+1
-1
lines changed

authentication/example-providers/sql-username-password/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ configurations {
33
pwGen
44
}
55
dependencies {
6-
implementation('org.postgresql:postgresql:42.4.0') {
6+
implementation('org.postgresql:postgresql:42.7.1') {
77
because 'Postgres driver to connect to a running DB to query for user information'
88
}
99
implementation('org.mindrot:jbcrypt:0.4') {

0 commit comments

Comments
 (0)