This is an automated email from the ASF dual-hosted git repository.
snazy pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/polaris.git
The following commit(s) were added to refs/heads/main by this push:
new de4aa0492 fix(deps): update dependency org.postgresql:postgresql to
v42.7.10 (#3770)
de4aa0492 is described below
commit de4aa0492cbc78ae6e89b5126d886427d32f90a7
Author: Mend Renovate <[email protected]>
AuthorDate: Sun Feb 15 13:44:03 2026 +0000
fix(deps): update dependency org.postgresql:postgresql to v42.7.10 (#3770)
---
gradle/libs.versions.toml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml
index 957f4558e..92166e5d6 100644
--- a/gradle/libs.versions.toml
+++ b/gradle/libs.versions.toml
@@ -86,7 +86,7 @@ mongodb-driver-sync = { module =
"org.mongodb:mongodb-driver-sync", version = "5
opentelemetry-instrumentation-bom-alpha = { module =
"io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha",
version= "2.20.1-alpha" }
picocli = { module = "info.picocli:picocli-codegen", version.ref = "picocli" }
picocli-codegen = { module = "info.picocli:picocli-codegen", version.ref =
"picocli" }
-postgresql = { module = "org.postgresql:postgresql", version = "42.7.9" }
+postgresql = { module = "org.postgresql:postgresql", version = "42.7.10" }
quarkus-amazon-services-bom = { module =
"io.quarkus.platform:quarkus-amazon-services-bom", version.ref="quarkus" }
quarkus-bom = { module = "io.quarkus.platform:quarkus-bom", version.ref =
"quarkus" }
s3mock-testcontainers = { module = "com.adobe.testing:s3mock-testcontainers",
version = "4.11.0" }