Skip to content

Commit ca47d08

Browse files
dlvenablegithub-actions[bot]
authored andcommitted
Updates the Postgresql JDBC driver to 42.7.1 to fix CVE-2025-49146. (#5935)
Signed-off-by: David Venable <dlv@amazon.com> (cherry picked from commit eac98b3)
1 parent 69eb534 commit ca47d08

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

data-prepper-plugins/rds-source/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ dependencies {
2323

2424
implementation 'com.zendesk:mysql-binlog-connector-java:0.29.2'
2525
implementation 'com.mysql:mysql-connector-j:8.4.0'
26-
implementation 'org.postgresql:postgresql:42.7.4'
26+
implementation 'org.postgresql:postgresql:42.7.7'
2727

2828
compileOnly 'org.projectlombok:lombok:1.18.20'
2929
annotationProcessor 'org.projectlombok:lombok:1.18.20'

0 commit comments

Comments
 (0)