We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c76921c commit d0d6494Copy full SHA for d0d6494
query-service-impl/build.gradle.kts
@@ -79,7 +79,7 @@ dependencies {
79
implementation("com.google.guava:guava:32.1.2-jre")
80
implementation("io.reactivex.rxjava3:rxjava:3.0.11")
81
implementation("com.squareup.okhttp3:okhttp:4.11.0")
82
- implementation("org.postgresql:postgresql:42.4.3")
+ implementation("org.postgresql:postgresql:42.4.4")
83
implementation("io.trino:trino-jdbc:423")
84
85
annotationProcessor("org.projectlombok:lombok:1.18.30")
0 commit comments