Skip to content

Commit 25f57f1

Browse files
authored
fix: vulnerabilities in postgres jar CVE-2025-49146 (#2884)
fix CVE-2025-49146 in /external_jars/https/repo1.maven.org/maven2/org/postgresql/postgresql/42.7.5/postgresql-42.7.5.jar
1 parent e1982d7 commit 25f57f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Base/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ARG OPENTELEMETRY_VERSION=1.48.0
1212
ARG GRPC_VERSION=1.71.0
1313
ARG NETTY_VERSION=4.2.0.Final
1414
ARG CS_VERSION=2.1.18
15-
ARG POSTGRESQL_VERSION=42.7.5
15+
ARG POSTGRESQL_VERSION=42.7.7
1616
ARG ENVSUBST_VERSION=1.4.4
1717

1818
#Arguments to define the user running Selenium

0 commit comments

Comments
 (0)