Skip to content

Commit eac98b3

Browse files
authored
Updates the Postgresql JDBC driver to 42.7.1 to fix CVE-2025-49146. (#5935)
Signed-off-by: David Venable <[email protected]>
1 parent 3662c25 commit eac98b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)