Skip to content

Commit

Permalink
fix(aws): Update PostgreSQL driver to 42.4.2 to fix cve
Browse files Browse the repository at this point in the history
  • Loading branch information
passga authored and abirembaut committed Sep 14, 2022
1 parent c8d074d commit 74e78e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/src/main/groovy/Deps.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ class Deps {
public static String mysqlVersion = "8.0.28"
public static String mssqlVersion = "8.4.1.jre8"
public static String oracleVersion = "19.3.0.0"
public static String postgresqlVersion = "42.3.3"
public static String postgresqlVersion = "42.4.2"
public static String lombokVersion = "1.18.12"

public static String narayanaVersion = "5.10.6.Final"
Expand Down

0 comments on commit 74e78e7

Please sign in to comment.