Skip to content

Commit d0d6494

Browse files
Update postgresql version
update postgresql version to 42.4.4 to resolve CVE-2024-1597 vulnerability
1 parent c76921c commit d0d6494

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

query-service-impl/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ dependencies {
7979
implementation("com.google.guava:guava:32.1.2-jre")
8080
implementation("io.reactivex.rxjava3:rxjava:3.0.11")
8181
implementation("com.squareup.okhttp3:okhttp:4.11.0")
82-
implementation("org.postgresql:postgresql:42.4.3")
82+
implementation("org.postgresql:postgresql:42.4.4")
8383
implementation("io.trino:trino-jdbc:423")
8484

8585
annotationProcessor("org.projectlombok:lombok:1.18.30")

0 commit comments

Comments
 (0)